wansenai / eairp

✨ Saas Enterprise Resource Planning (开源Sass ERP系统)
http://eairp.cn http://erp.wansenai.com
Apache License 2.0
65 stars 24 forks source link

Two questions about the retail shipements function #153

Closed Jzow closed 10 months ago

Jzow commented 10 months ago

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 10 months ago

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.