diff --git a/klp-ui/src/api/wms/annealPlan.js b/klp-ui/src/api/wms/annealPlan.js index ee169ed4..00a987c7 100644 --- a/klp-ui/src/api/wms/annealPlan.js +++ b/klp-ui/src/api/wms/annealPlan.js @@ -96,3 +96,14 @@ export function unbindAnnealPlanCoil(data) { data: data }) } + +/** + * 更新钢卷绑定信息 + */ +export function updateAnnealPlanCoil(data) { + return request({ + url: '/wms/furnacePlanCoil', + method: 'put', + data: data + }) +} \ No newline at end of file diff --git a/klp-ui/src/views/wms/anneal/plan/ctrl.vue b/klp-ui/src/views/wms/anneal/plan/ctrl.vue index edebf50d..3d70ef4c 100644 --- a/klp-ui/src/views/wms/anneal/plan/ctrl.vue +++ b/klp-ui/src/views/wms/anneal/plan/ctrl.vue @@ -112,7 +112,7 @@
入场:{{ item.enterCoilNo || '-' }}
加入计划 + :disabled="!currentPlan.planId">加入计划
厂家:{{ item.supplierCoilNo || '-' }}
@@ -154,14 +154,20 @@
- + - + + + + @@ -244,7 +250,7 @@