|
|
@ -913,12 +913,12 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
message: '请填写来源库位!', |
|
|
|
isMainValue: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'warehouseCode', |
|
|
|
value: 'toWarehouseCode', |
|
|
|
message: '请填写到仓库!', |
|
|
|
isMainValue: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// key: 'warehouseCode',
|
|
|
|
// value: 'toWarehouseCode',
|
|
|
|
// message: '请填写到仓库!',
|
|
|
|
// isMainValue: true
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
key: 'inventoryStatus', |
|
|
|
value: 'OK', |
|
|
@ -942,12 +942,12 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
message: '请填写来源库位!', |
|
|
|
isMainValue: true |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'warehouseCode', |
|
|
|
value: 'toWarehouseCode', |
|
|
|
message: '请填写到仓库!', |
|
|
|
isMainValue: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// key: 'warehouseCode',
|
|
|
|
// value: 'toWarehouseCode',
|
|
|
|
// message: '请填写到仓库!',
|
|
|
|
// isMainValue: true
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
key: 'inventoryStatus', |
|
|
|
value: 'OK', |
|
|
@ -956,7 +956,17 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
key: 'businessType', |
|
|
|
value: 'ReturnToStore', // 合格退料
|
|
|
|
isMainValue: false |
|
|
|
}] |
|
|
|
}], |
|
|
|
verificationPage: BalanceApi.getBalancePage, // 校验数去焦点输入是否正确的方法
|
|
|
|
isShowTableFormSearch: true, |
|
|
|
verificationParams: [{ |
|
|
|
key: 'itemCode', |
|
|
|
action: '==', |
|
|
|
value: '', |
|
|
|
isMainValue: false, |
|
|
|
isSearch: true, |
|
|
|
isFormModel: true, |
|
|
|
}], // 失去焦点校验参数
|
|
|
|
}, |
|
|
|
}, |
|
|
|
// {
|
|
|
|