Browse Source

Merge branch 'intex' of http://dev.ccwin-in.com:3000/sfms3.0/sfms3.0-ui into intex

intex_online20241228
张立 4 months ago
parent
commit
b4cf8d65c7
  1. 16
      src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts
  2. 8
      src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

16
src/views/wms/basicDataManage/labelManage/manufacturePackage/manufacturePackage.data.ts

@ -398,7 +398,10 @@ export const PackageInventory = useCrudSchemas(
dictType: DICT_TYPE.UOM, dictType: DICT_TYPE.UOM,
dictClass: 'string', // 默认都是字符串类型其他暂不考虑 dictClass: 'string', // 默认都是字符串类型其他暂不考虑
form: { form: {
component: 'Select' component: 'Select',
componentProps:{
disabled:true
}
}, },
table: { table: {
width: 150 width: 150
@ -424,6 +427,9 @@ export const PackageInventory = useCrudSchemas(
label: '替代计量单位', label: '替代计量单位',
field: 'altUom', field: 'altUom',
sort: 'custom', sort: 'custom',
isDetail:false,
isForm:false,
isTable:false,
dictType: DICT_TYPE.UOM, dictType: DICT_TYPE.UOM,
dictClass: 'string', // 默认都是字符串类型其他暂不考虑 dictClass: 'string', // 默认都是字符串类型其他暂不考虑
form: { form: {
@ -440,6 +446,9 @@ export const PackageInventory = useCrudSchemas(
table: { table: {
width: 150 width: 150
}, },
isDetail:false,
isForm:false,
isTable:false,
form: { form: {
component: 'InputNumber', component: 'InputNumber',
componentProps: { componentProps: {
@ -543,6 +552,11 @@ export const PackageInventory = useCrudSchemas(
sort: 'custom', sort: 'custom',
table: { table: {
width: 150 width: 150
},
form:{
componentProps:{
disabled:true,
}
} }
}, },
// { // {

8
src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts

@ -1375,10 +1375,10 @@ export const SupplierdeliverRequestDetail = useCrudSchemas(reactive<CrudSchema[]
table: { table: {
width: 150 width: 150
}, },
hiddenInMain:true, hiddenInMain:false,
isTableForm: true, isTableForm: false,
isTable: true, isTable: false,
isForm: true isForm: false
}, },
{ {
label: '是否上架', label: '是否上架',

Loading…
Cancel
Save