Commit 3a164b6e8f87a6e2f883a6759d7dbde7cce55286
1 parent
42506df2
fix: 修改预警接口
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/Order/OrderWarning/index.tsx
... | ... | @@ -4304,7 +4304,7 @@ const OrderPage = () => { |
4304 | 4304 | params.sorted = sorted; |
4305 | 4305 | // params.isDeleteQueryOrder = filterCondifion === 70; |
4306 | 4306 | params.isDeleteQueryOrder = false; |
4307 | - params.orderStatus = 'SHIPPED'; | |
4307 | + params.warningStatus = 'invoiceConfirmWarning'; | |
4308 | 4308 | // params.invoicingStatusNe = 'UN_INVOICE'; |
4309 | 4309 | if (calDate === 'null') { |
4310 | 4310 | params.applyTimeLe = null; |
... | ... | @@ -4317,7 +4317,7 @@ const OrderPage = () => { |
4317 | 4317 | const res = await postServiceOrderQueryServiceOrder({ |
4318 | 4318 | sorter, |
4319 | 4319 | filter, |
4320 | - data: { ...params, statusDatetimeLe: calDate }, | |
4320 | + data: { ...params, invoicingEndTime: calDate }, | |
4321 | 4321 | }); |
4322 | 4322 | console.log(res.data, '5656request'); |
4323 | 4323 | ... | ... |