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: '背番', // label: '背番',
field: 'backNumber', // field: 'backNumber',
sort: 'custom', // sort: 'custom',
table: { // table: {
width: 150 // width: 150
}, // },
tableForm: { // tableForm: {
disabled: true, // disabled: true,
isPlaceholder:false // isPlaceholder:false
}, // },
form: { // form: {
componentProps: { // componentProps: {
disabled: true // disabled: true
} // }
} // }
}, // },
{ {
label: '批次', label: '批次',
field: 'batch', field: 'batch',

Loading…
Cancel
Save