From 03516098fcd8db824d57e217c454142b90c15a54 Mon Sep 17 00:00:00 2001 From: zhang_li Date: Fri, 13 Jun 2025 10:05:41 +0800 Subject: [PATCH] =?UTF-8?q?YT-2736=E5=8F=91=E8=B4=A7=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=8A=A5=E5=BC=82=E5=B8=B8=EF=BC=8C?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E8=AE=A2=E5=8D=95=E5=8F=B7=E5=BA=94=E6=98=AF?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=E9=A1=B9=EF=BC=8C=E5=BA=94=E5=9C=A8=E4=B8=BB?= =?UTF-8?q?=E4=B8=AD=E6=96=B0=E5=A2=9E=EF=BC=8C=E6=98=BE=E7=A4=BA=E5=9C=A8?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deliverRequestMain.data.ts | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts index 306351131..25a5fd066 100644 --- a/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/deliver/deliverRequestMain/deliverRequestMain.data.ts @@ -261,6 +261,26 @@ export const DeliverRequestMain = useCrudSchemas( } } }, + { + label: '客户订单号', + field: 'customerOrderNumber', + sort: 'custom', + table: { + width: 180 + }, + isSearch: true, + search: { + component: 'Input', + }, + isTable: true, + isForm: true, + form: { + component: 'Input', + componentProps: { + + } + } + }, { label: '客户发货单号', field: 'customerDeliverNumber', @@ -819,26 +839,7 @@ export const DeliverRequestDetail = useCrudSchemas(reactive([ // } // } // }, - { - label: '客户订单号', - field: 'customerOrderNumber', - sort: 'custom', - table: { - width: 180 - }, - isSearch: true, - search: { - component: 'Input', - }, - isTable: true, - isForm: true, - form: { - component: 'Input', - componentProps: { - - } - } - }, + { label: '品番', field: 'itemCode',