diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts index fdeacfc8d..2a3fd25f2 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts @@ -325,7 +325,20 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ disabled: true, } }, + }, + { + label: '已分摊价税合计', + field: 'alreadyMoldTaxTotal', + formatter: accountantFormart, + table: { + width: 160 }, + form: { + componentProps: { + disabled: true, + } + }, + }, { label: '模具未税差异', field: 'moldTaxAmountDiff', diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts index 7651b2e74..c47462d1b 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts @@ -331,8 +331,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, }, { - label: '模具未税差异', - field: 'moldTaxAmountDiff', + label: '已分摊价税合计', + field: 'alreadyMoldTaxTotal', formatter: accountantFormart, table: { width: 160 @@ -344,8 +344,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, }, { - label: '已分摊价税合计', - field: 'alreadyMoldTaxTotal', + label: '模具未税差异', + field: 'moldTaxAmountDiff', formatter: accountantFormart, table: { width: 160