|
@ -1195,6 +1195,12 @@ export const ProductionreturnRequestDetailRules = reactive({ |
|
|
itemCode: [ |
|
|
itemCode: [ |
|
|
{ required: true, message: '请输入物料代码', trigger: 'blur' } |
|
|
{ required: true, message: '请输入物料代码', trigger: 'blur' } |
|
|
], |
|
|
], |
|
|
|
|
|
packUnit: [ |
|
|
|
|
|
{ required: true, message: '请输入包装规格', trigger: 'blur' } |
|
|
|
|
|
], |
|
|
|
|
|
packQty: [ |
|
|
|
|
|
{ required: true, message: '请输入标包数量', trigger: 'blur' } |
|
|
|
|
|
], |
|
|
remark: [ |
|
|
remark: [ |
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
{ max: 50, message: '不得超过50个字符', trigger: 'blur' } |
|
|
], |
|
|
], |
|
@ -1355,22 +1361,6 @@ export const ProductionreturnRequestDetailLabel = useCrudSchemas(reactive<CrudSc |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
label: '来源生产线代码', |
|
|
|
|
|
field: 'productionLineCode', |
|
|
|
|
|
sort: 'custom', |
|
|
|
|
|
table: { |
|
|
|
|
|
width: 150 |
|
|
|
|
|
}, |
|
|
|
|
|
tableForm: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
}, |
|
|
|
|
|
form: { |
|
|
|
|
|
componentProps: { |
|
|
|
|
|
disabled: true |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '来源工位代码', |
|
|
label: '来源工位代码', |
|
|
field: 'workStationCode', |
|
|
field: 'workStationCode', |
|
|