|
@ -914,11 +914,11 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
isMainValue: true |
|
|
isMainValue: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'toWarehouseCode', |
|
|
key: 'warehouseCode', |
|
|
value: 'toWarehouseCode', |
|
|
value: 'toWarehouseCode', |
|
|
message: '请填写到仓库!', |
|
|
message: '请填写到仓库!', |
|
|
isMainValue: true |
|
|
isMainValue: true |
|
|
},//接口不需要,单纯为了校验填写
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'inventoryStatus', |
|
|
key: 'inventoryStatus', |
|
|
value: 'OK', |
|
|
value: 'OK', |
|
@ -943,11 +943,11 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
isMainValue: true |
|
|
isMainValue: true |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'toWarehouseCode', |
|
|
key: 'warehouseCode', |
|
|
value: 'toWarehouseCode', |
|
|
value: 'toWarehouseCode', |
|
|
message: '请填写到仓库!', |
|
|
message: '请填写到仓库!', |
|
|
isMainValue: true |
|
|
isMainValue: true |
|
|
},//接口不需要,单纯为了校验填写
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
key: 'inventoryStatus', |
|
|
key: 'inventoryStatus', |
|
|
value: 'OK', |
|
|
value: 'OK', |
|
|