Commit 127da255444aa6d2274a0b732de34e1befafcaf5
1 parent
a4282754
修改预警回款params
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/Order/OrderWarning/index.tsx
@@ -4669,7 +4669,7 @@ const OrderPage = () => { | @@ -4669,7 +4669,7 @@ const OrderPage = () => { | ||
4669 | ) => { | 4669 | ) => { |
4670 | params.orderStatus = 'CONFIRM_INVOICE'; | 4670 | params.orderStatus = 'CONFIRM_INVOICE'; |
4671 | params.paymentMethod = 'UNPAID'; | 4671 | params.paymentMethod = 'UNPAID'; |
4672 | - params.salesCode = 'UNPAID'; | 4672 | + params.salesCode = userInfo.username; |
4673 | if (calDate2 === 'null') { | 4673 | if (calDate2 === 'null') { |
4674 | params.statusDatetimeLe = null; | 4674 | params.statusDatetimeLe = null; |
4675 | } else { | 4675 | } else { |