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',