|
|
@@ -11,7 +11,8 @@
|
|
|
<Cell title="总预付款(含定金)" :value="handleNumberValue(detail.payeddeposit.toFixed(2), '元')" />
|
|
|
<Cell title="付款比例" :value="parsePercent(detail.depositrate)" />
|
|
|
<Cell title="每吨预付金" :value="handleNumberValue(detail.transferprice.toFixed(2), '元')" />
|
|
|
- <Cell title="交收结算价" :value="handleNumberValue(detail.lastprice.toFixed(2), '元')" />
|
|
|
+ <Cell title="交收结算价"
|
|
|
+ :value="handleNumberValue(detail.lastprice.toFixed(2), '元/' + getGoodsUnitName(detail.unitid))" />
|
|
|
<Cell title="尾款" :value="handleNumberValue(detail.remainamount.toFixed(2), '元')" />
|
|
|
<Cell title="尾款支付截止日" label="若河钢招标价晚于交收月10号,待公布后顺延2个自然日付款" />
|
|
|
<Cell title="状态" :value="detail.thjorderstatusdisplay" />
|
|
|
@@ -34,8 +35,8 @@
|
|
|
</CellGroup>
|
|
|
<CellGroup title="点价信息"
|
|
|
v-if="detail.pointflag && (detail.buyuserid === detail.firstbuyuserid || ['2', '3'].includes(type.toString()))">
|
|
|
- <Cell title="已点价格" :value="detail.pointprice" />
|
|
|
- <Cell title="已点收益" :value="detail.pointincome" />
|
|
|
+ <Cell title="已点价格" :value="detail.pointprice + '元'" />
|
|
|
+ <Cell title="已点收益" :value="detail.pointincome + '元'" />
|
|
|
</CellGroup>
|
|
|
</div>
|
|
|
<div v-else>
|