Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a21b1886df2636547c83c50ddc8bfe08c10a0940
Authored by
boyang
2024-09-12 11:18:05 +0800
1 parent
98f80f15
修改预警回款params
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/pages/Order/OrderWarning/index.tsx
src/pages/Order/OrderWarning/index.tsx
View file @
a21b188
...
...
@@ -4701,6 +4701,7 @@ const OrderPage = () => {
4701
4701
params.sorted = sorted;
4702
4702
//是否只查看已作废
4703
4703
params.isDeleteQueryOrder = filterCondifion === 70;
4704
+ params.paymentNotReceipt = true;
4704
4705
//保存这个搜索条件
4705
4706
setSearchParam(params);
4706
4707
...
...