Commit f49246a4bba0704835e604e8870b9bf1c054d0d3
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
4 additions
and
0 deletions
dist.zip deleted
100644 → 0
No preview for this file type
src/pages/Order/OrderList/OrderDrawer.tsx
@@ -101,6 +101,7 @@ export default ({ onClose, data, subOrders, orderOptType }) => { | @@ -101,6 +101,7 @@ export default ({ onClose, data, subOrders, orderOptType }) => { | ||
101 | invoicingStatus: ''; | 101 | invoicingStatus: ''; |
102 | invoiceIdentificationNumber: ''; | 102 | invoiceIdentificationNumber: ''; |
103 | invoicingTime: ''; | 103 | invoicingTime: ''; |
104 | + productBelongBusinessUpdateTime: ''; | ||
104 | bank: ''; | 105 | bank: ''; |
105 | bankAccountNumber: ''; | 106 | bankAccountNumber: ''; |
106 | deleteSubOrderLists: []; | 107 | deleteSubOrderLists: []; |
@@ -905,6 +906,9 @@ export default ({ onClose, data, subOrders, orderOptType }) => { | @@ -905,6 +906,9 @@ export default ({ onClose, data, subOrders, orderOptType }) => { | ||
905 | const seconds = String(date.getSeconds()).padStart(2, '0'); | 906 | const seconds = String(date.getSeconds()).padStart(2, '0'); |
906 | const formattedDate = `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; | 907 | const formattedDate = `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; |
907 | values.productBelongBusinessUpdateTime = formattedDate; | 908 | values.productBelongBusinessUpdateTime = formattedDate; |
909 | + } else { | ||
910 | + values.productBelongBusinessUpdateTime = | ||
911 | + data.productBelongBusinessUpdateTime; | ||
908 | } | 912 | } |
909 | return item; | 913 | return item; |
910 | }); | 914 | }); |