Fixiaobai
2023-09-19 e4191521af8e8d5299c540d823ea4a71fb9dbcda
src/components/view/rawUnqualified/raw.vue
@@ -15,7 +15,7 @@
          <el-input
            size="small"
            v-model="search.productName"
            style="width: 224px;margin-right: 30px;"
            style="width: 14vw;margin-right: 5px;"
            placeholder="请输入"
            clearable
          ></el-input>
@@ -24,7 +24,7 @@
            v-model="search.formTime"
            size="small"
            placeholder="请输入"
            style="width: 224px;margin-right: 30px;"
            style="width: 12vw"
            clearable
            value-format="yyyy-MM-dd"
          ></el-date-picker>
@@ -33,7 +33,7 @@
            v-model="search.processingStatus"
            size="small"
            placeholder="请选择"
            style="width: 224px;margin-right: 30px;"
            style="width: 12vw"
          >
            <el-option label="已处理" :value="1"></el-option>
            <el-option label="待处理" :value="0"></el-option>
@@ -42,7 +42,7 @@
          <el-input
            size="small"
            v-model="search.supplier"
            style="width: 224px;margin-right: 20px;"
            style="width: 12vw"
            placeholder="请输入"
          ></el-input>
          <el-button size="mini" @click="clean()"><span>重 置</span></el-button>
@@ -106,7 +106,7 @@
              >
            </template>
          </el-table-column>
          <el-table-column prop="deal_reasult" label="处理结果" width="100">
          <el-table-column prop="deal_reasult" label="评审结果" width="100">
            <template slot-scope="scope">
              <span style="color:#E84738;" v-if="scope.row.deal_reasult == 0"
                >不通过</span
@@ -247,6 +247,7 @@
        .then(res => {
          this.unqualifiedTable = [];
          this.getDetailInfo();
          this.$parent.removeAllTab()
        });
    }
  }