|
|
@ -1098,17 +1098,17 @@ export const ProductionscrapRequestDetailRules = reactive({ |
|
|
|
* @returns {Array} 生产退料申请子表创建标签 |
|
|
|
*/ |
|
|
|
export const ProductionscrapRequestDetailLabel = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '标签生产线代码', |
|
|
|
field: 'productionLineCodePackage', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
}, |
|
|
|
tableForm:{ |
|
|
|
disabled: true |
|
|
|
} |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '标签生产线代码',
|
|
|
|
// field: 'productionLineCodePackage',
|
|
|
|
// sort: 'custom',
|
|
|
|
// table: {
|
|
|
|
// width: 150
|
|
|
|
// },
|
|
|
|
// tableForm:{
|
|
|
|
// disabled: true
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
label: '标签供应商代码', |
|
|
|
field: 'supplierItemCode', |
|
|
|