diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue index 18ab4b2cb..ef9bb83b7 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue @@ -129,8 +129,8 @@ alreadyMoldUntaxedAmount: alreadyMoldUntaxedAmount, // 主数据已分摊模具税额 alreadyMoldTaxAmount: alreadyMoldTaxAmount, - // 主数据模具模具税额差异=已分摊模具未税金额-模具分摊未税金额 - moldMoldTaxAmountDiff: (Number(alreadyMoldUntaxedAmount) - Number(moldUntaxedAmount)).toFixed(2), + // 主数据模具未税差异=已分摊模具未税金额-模具分摊未税金额 + moldTaxAmountDiff: (Number(alreadyMoldUntaxedAmount) - Number(moldUntaxedAmount)).toFixed(2), } formRef.value.setValues(sumObject) } diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts index ab2bb7d20..cfa61efed 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: 'moldMoldTaxAmountDiff', + label: '模具未税差异', + field: 'moldTaxAmountDiff', formatter: accountantFormart, table: { width: 160