From b8ed50597127fdcf6e5b40c3502d6df3d014ca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Fri, 29 May 2026 14:28:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms,crm,cost):=20=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E5=A4=9A=E6=A8=A1=E5=9D=97=E5=8A=9F=E8=83=BD=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E4=B8=8E=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增发货单明细统计接口调用 2. 移除成本页面复制配置按钮 3. 隐藏CRM合同订单编辑标签页 4. 优化发货单页面订单编号自动补全功能 5. 新增钢卷管理发货计划筛选与批量移单功能 --- klp-ui/src/api/wms/deliveryWaybillDetail.js | 8 + klp-ui/src/views/cost/comprehensive.vue | 1 - .../crm/contract/components/ContractTabs.vue | 4 +- klp-ui/src/views/wms/coil/panels/base.vue | 261 +++++++++++------- .../src/views/wms/delivery/waybill/index.vue | 127 ++++++++- 5 files changed, 302 insertions(+), 99 deletions(-) diff --git a/klp-ui/src/api/wms/deliveryWaybillDetail.js b/klp-ui/src/api/wms/deliveryWaybillDetail.js index 68a703e4..a951d869 100644 --- a/klp-ui/src/api/wms/deliveryWaybillDetail.js +++ b/klp-ui/src/api/wms/deliveryWaybillDetail.js @@ -61,6 +61,14 @@ export function listBoundCoil(query) { }) } +export function getBoundCoilStatisticsList(query) { + return request({ + url: '/wms/deliveryWaybillDetail/statistics', + method: 'get', + params: query + }) +} + // 按销售员查询订单明细的卷 export function listDeliveryWaybillDetailBySaleman(principal) { return request({ diff --git a/klp-ui/src/views/cost/comprehensive.vue b/klp-ui/src/views/cost/comprehensive.vue index 59a890c6..05b3e355 100644 --- a/klp-ui/src/views/cost/comprehensive.vue +++ b/klp-ui/src/views/cost/comprehensive.vue @@ -63,7 +63,6 @@ + 明细列 + 指标列 指标管理 - 复制配置 diff --git a/klp-ui/src/views/crm/contract/components/ContractTabs.vue b/klp-ui/src/views/crm/contract/components/ContractTabs.vue index 8a84247b..d277b1d2 100644 --- a/klp-ui/src/views/crm/contract/components/ContractTabs.vue +++ b/klp-ui/src/views/crm/contract/components/ContractTabs.vue @@ -2,12 +2,12 @@
- +
diff --git a/klp-ui/src/views/wms/coil/panels/base.vue b/klp-ui/src/views/wms/coil/panels/base.vue index 192afa3e..e5c49d1d 100644 --- a/klp-ui/src/views/wms/coil/panels/base.vue +++ b/klp-ui/src/views/wms/coil/panels/base.vue @@ -1,6 +1,12 @@ - - + +