| | |
| | | row, |
| | | rowIndex |
| | | }) { |
| | | if (this.currentTime === row.appointed) { |
| | | if (this.currentTime == row.appointed) { |
| | | return 'highlight-warning-row-border' |
| | | } else if (this.currentTime > row.appointed) { |
| | | return 'highlight-danger-row-border' |
| | |
| | | this.$axios.post(this.$api.insOrderPlan.upPlanUser, { |
| | | orderId:this.orderId, |
| | | userId:this.connectPerson |
| | | }, { |
| | | headers: { |
| | | 'Content-Type': 'application/json' |
| | | } |
| | | }).then(res => { |
| | | if (res.code === 200 && res.data) { |
| | | }).then(res => { |
| | | if (res.code === 200) { |
| | | this.loading = false; |
| | | this.$message.success("交接成功") |
| | | this.$message.success("操作成功") |
| | | this.refreshTable() |
| | | } |
| | | this.connectVisible = false |