Browse Source

YT-1847创建标签页去掉背番

intex_online20241228
zhaoyiran 1 month ago
parent
commit
53b9e1faa8
  1. 34
      src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts

34
src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts

@ -1740,23 +1740,23 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive<CrudSchema[]>(
}
}
},
{
label: '背番',
field: 'backNumber',
sort: 'custom',
table: {
width: 150
},
tableForm: {
disabled: true,
isPlaceholder:false
},
form: {
componentProps: {
disabled: true
}
}
},
// {
// label: '背番',
// field: 'backNumber',
// sort: 'custom',
// table: {
// width: 150
// },
// tableForm: {
// disabled: true,
// isPlaceholder:false
// },
// form: {
// componentProps: {
// disabled: true
// }
// }
// },
{
label: '批次',
field: 'batch',

Loading…
Cancel
Save