| | |
| | | <el-input |
| | | size="small" |
| | | v-model="search.productName" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 13vw;margin-right: 5px;" |
| | | placeholder="请输入" |
| | | clearable |
| | | ></el-input> |
| | |
| | | <el-input |
| | | size="small" |
| | | v-model="search.specificationModel" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 13vw;margin-right: 5px;" |
| | | placeholder="请输入" |
| | | clearable |
| | | ></el-input> |
| | |
| | | v-model="search.productCategories" |
| | | size="small" |
| | | placeholder="请选择" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 13vw;margin-right: 5px;" |
| | | > |
| | | <el-option label="原材料" :value="0"></el-option> |
| | | <el-option label="成品" :value="1"></el-option> |
| | |
| | | v-model="search.state" |
| | | size="small" |
| | | placeholder="请选择" |
| | | style="width: 224px;margin-right: 30px;" |
| | | style="width: 13vw;margin-right: 5px;" |
| | | > |
| | | <el-option label="返修中" :value="1"></el-option> |
| | | <el-option label="待处理" :value="0"></el-option> |
| | |
| | | </el-card> |
| | | </div> |
| | | <el-dialog title="提示" :visible.sync="dialogVisible" width="30%"> |
| | | <el-form label-width="130px"> |
| | | <el-form label-width="130px" style="height: 500px; overflow: auto ;"> |
| | | <el-empty |
| | | v-if="updateEditList.length == 0" |
| | | :image-size="200" |
| | | ></el-empty> |
| | | <div v-for="item in updateEditList" :key="item.$index"> |
| | | <el-form-item |
| | | :label=" |
| | |
| | | }) |
| | | .then(res => { |
| | | this.updateEditList = res.data; |
| | | this.getDetailInfo(); |
| | | }); |
| | | }, |
| | | // 点击编辑意见 |
| | |
| | | .then(res => { |
| | | console.log(`output->res`, res); |
| | | this.dialogVisible = false; |
| | | this.getDetailInfo(); |
| | | }); |
| | | } |
| | | }, |