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', } },