From a7f456e10150385359c86339fe8730b837733cf4 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Wed, 15 Jan 2025 08:53:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7:FWHL-179?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../saleShipmentMainRecord.data.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts index 6afc3ec22..10b6268cc 100644 --- a/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts +++ b/src/views/wms/deliversettlementManage/saleShipmentMainRecord/saleShipmentMainRecord.data.ts @@ -188,6 +188,17 @@ export const SaleShipmentDetailRecordRules = reactive({ }) export const SaleShipmentDetailRecord = useCrudSchemas(reactive([ + { + label: '客户代码', + field: 'customerCode', + sort: 'custom', + hiddenInMain:true, + isDetail:false, + isTableForm:false, + table: { + width: 150, + } + }, { label: '销售订单号', field: 'soNumber', @@ -304,6 +315,7 @@ export const SaleShipmentDetailRecord = useCrudSchemas(reactive([ type: 'Select' } }, + { label: '备注', field: 'remark',