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 @@