From d84743635768148c0b61e0252290a13908c278bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Tue, 3 Feb 2026 13:53:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(crm/order):=20=E6=B7=BB=E5=8A=A0=E5=90=88?= =?UTF-8?q?=E5=90=8C=E5=8F=B7=E5=AD=97=E6=AE=B5=E5=B9=B6=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=BB=91=E5=AE=9A=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在订单编辑、详情和表格中添加合同号字段 - 创建新的OrderTable组件用于订单选择 - 添加发货单与订单的绑定功能 - 在运单详情中显示合同号信息 - 调整表格列宽和字体大小 --- klp-ui/src/views/crm/bind/index.vue | 157 ++++++++++++++++++ klp-ui/src/views/crm/components/OrderEdit.vue | 6 + .../src/views/crm/components/OrderTable.vue | 64 +++++++ klp-ui/src/views/crm/order/index.vue | 5 +- .../wms/delivery/components/detailTable.vue | 4 +- .../views/wms/delivery/components/wayBill.vue | 54 +++--- 6 files changed, 267 insertions(+), 23 deletions(-) create mode 100644 klp-ui/src/views/crm/bind/index.vue create mode 100644 klp-ui/src/views/crm/components/OrderTable.vue diff --git a/klp-ui/src/views/crm/bind/index.vue b/klp-ui/src/views/crm/bind/index.vue new file mode 100644 index 00000000..8e8b95eb --- /dev/null +++ b/klp-ui/src/views/crm/bind/index.vue @@ -0,0 +1,157 @@ + + + \ No newline at end of file diff --git a/klp-ui/src/views/crm/components/OrderEdit.vue b/klp-ui/src/views/crm/components/OrderEdit.vue index 304c84eb..889bc807 100644 --- a/klp-ui/src/views/crm/components/OrderEdit.vue +++ b/klp-ui/src/views/crm/components/OrderEdit.vue @@ -48,6 +48,12 @@ + + + + + + diff --git a/klp-ui/src/views/crm/components/OrderTable.vue b/klp-ui/src/views/crm/components/OrderTable.vue new file mode 100644 index 00000000..6db9f556 --- /dev/null +++ b/klp-ui/src/views/crm/components/OrderTable.vue @@ -0,0 +1,64 @@ + + + \ No newline at end of file diff --git a/klp-ui/src/views/crm/order/index.vue b/klp-ui/src/views/crm/order/index.vue index 46a66d73..99db2513 100644 --- a/klp-ui/src/views/crm/order/index.vue +++ b/klp-ui/src/views/crm/order/index.vue @@ -50,7 +50,7 @@ {{ form.orderCode }} {{ form.salesman }} {{ form.deliveryDate }} - + {{ form.contractCode }} {{ form.companyName }} {{ form.contactPerson }} {{ form.contactWay }} @@ -113,6 +113,9 @@ + + + diff --git a/klp-ui/src/views/wms/delivery/components/detailTable.vue b/klp-ui/src/views/wms/delivery/components/detailTable.vue index 24e3d435..f8dcef96 100644 --- a/klp-ui/src/views/wms/delivery/components/detailTable.vue +++ b/klp-ui/src/views/wms/delivery/components/detailTable.vue @@ -33,7 +33,7 @@ - +