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