From d7739e266fdfecdddb28018cc7875e183f9c164f Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Wed, 6 Nov 2024 15:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=80=E5=94=AE=E5=BC=80=E7=A5=A8=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerSaleInvoiceMain.data.ts | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerSaleInvoiceMain/customerSaleInvoiceMain.data.ts b/src/views/wms/deliversettlementManage/customerSaleInvoiceMain/customerSaleInvoiceMain.data.ts index 7e214e2a5..06765ba56 100644 --- a/src/views/wms/deliversettlementManage/customerSaleInvoiceMain/customerSaleInvoiceMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerSaleInvoiceMain/customerSaleInvoiceMain.data.ts @@ -188,8 +188,8 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, isForm: false, - // tableForm:{ - // disabled:true, + tableForm:{ + disabled:true, // multiple:true, // isInpuFocusShow: true, // 开启查询弹窗 // searchListPlaceholder: '请选择物料代码', @@ -212,7 +212,7 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ // isSearch: 'true', // isFormModel: true // }], // 失去焦点校验参数 - // }, + }, // form: { // // labelMessage: '信息提示说明!!!', // componentProps: { @@ -237,7 +237,9 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ sort: 'custom', isSearch: true, isForm: false, - // 0:新增1:已发布2已作废 + tableForm:{ + disabled: true + } }, { label: '数量', @@ -289,7 +291,9 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ } }, tableForm: { + disabled: true, type: 'InputNumber', + precision: 2, } }, { @@ -312,6 +316,7 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ sort: 'custom', tableForm: { type: 'InputNumber', + precision: 2, } }, { @@ -325,6 +330,7 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ }, tableForm: { type: 'InputNumber', + precision: 2, } }, { @@ -333,10 +339,12 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive([ sort: 'custom', form: { componentProps: { - disabled: true + disabled: true, + precision: 2, } }, tableForm: { + disabled: true, type: 'InputNumber', } },