@ -151,6 +151,21 @@ export const Productionlineitem = useCrudSchemas(reactive<CrudSchema[]>([
}
},
{
label: '品名',
field: 'itemName',
sort: 'custom',
isSearch: true,
//hiddenSearchHigh:true,
table: {
width: 150
form:{
componentProps:{
disabled: true,
label: '背番',
field: 'itemDesc1',
@ -1745,6 +1745,22 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive<CrudSchema[]>(
tableForm: {
disabled: true
form: {
componentProps: {
// {
// label: '背番',
// field: 'backNumber',
@ -1777,6 +1777,21 @@ export const ProductreceiptRequestLabel = useCrudSchemas(
},{
label: '批次',
@ -2085,6 +2085,14 @@ export const SupplierdeliverRequestPackage2 = useCrudSchemas(reactive<CrudSchema
field: 'backNumber',