wansenai/eairp

Two questions about the retail shipements function

Closed this issue · 1 comments

Jzow commented

it is two bug, to be optimized, as follows:

  1. When loading the details, the payment amount was not consistent with the backend interface data, which may be due to the addition of value monitoring

  2. Regarding the issue of dayjs dates, optimization is needed. Currently, there are issues with both assignment and value taking

Jzow commented

Q1:
Regarding problem one, there was an issue with the code order of rendering values. Now, I will place the code for assigning the value after the calculation.