From 29a7f1fb51a56ac3416e942b5cd61e837b4a264e Mon Sep 17 00:00:00 2001 From: zhang_li Date: Sun, 27 Apr 2025 08:58:07 +0800 Subject: [PATCH] =?UTF-8?q?YT-2545=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=EF=BC=8C=E5=AD=97=E6=AE=B5=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=EF=BC=8C=E5=BA=94=E5=8E=BB=E6=8E=89=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E6=9C=AA=E7=A8=8E=E5=B0=BE=E5=B7=AE=EF=BC=8C=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=AD=A43=E4=B8=AA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceRecordMain.data.ts | 58 ++++++++++++++++--- 1 file changed, 49 insertions(+), 9 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts index 4b8a03ae6..fdeacfc8d 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts @@ -280,24 +280,64 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ type: 'InputNumber', precision: 2, } - }, { - label: '模具未税尾差', - field: 'allocationDifferenceBeforeTax', + }, + // { + // label: '模具未税尾差', + // field: 'allocationDifferenceBeforeTax', + // formatter: accountantFormart, + // table: { + // width: 160 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // precision: 2, + // disabled: true, + // } + // }, + // tableForm: { + // type: 'InputNumber', + // precision: 2, + // } + // }, + { + label: '已分摊模具未税金额', + field: 'alreadyMoldUntaxedAmount', + formatter: accountantFormart, + table: { + width: 160 + }, + form: { + componentProps: { + disabled: true, + } + }, + }, + { + label: '已分摊模具税额', + field: 'alreadyMoldTaxAmount', + formatter: accountantFormart, + table: { + width: 160 + }, + form: { + componentProps: { + disabled: true, + } + }, + }, + { + label: '模具未税差异', + field: 'moldTaxAmountDiff', formatter: accountantFormart, table: { width: 160 }, form: { - component: 'InputNumber', componentProps: { - precision: 2, disabled: true, } }, - tableForm: { - type: 'InputNumber', - precision: 2, - } }, { label: '金税票号',