diff --git a/klp-ui/src/views/wms/coil/panels/do.vue b/klp-ui/src/views/wms/coil/panels/do.vue index 6f28c6aa..fd432c6d 100644 --- a/klp-ui/src/views/wms/coil/panels/do.vue +++ b/klp-ui/src/views/wms/coil/panels/do.vue @@ -836,21 +836,22 @@ export default { await this.$modal.confirm('是否确认领料开始分条操作?') this.stepSpilt.loading = true await startSpecialSplit(row.coilId); - await addPendingAction({ - coilId: row.coilId, - currentCoilNo: row.currentCoilNo, - actionType: 501, - actionStatus: 0, - sourceType: 'manual', - priority: 0, - }) + // await addPendingAction({ + // coilId: row.coilId, + // currentCoilNo: row.currentCoilNo, + // actionType: 501, + // actionStatus: 0, + // sourceType: 'manual', + // priority: 0, + // }) this.$message.success('分条操作已创建') - this.stepSpilt.loading = false + this.getPendingAction() // this.getMaterialCoil() this.getStepSplitList() } finally { this.buttonLoading = false + this.stepSpilt.loading = false } }, handleContinueSplit(row) {