| | |
| | | <el-row> |
| | | <el-col class="header-title">复核当前作业中数量</el-col> |
| | | <el-col style="text-align: center"> |
| | | <el-col :span="10" class="content">总需求数量:</el-col> |
| | | <el-col :span="10" class="content">需求数量:</el-col> |
| | | <el-col :span="8" class="content-value">{{ selected.anfme }}</el-col> |
| | | </el-col> |
| | | <el-col> |
| | |
| | | // eslint-disable-next-line no-undef |
| | | $ajax.post('/api/bind/shipping/platform', {orderId: order.id, waveId: order.waveId, platformId: plat.id}).then(response => { |
| | | if (response.code === 200) { |
| | | that.fetch() |
| | | that.refreshData() |
| | | //隐藏发货区,执行打印 |
| | | } else { |
| | | this.$message.error(response.msg) |
| | |
| | | getTaskDetl (data) { |
| | | let that = this |
| | | // eslint-disable-next-line no-undef |
| | | $ajax.post('wave/task/detl/qutify/', { taskNo: data.taskNo, matnr: data.matnr }).then(response => { |
| | | $ajax.post('wave/task/detl/qutify/', { taskNo: data.taskNo, matnr: data.matnr, waveNo: data.waveNo }).then(response => { |
| | | if (response.code === 200) { |
| | | that.taskDetls = [] |
| | | // this.show = false |