|
|
@ -664,7 +664,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchPage: LocationApi.selectBusinessTypeOutLocation, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key: 'businessType', |
|
|
|
value: 'ReturnToHold', // 隔离退料
|
|
|
|
value: 'ReturnToStore', // 生产退料
|
|
|
|
isMainValue: false |
|
|
|
}, |
|
|
|
{ |
|
|
@ -686,7 +686,7 @@ export const ProductionreturnRequestDetail = useCrudSchemas(reactive<CrudSchema[ |
|
|
|
searchPage: LocationApi.selectBusinessTypeOutLocation, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key: 'businessType', |
|
|
|
value: 'ReturnToHold', // 隔离退料
|
|
|
|
value: 'ReturnToStore', // 生产退料
|
|
|
|
isMainValue: false |
|
|
|
}, |
|
|
|
{ |
|
|
|