| | |
| | | insertRepairRecordByIds |
| | | } from "@/api/main/da/passingStationCollection/passingStationCollection"; |
| | | import {noPagelist} from "@/api/main/rm/repairRecord/repairRecord"; |
| | | import {warning} from "@riophae/vue-treeselect/src/utils"; |
| | | export default { |
| | | name: "index", |
| | | dicts: ['sys_normal_disable'], |
| | |
| | | }) |
| | | this.$modal.msgSuccess('选择不合格'); |
| | | }, |
| | | // handleQuery() { |
| | | // let sfcCode = this.queryParams.sfcCode |
| | | // if(sfcCode === null||sfcCode ===''){ |
| | | // this.$message({ |
| | | // message: '请填写发动机号!', |
| | | // type: 'warning' |
| | | // }); |
| | | // } |
| | | markComplete(){ |
| | | if(this.ids.length === 0){ |
| | | this.$modal.msgSuccess('未选择'); |
| | | this.$message({ |
| | | message: '未标记!', |
| | | type: 'warning' |
| | | }) |
| | | }else { |
| | | this.loading = true; // 开始加载数据 |
| | | this.$modal.msgSuccess('标记完成'); |
| | | |
| | | let queryParams = { |
| | | ids: this.ids |
| | | } |