Browse Source

同上一个提交,需改了一下模具未税差异字段

intex_online20250427
张立 2 days ago
parent
commit
ed3f8c6ba4
  1. 4
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue
  2. 4
      src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

4
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/CustomerSaleInvoiceBasicForm.vue

@ -129,8 +129,8 @@
alreadyMoldUntaxedAmount: alreadyMoldUntaxedAmount, alreadyMoldUntaxedAmount: alreadyMoldUntaxedAmount,
// //
alreadyMoldTaxAmount: alreadyMoldTaxAmount, alreadyMoldTaxAmount: alreadyMoldTaxAmount,
// =- // =-
moldMoldTaxAmountDiff: (Number(alreadyMoldUntaxedAmount) - Number(moldUntaxedAmount)).toFixed(2), moldTaxAmountDiff: (Number(alreadyMoldUntaxedAmount) - Number(moldUntaxedAmount)).toFixed(2),
} }
formRef.value.setValues(sumObject) formRef.value.setValues(sumObject)
} }

4
src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/customerSaleInvoiceRequestMain.data.ts

@ -331,8 +331,8 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive<CrudSchema[]>([
}, },
}, },
{ {
label: '模具税差异', label: '模具税差异',
field: 'moldMoldTaxAmountDiff', field: 'moldTaxAmountDiff',
formatter: accountantFormart, formatter: accountantFormart,
table: { table: {
width: 160 width: 160

Loading…
Cancel
Save