fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | |||||||
|  * @Author       : Shiming |  * @Author       : Shiming | ||||||
|  * @Date         : 2021-12-14 15:02:52 |  * @Date         : 2021-12-14 15:02:52 | ||||||
|  * @LastEditors  : Shiming |  * @LastEditors  : Shiming | ||||||
|  * @LastEditTime : 2022-03-02 13:43:55 |  * @LastEditTime : 2022-03-04 09:34:13 | ||||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\confir-receipt\\confir-receipt.component.html |  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\bulk\\confir-receipt\\confir-receipt.component.html | ||||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. |  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||||
| --> | --> | ||||||
| @ -34,18 +34,18 @@ nzMessage="签收后不可再修改运费,请确保运费等信息准确无误 | |||||||
|   </sv-container> |   </sv-container> | ||||||
|   <sv-container col="2"> |   <sv-container col="2"> | ||||||
|     <sv label="装货重量"> |     <sv label="装货重量"> | ||||||
|         <div>{{detailList?.goodsInfoVO?.weight}}吨</div> |       <div>{{ detailList?.acceptWeight }}吨</div> | ||||||
|     </sv> |     </sv> | ||||||
|     <sv label="装货体积"> |     <sv label="装货体积"> | ||||||
|         <div>{{detailList?.goodsInfoVO?.volume}}方</div> |       <div>{{ detailList?.acceptVolume }}方</div> | ||||||
|     </sv> |     </sv> | ||||||
|   </sv-container> |   </sv-container> | ||||||
|   <sv-container col="2"> |   <sv-container col="2" > | ||||||
|     <sv label="卸货重量"> |     <sv label="卸货重量"> | ||||||
|         <div>{{detailList?.goodsInfoVO?.volume}}吨</div> |       <div>{{ detailList?.settlementWeight }}吨</div> | ||||||
|     </sv> |     </sv> | ||||||
|     <sv label="卸货体积"> |     <sv label="卸货体积"> | ||||||
|         <div>{{detailList?.settlementVolume}}方</div> |       <div>{{ detailList?.settlementVolume }}方</div> | ||||||
|     </sv> |     </sv> | ||||||
|   </sv-container> |   </sv-container> | ||||||
|   <sv-container col="1"> |   <sv-container col="1"> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user