Commit 69e052456effea05fb7b1ed0f0770f535d77357f

Authored by boyang
1 parent d861ff66

修改订单预警params

src/pages/Order/OrderWarning/index.tsx
... ... @@ -4615,13 +4615,14 @@ const OrderPage = () => {
4615 4615 params.sorted = sorted;
4616 4616 // params.isDeleteQueryOrder = filterCondifion === 70;
4617 4617 params.isDeleteQueryOrder = false;
4618   - params.orderStatus = 'CONFIRM_RECEIPT';
  4618 + params.invoiceConfirmStatusNe = 'CONFIRMED';
4619 4619 params.invoicingStatusNe = 'UN_INVOICE';
  4620 + params.applyTimeIsNotNull = true;
4620 4621 if (calDate === 'null') {
4621   - params.statusDatetimeLe = null;
  4622 + params.applyTimeLe = null;
4622 4623 } else {
4623   - params.statusDatetimeLe = calDate;
4624   - console.log(params.statusDatetimeLe, '5656params.statusDatetimeLe1');
  4624 + params.applyTimeLe = calDate;
  4625 + console.log(params.applyTimeLe, '5656params.applyTimeLe');
4625 4626 }
4626 4627 console.log(params, '5656paramsFlush');
4627 4628 setSearchParam(params);
... ... @@ -4676,11 +4677,12 @@ const OrderPage = () => {
4676 4677 // params.orderStatus = 'CONFIRM_INVOICE';
4677 4678 params.paymentMethod = 'UNPAID';
4678 4679 params.salesCode = userInfo.username;
  4680 + params.invoiceConfirmStatus = 'CONFIRMED';
4679 4681 if (calDate2 === 'null') {
4680   - params.statusDatetimeLe = null;
  4682 + params.invoiceConfirmStatusDatetimeLe = null;
4681 4683 } else {
4682   - params.statusDatetimeLe = calDate2;
4683   - console.log(params.statusDatetimeLe, '5656params.statusDatetimeLe2')
  4684 + params.invoiceConfirmStatusDatetimeLe = calDate2;
  4685 + console.log(params.invoiceConfirmStatusDatetimeLe, '5656params.statusDatetimeLe2')
4684 4686 }
4685 4687 //订单id处理
4686 4688 /**
... ...