From 5245216b06e9a623deda99b42368542172f36b35 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Mon, 26 Aug 2024 14:01:30 +0800 Subject: [PATCH] =?UTF-8?q?HL-5587=EF=BC=9ASCP=E6=AD=A3=E5=BC=8F=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=EF=BC=8C=E4=BE=9B=E5=BA=94=E5=95=86=E5=8F=91=E7=A5=A8?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierinvoiceRecordMain.data.ts | 82 +++++++++---------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts index 9dca1bb3a..9b9a4c70e 100644 --- a/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts +++ b/src/views/wms/supplierManage/supplierinvoice/supplierinvoiceRecordMain/supplierinvoiceRecordMain.data.ts @@ -1490,7 +1490,7 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive } }, { - label: '差额', + label: '单价差额', field: 'differencePrice', table: { width: 150 @@ -1505,46 +1505,46 @@ export const SupplierinvoiceRecordDetail = useCrudSchemas(reactive disabled: true } }, - { - label: '未税差额', - field: 'untaxedDifference', - formatter: accountantFormart, - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 0, - precision: 6, - } - }, - tableForm: { - type: 'InputNumber', - min: 0, - precision: 6, - } - }, - { - label: '含税差额', - field: 'taxInclusiveDifference', - formatter: accountantFormart, - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps: { - min: 0, - precision: 6, - } - }, - tableForm: { - type: 'InputNumber', - min: 0, - precision: 6, - } - }, + // { + // label: '未税差额', + // field: 'untaxedDifference', + // formatter: accountantFormart, + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // min: 0, + // precision: 6, + // } + // }, + // tableForm: { + // type: 'InputNumber', + // min: 0, + // precision: 6, + // } + // }, + // { + // label: '含税差额', + // field: 'taxInclusiveDifference', + // formatter: accountantFormart, + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps: { + // min: 0, + // precision: 6, + // } + // }, + // tableForm: { + // type: 'InputNumber', + // min: 0, + // precision: 6, + // } + // }, { label: '收货日期', field: 'deliveryDate',