Browse Source

隐藏隔离移库从库位代码字段

intex_onlin20250418
叶佳兴 2 weeks ago
parent
commit
016d80b3c0
  1. 38
      src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOkTOHOLD/inventorymoveRequestMain.data.ts

38
src/views/wms/moveManage/inventorymove/inventorymoveRequestMainOkTOHOLD/inventorymoveRequestMain.data.ts

@ -788,25 +788,25 @@ export const InventorymoveRequestDetail = useCrudSchemas(reactive<CrudSchema[]>(
}
}
},
{
label: '从库位代码',
field: 'fromLocationCode',
sort: 'custom',
isTable:false,
isForm:false,
isDetail:false,
table: {
width: 150
},
tableForm: {
disabled: true
},
form: {
componentProps: {
disabled: true
}
}
},
// {
// label: '从库位代码',
// field: 'fromLocationCode',
// sort: 'custom',
// isTable:false,
// isForm:false,
// isDetail:false,
// table: {
// width: 150
// },
// tableForm: {
// disabled: true
// },
// form: {
// componentProps: {
// disabled: true
// }
// }
// },
{
label: '到库位代码',
field: 'toLocationCode',

Loading…
Cancel
Save