Fixiaobai
2023-09-19 e5b9da3aee25769bc19a7982a7a8fc5886a56f15
src/components/view/Processingproducts.vue
@@ -15,7 +15,7 @@
          <el-input
            size="small"
            v-model="search.productName"
            style="width: 14vw;margin-right: 5px;"
            style="width: 13vw;margin-right: 5px;"
            placeholder="请输入"
            clearable
          ></el-input>
@@ -23,7 +23,7 @@
          <el-input
            size="small"
            v-model="search.specificationModel"
            style="width: 14vw;margin-right: 5px;"
            style="width: 13vw;margin-right: 5px;"
            placeholder="请输入"
            clearable
          ></el-input>
@@ -32,7 +32,7 @@
            v-model="search.productCategories"
            size="small"
            placeholder="请选择"
            style="width: 14vw;margin-right: 5px;"
            style="width: 13vw;margin-right: 5px;"
          >
            <el-option label="原材料" :value="0"></el-option>
            <el-option label="成品" :value="1"></el-option>
@@ -43,7 +43,7 @@
            v-model="search.state"
            size="small"
            placeholder="请选择"
            style="width: 14vw;margin-right: 5px;"
            style="width: 13vw;margin-right: 5px;"
          >
            <el-option label="返修中" :value="1"></el-option>
            <el-option label="待处理" :value="0"></el-option>
@@ -284,6 +284,7 @@
        })
        .then(res => {
          this.updateEditList = res.data;
          this.getDetailInfo();
        });
    },
    // 点击编辑意见
@@ -326,6 +327,7 @@
        .then(res => {
          console.log(`output->res`, res);
          this.dialogVisible = false;
          this.getDetailInfo();
        });
    }
  },