Commit a4282754088cd720e9a0f13f7a9a19e9f54734c9

Authored by boyang
1 parent a37f5c4d

修改预警回款params

src/pages/Order/OrderWarning/index.tsx
@@ -4669,6 +4669,7 @@ const OrderPage = () => { @@ -4669,6 +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 if (calDate2 === 'null') { 4673 if (calDate2 === 'null') {
4673 params.statusDatetimeLe = null; 4674 params.statusDatetimeLe = null;
4674 } else { 4675 } else {