Commit 69e052456effea05fb7b1ed0f0770f535d77357f

Authored by boyang
1 parent d861ff66

修改订单预警params

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