From ae0a4c0fbb79660e85af90322625465322856858 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Thu, 21 Nov 2024 11:15:23 +0800 Subject: [PATCH] =?UTF-8?q?YT-275:=E6=96=B0=E5=A2=9E=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E5=88=86=E6=91=8A=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceRecordMain.data.ts | 6 +++--- .../customerSaleInvoiceRequestMain/index.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts index 0544c52b0..f1b236a20 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRecordMain/customerSaleInvoiceRecordMain.data.ts @@ -121,7 +121,7 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, { label: '未税金额', - field: 'mainBeforeTaxAmount', + field: 'beforeTaxAmount', sort: 'custom', form: { componentProps: { @@ -145,7 +145,7 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, { label: '税额', - field: 'mainTaxAmount', + field: 'taxAmount', sort: 'custom', form: { componentProps: { @@ -155,7 +155,7 @@ export const CustomerSaleInvoiceMain = useCrudSchemas(reactive([ }, { label: '价税合计金额', - field: 'mainAdTaxAmount', + field: 'adTaxAmount', sort: 'custom', form: { componentProps: { diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue index 332003adb..7d9f55eaf 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceRequestMain/index.vue @@ -151,7 +151,7 @@ const { getList, setSearchParams } = tableMethods // 列表头部按钮 const HeadButttondata = [ defaultButtons.defaultAddBtn({hasPermi:`wms:customer-sale-invoice-request-main:create` }), // 新增 - defaultButtons.defaultImportBtn({hasPermi:`wms:customer-sale-invoice-request-main:import` }), // 导入 + //defaultButtons.defaultImportBtn({hasPermi:`wms:customer-sale-invoice-request-main:import` }), // 导入 defaultButtons.defaultExportBtn({hasPermi:`wms:customer-sale-invoice-request-main:export` }), // 导出 defaultButtons.defaultFreshBtn(null), // 刷新 defaultButtons.defaultFilterBtn(null), // 筛选