From 97a982b378f6d0b0ce955f8421a38945c5efce22 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Thu, 24 Nov 2022 10:07:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E6=8B=93=E5=B1=95,fqc?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BF=AE=E6=94=B9=202022=E5=B9=B411=E6=9C=88?= =?UTF-8?q?24=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/schedule/order_schedule_expand.js | 3 +- src/utils/LodopFuncs.js | 2 +- .../schedule/com_schedule_order_expand.vue | 1 - .../schedule/order_schedule_expand.vue | 547 ++++++++++++++---- .../shopOrder/common/tool_add_and_edit.vue | 23 +- .../modules/shopOrder/shopOrder/shopOrder.vue | 2 +- .../otherReport/fqc_merge_roll.vue | 16 +- .../otherReport/fqc_produce_report_normal.vue | 8 +- 8 files changed, 477 insertions(+), 125 deletions(-) diff --git a/src/api/schedule/order_schedule_expand.js b/src/api/schedule/order_schedule_expand.js index 4b9a92a..7d19e0b 100644 --- a/src/api/schedule/order_schedule_expand.js +++ b/src/api/schedule/order_schedule_expand.js @@ -6,5 +6,6 @@ export const getShopOrderList = data => createAPI('scheduling/getShopOrderList', //获取当前人员的日历编码和描述 export const getCurrentWorkCenterNoByResourceId = data => createAPI('scheduling/getCurrentWorkCenterNoByResourceId', 'POST', data) - +// 批量拓展排产 +export const batchScheduleOrderWithExpand = data => createAPI('scheduling/batchScheduleOrderWithExpand', 'POST', data) diff --git a/src/utils/LodopFuncs.js b/src/utils/LodopFuncs.js index c28f928..22e2c88 100644 --- a/src/utils/LodopFuncs.js +++ b/src/utils/LodopFuncs.js @@ -22,7 +22,7 @@ function getLodop() { var LODOP try { LODOP = getCLodop() - //LODOP.SET_LICENSES("", "13F0BE83846277CB60918577C6281375", "", ""); //重庆的Clodop授权 + //LODOP.SET_LICENSES("","13F0BE83846277CB60918577C6281375", "", ""); //重庆的Clodop授权 //LODOP.SET_LICENSES("","15F0BE661E9473DF7491843CB334EB3D","",""); //苏州的Clodop授权 //LODOP.SET_LICENSES("","7B5624CC84EF99D6B17F27DF4AF4310C", "", ""); //越南的Clodop授权 let lodopCode = JSON.parse(localStorage.getItem('configParams')).lodopCode diff --git a/src/views/modules/schedule/com_schedule_order_expand.vue b/src/views/modules/schedule/com_schedule_order_expand.vue index 2c0e69f..9c57d30 100644 --- a/src/views/modules/schedule/com_schedule_order_expand.vue +++ b/src/views/modules/schedule/com_schedule_order_expand.vue @@ -66,7 +66,6 @@ - 多语言设置 {{buttons.scheduleButton}} diff --git a/src/views/modules/schedule/order_schedule_expand.vue b/src/views/modules/schedule/order_schedule_expand.vue index e053354..c79696e 100644 --- a/src/views/modules/schedule/order_schedule_expand.vue +++ b/src/views/modules/schedule/order_schedule_expand.vue @@ -1,7 +1,7 @@