| | |
| | | font: '复核', |
| | | type: 'text', |
| | | method: 'handleReview', |
| | | // disabFun: (row, index) => { |
| | | // return row.userId == null || row.insState != 4 |
| | | // } |
| | | disabFun: (row, index) => { |
| | | return row.userId == null || row.insState != 4 |
| | | } |
| | | }, { |
| | | id: '', |
| | | font: '认领', |
| | |
| | | this.$axios.post(this.$api.insOrderPlan.upPlanUser, { |
| | | orderId:this.orderId, |
| | | userId:this.connectPerson |
| | | }, { |
| | | headers: { |
| | | 'Content-Type': 'application/json' |
| | | } |
| | | }).then(res => { |
| | | }).then(res => { |
| | | if (res.code === 200 && res.data) { |
| | | this.loading = false; |
| | | this.$message.success("交接成功") |
| | | this.$message.success("操作成功") |
| | | this.refreshTable() |
| | | } |
| | | this.connectVisible = false |