Browse Source

销售开票申请

intex_online20241111
yufei_wang 2 weeks ago
parent
commit
d7739e266f
  1. 18
      src/views/wms/deliversettlementManage/customerSaleInvoiceMain/customerSaleInvoiceMain.data.ts

18
src/views/wms/deliversettlementManage/customerSaleInvoiceMain/customerSaleInvoiceMain.data.ts

@ -188,8 +188,8 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
isForm: false, isForm: false,
// tableForm:{ tableForm:{
// disabled:true, disabled:true,
// multiple:true, // multiple:true,
// isInpuFocusShow: true, // 开启查询弹窗 // isInpuFocusShow: true, // 开启查询弹窗
// searchListPlaceholder: '请选择物料代码', // searchListPlaceholder: '请选择物料代码',
@ -212,7 +212,7 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
// isSearch: 'true', // isSearch: 'true',
// isFormModel: true // isFormModel: true
// }], // 失去焦点校验参数 // }], // 失去焦点校验参数
// }, },
// form: { // form: {
// // labelMessage: '信息提示说明!!!', // // labelMessage: '信息提示说明!!!',
// componentProps: { // componentProps: {
@ -237,7 +237,9 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: true,
isForm: false, isForm: false,
// 0:新增1:已发布2已作废 tableForm:{
disabled: true
}
}, },
{ {
label: '数量', label: '数量',
@ -289,7 +291,9 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
} }
}, },
tableForm: { tableForm: {
disabled: true,
type: 'InputNumber', type: 'InputNumber',
precision: 2,
} }
}, },
{ {
@ -312,6 +316,7 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
tableForm: { tableForm: {
type: 'InputNumber', type: 'InputNumber',
precision: 2,
} }
}, },
{ {
@ -325,6 +330,7 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
}, },
tableForm: { tableForm: {
type: 'InputNumber', type: 'InputNumber',
precision: 2,
} }
}, },
{ {
@ -333,10 +339,12 @@ export const CustomerSaleInvoiceDetail = useCrudSchemas(reactive<CrudSchema[]>([
sort: 'custom', sort: 'custom',
form: { form: {
componentProps: { componentProps: {
disabled: true disabled: true,
precision: 2,
} }
}, },
tableForm: { tableForm: {
disabled: true,
type: 'InputNumber', type: 'InputNumber',
} }
}, },

Loading…
Cancel
Save