From 4980affd09c0c41bc1a10e0e7f5780cca33b6fa5 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 4 Dec 2024 15:38:52 +0800 Subject: [PATCH] =?UTF-8?q?YT-1520=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=EF=BC=8C=E6=98=8E=E7=BB=86=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BC=BA=E5=B0=91=E5=BA=8F=E5=8F=B7=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceRequestMain.data.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts index 62a578423..af4d60e2a 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts @@ -315,6 +315,17 @@ export const CustomerSaleInvoiceDetailRules = reactive({ }) export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ + { + label: '序号', + type:'index', + field: 'numberIndex', + sort: 'custom', + isSearch: false, + isForm: false, + tableForm: { + disabled: true + } + }, { label: '品番', field: 'itemCode',