|
|
@ -152,13 +152,20 @@ export const CustomerreturnRequestMain = useCrudSchemas( |
|
|
|
isConcatDetailSchemas: true, // 是否主子表合并
|
|
|
|
searchAllSchemas: DeliverRecordMain.allSchemas, // 查询弹窗所需类
|
|
|
|
searchDetailSchemas: DeliverRecordDetail.allSchemas, // 查询弹窗所需类
|
|
|
|
searchPage: DeliverRecordDetailApi.getDeliverRecordDetailPageCustomerreturn, // 查询弹窗所需分页方法
|
|
|
|
// searchPage: DeliverRecordDetailApi.getDeliverRecordDetailPageCustomerreturn, // 查询弹窗所需分页方法
|
|
|
|
searchPage: DeliverRecordDetailApi.getDeliverRecordDetailPage, // 查询弹窗所需分页方法
|
|
|
|
searchCondition: [ |
|
|
|
{ |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
|
isMainValue: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'isReturnedQty', // 查询列表中字段
|
|
|
|
value: 'FALSE', // 指查询具体值
|
|
|
|
action: '==', // 查询拼接条件
|
|
|
|
isMainValue: false // 拼接条件必须要 false 同时不能与 isMainValue: true 同用
|
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'createTime', // 查询列表中字段
|
|
|
|
value: dateTime - 30 * 24 * 60 * 60 * 1000 + ',' + dateTime, // 指查询具体值
|
|
|
|