Merge branch 'master' of http://114.132.189.42:9002/r/mes-ocea-before into master
| | |
| | | }, |
| | | labelFormatter(ele) { |
| | | let partLabel |
| | | const part = this.partList.find((item) => ele.systemNo === item.systemNo) |
| | | const part = this.partList.find((item) => ele.customerOrderId === item.customerOrderId) |
| | | if (part !== undefined) { |
| | | partLabel = |
| | | '销售订单号:' + |
| | |
| | | this.$message.error("该角色没有操作权限") |
| | | return |
| | | } |
| | | let isAdd = true |
| | | if(!row) { |
| | | isAdd = false |
| | | } |
| | | this.$router.push({ |
| | | name: 'processInspectForm', |
| | | query: { id: row == null ? null : row.id }, |
| | | params: { resultVal : row == null ? null : row.result } |
| | | params: { resultVal : row == null ? null : row.result }, |
| | | isAdd: isAdd |
| | | }) |
| | | }, |
| | | formatResult(row, column, cellValue){ |
| | |
| | | let val = sessionStorage.getItem("process-resultVal-" + this.processInspectVo.id); |
| | | val == undefined ? this.resultVal = null : this.resultVal = val |
| | | } |
| | | const isAdd = this.$route.query.isAdd |
| | | this.init() |
| | | if(isAdd) { |
| | | this.selOutBatchNo() |
| | | } |
| | | }, |
| | | methods: { |
| | | selOutBatchNo(){ |