From 66b35b78673375cf8a8c3f3174bf2b8508fc87c0 Mon Sep 17 00:00:00 2001 From: lidm0086 Date: Thu, 26 Sep 2024 19:50:38 +0800 Subject: [PATCH] =?UTF-8?q?HL-6005=20=E5=AE=A2=E6=88=B7=E9=80=80=E8=B4=A7?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=EF=BC=8C=E9=80=80=E8=B4=A7=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=B8=8E=E9=80=80=E6=88=90=E5=8A=9F=E7=9A=84=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=97=B6=EF=BC=8C=E5=8F=91=E8=B4=A7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=8D=95=E5=8F=B7=E4=B8=8D=E8=83=BD=E5=9C=A8=E9=80=89?= =?UTF-8?q?=E6=8B=A9=EF=BC=8C=E5=BA=94=E5=88=A0=E9=99=A4=E6=8E=89=EF=BC=8C?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E5=9C=A8=E9=80=80=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerreturnRequestMain.data.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts index 26c490e43..7f785a818 100644 --- a/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreturn/customerreturnRequestMain/customerreturnRequestMain.data.ts @@ -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, // 指查询具体值