|
|
@ -1101,7 +1101,7 @@ export const ProductionreturnRequestDetailRules = reactive({ |
|
|
|
*/ |
|
|
|
export const ProductionreturnRequestDetailLabel = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
{ |
|
|
|
label: '生产线代码', |
|
|
|
label: '标签生产线代码', |
|
|
|
field: 'productionLineCodePackage', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
@ -1123,7 +1123,7 @@ export const ProductionreturnRequestDetailLabel = useCrudSchemas(reactive<CrudSc |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '供应商代码', |
|
|
|
label: '标签供应商代码', |
|
|
|
field: 'supplierItemCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|