|
|
@ -323,14 +323,14 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
searchField: 'itemCode', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '库存余额信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: BalanceApi.getBalancePageByBusinessType, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key: 'businessType', |
|
|
|
value: businessTypeData.code, |
|
|
|
searchPage: BalanceApi.getBalancePageByBusinessTypeByItemType, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key: 'businessType', |
|
|
|
value: businessTypeData.code, |
|
|
|
action: '==', // 查询拼接条件
|
|
|
|
isSearch: true, // 使用自定义拼接条件
|
|
|
|
isMainValue: false // 拼接条件必须要 false 同时不能与 isMainValue: true 同用
|
|
|
|
},{ |
|
|
|
},{ |
|
|
|
key: 'packingNumber', // 查询列表中字段
|
|
|
|
value: '', // 指查询具体值
|
|
|
|
action: 'isNotStr', // 查询拼接条件
|
|
|
@ -346,7 +346,7 @@ export const ProductredressRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
searchField: 'itemCode', // 查询弹窗赋值字段
|
|
|
|
searchTitle: '库存余额信息', // 查询弹窗标题
|
|
|
|
searchAllSchemas: Balance.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: BalanceApi.getBalancePageByBusinessType, // 查询弹窗所需分页方法
|
|
|
|
searchPage: BalanceApi.getBalancePageByBusinessTypeByItemType, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [{ |
|
|
|
key: 'businessType', |
|
|
|
value: businessTypeData.code, |
|
|
|