From d03a055fbbb42002840db39e607a30efe01aee09 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 26 Aug 2024 15:56:25 +0800 Subject: [PATCH] =?UTF-8?q?HL-5587=20@=E7=8E=8B=E5=AE=87=E9=A3=9E=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC=E5=AD=97=E6=AE=B5=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BB=A5=E5=8F=8A=E8=AE=A1=E7=AE=97=E5=85=AC?= =?UTF-8?q?=E5=BC=8F----N+1=E6=9C=80=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoiceRecordMain.data.ts | 131 +++++++++--------- .../supplierinvoiceRequestMain.data.ts | 104 +++++++------- ...pplierinvoiceRequestMainDifference.data.ts | 123 ++++++++-------- 3 files changed, 178 insertions(+), 180 deletions(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts index 9b9a4c70e..d90484bbf 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts @@ -120,7 +120,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ isSearch: true }, { - label: '未税差额', + label: '未税尾差', field: 'beforeTaxDiffAmount', formatter: accountantFormart, table: { @@ -131,7 +131,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ isTableForm:false }, { - label: '税额差异', + label: '税额尾差', field: 'taxAmountDiff', formatter: accountantFormart, table: { @@ -142,7 +142,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ isTableForm:false }, { - label: '价税合计差额', + label: '价税合计尾差', field: 'totalTaxDiffAmount', formatter: accountantFormart, table: { @@ -154,7 +154,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ }, { - label: '系统税额', + label: '供应商维护税额', field: 'taxAmount', formatter: accountantFormart, sort: 'custom', @@ -167,7 +167,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ } }, { - label: '未税金额', + label: '发票未税金额', field: 'beforeTaxAmount', formatter: accountantFormart, table: { @@ -178,7 +178,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ isTableForm:false }, { - label: '税额', + label: '发票税额', field: 'totalTaxAmount', formatter: accountantFormart, table: { @@ -189,7 +189,7 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ isTableForm:false }, { - label: '价税合计金额', + label: '发票价税合计', field: 'adTaxAmount', formatter: accountantFormart, table: { @@ -226,12 +226,12 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ sortTableDefault:5, }, { - label: '系统价税合计',//税后金额 + label: '供应商维护价税合计',//税后金额 field: 'afterTaxAmount', formatter: accountantFormart, sort: 'custom', table: { - width: 150 + width: 160 }, sortTableDefault:9, form: { @@ -261,12 +261,12 @@ export const SupplierinvoiceRecordMain = useCrudSchemas(reactive([ }, { - label: '系统未税金额', + label: '供应商维护未税金额', field: 'amount', formatter: accountantFormart, sort: 'custom', table: { - width: 150 + width: 160 }, sortTableDefault:8, form: { @@ -836,7 +836,7 @@ export const SupplierinvoiceRecordDetailMain = useCrudSchemas(reactive( isForm: false, }, { - label: '系统未税金额', + label: '供应商维护未税金额', field: 'amount', formatter: accountantFormart, table: { - width: 150 + width: 160 }, sortTableDefault:8, form: { @@ -306,7 +306,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( // isTableForm:false // }, // { - // label: '价税合计金额', + // label: '发票价税合计', // field: 'adTaxAmount', // formatter: accountantFormart, // table: { @@ -317,7 +317,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( // isTableForm:false // }, { - label: '系统税额', + label: '供应商维护税额', field: 'taxAmount', formatter: accountantFormart, table: { @@ -337,11 +337,11 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( } }, { - label: '系统价税合计', + label: '供应商维护价税合计', field: 'afterTaxAmount', formatter: accountantFormart, table: { - width: 150 + width: 160 }, sortTableDefault:7, form: { @@ -442,7 +442,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( } }, { - label: '未税金额', + label: '发票未税金额', field: 'beforeTaxAmount', formatter: accountantFormart, table: { @@ -459,7 +459,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '税额', + label: '发票税额', field: 'totalTaxAmount', formatter: accountantFormart, table: { @@ -476,7 +476,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '价税合计金额', + label: '发票价税合计', field: 'adTaxAmount', formatter: accountantFormart, table: { @@ -519,7 +519,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( sortTableDefault:5, }, { - label: '未税差额', + label: '未税尾差', field: 'beforeTaxDiffAmount', formatter: accountantFormart, table: { @@ -536,7 +536,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '税额差异', + label: '税额尾差', field: 'taxAmountDiff', formatter: accountantFormart, table: { @@ -553,7 +553,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '价税合计差额', + label: '价税合计尾差', field: 'totalTaxDiffAmount', formatter: accountantFormart, table: { @@ -1132,7 +1132,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive( isForm: false, }, { - label: '系统未税金额', + label: '供应商维护未税金额', field: 'amount', formatter: accountantFormart, table: { - width: 150 + width: 160 }, sortTableDefault:8, form: { @@ -286,7 +286,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( // isTableForm:false // }, // { - // label: '税额', + // label: '发票税额', // field: 'totalTaxAmount', // formatter: accountantFormart, // table: { @@ -297,7 +297,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( // isTableForm:false // }, // { - // label: '价税合计金额', + // label: '发票价税合计', // field: 'adTaxAmount', // formatter: accountantFormart, // table: { @@ -308,7 +308,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( // isTableForm:false // }, { - label: '系统税额', + label: '供应商维护税额', field: 'taxAmount', formatter: accountantFormart, table: { @@ -328,11 +328,11 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( } }, { - label: '系统价税合计', + label: '供应商维护价税合计', field: 'afterTaxAmount', formatter: accountantFormart, table: { - width: 150 + width: 160 }, sortTableDefault:7, form: { @@ -433,7 +433,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( } }, { - label: '未税金额', + label: '发票未税金额', field: 'beforeTaxAmount', formatter: accountantFormart, table: { @@ -450,7 +450,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '税额', + label: '发票税额', field: 'totalTaxAmount', formatter: accountantFormart, table: { @@ -467,7 +467,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '价税合计金额', + label: '发票价税合计', field: 'adTaxAmount', formatter: accountantFormart, table: { @@ -510,7 +510,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( sortTableDefault:5, }, { - label: '未税差额', + label: '未税尾差', field: 'beforeTaxDiffAmount', formatter: accountantFormart, table: { @@ -527,7 +527,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '税额差异', + label: '税额尾差', field: 'taxAmountDiff', formatter: accountantFormart, table: { @@ -544,7 +544,7 @@ export const SupplierinvoiceRequestMain = useCrudSchemas(reactive( isTableForm:false, }, { - label: '价税合计差额', + label: '价税合计尾差', field: 'totalTaxDiffAmount', formatter: accountantFormart, table: { @@ -1146,7 +1146,7 @@ export const SupplierinvoiceRequestDetailMain = useCrudSchemas(reactive {