|
@ -960,7 +960,7 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '物料代码', |
|
|
label: '品番', |
|
|
field: 'itemCode', |
|
|
field: 'itemCode', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
sortTableDefault: 1003, |
|
|
sortTableDefault: 1003, |
|
@ -1030,6 +1030,26 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
label: '背番', |
|
|
|
|
|
field: 'itemDesc1', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
isTableForm: false, |
|
|
|
|
|
isForm: false, |
|
|
|
|
|
sortTableDefault: 1003, |
|
|
|
|
|
sortSearchDefault: 5, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: 'Bom版本', |
|
|
label: 'Bom版本', |
|
|
field: 'bomVersion', |
|
|
field: 'bomVersion', |
|
@ -1088,7 +1108,7 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '物料名称', |
|
|
label: '品名', |
|
|
field: 'itemName', |
|
|
field: 'itemName', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
sortTableDefault: 1005, |
|
|
sortTableDefault: 1005, |
|
@ -1098,18 +1118,18 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
isTableForm: false, |
|
|
isTableForm: false, |
|
|
isForm: false |
|
|
isForm: false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
label: '物料描述1', |
|
|
// label: '物料描述1',
|
|
|
field: 'itemDesc1', |
|
|
// field: 'itemDesc1',
|
|
|
hiddenInMain: true, |
|
|
// hiddenInMain: true,
|
|
|
isTable: false, |
|
|
// isTable: false,
|
|
|
sort: 'custom', |
|
|
// sort: 'custom',
|
|
|
table: { |
|
|
// table: {
|
|
|
width: 150 |
|
|
// width: 150
|
|
|
}, |
|
|
// },
|
|
|
isTableForm: false, |
|
|
// isTableForm: false,
|
|
|
isForm: false |
|
|
// isForm: false
|
|
|
}, |
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '物料描述2', |
|
|
label: '物料描述2', |
|
|
field: 'itemDesc2', |
|
|
field: 'itemDesc2', |
|
|