|
@@ -239,6 +239,14 @@
|
|
|
placeholder="输入卸车净重"></input>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="row">
|
|
|
+ <view class="left">扣重</view>
|
|
|
+ <view v-if="item.status == '未装车' || item.status == '已送达'">{{item.deductionWeight}}</view>
|
|
|
+ <view style='text-align:right;' v-else>
|
|
|
+ <input v-model='item.deductionWeight' class="right-bottom"
|
|
|
+ placeholder="输入扣重"></input>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view v-if="detailData.priceType!=null&&detailData.priceType=='随行就市'" class="row">
|
|
|
<view class="left">单价(元/吨)</view>
|
|
|
<view v-if="item.status == '未装车' || item.status == '已送达'">{{item.contractPrice}}</view>
|
|
@@ -655,6 +663,7 @@
|
|
|
tranProcessInfo.caseNo = that.freightspace[index].caseNo
|
|
|
tranProcessInfo.titleNo = that.freightspace[index].titleNo
|
|
|
tranProcessInfo.unloadNetWeight = that.freightspace[index].unloadNetWeight
|
|
|
+ tranProcessInfo.deductionWeight = that.freightspace[index].deductionWeight
|
|
|
tranProcessInfo.receiveDateEnd = that.freightspace[index].receiveDateEnd
|
|
|
tranProcessInfo.unloadPoundImg = that.freightspace[index].unloadPoundImg
|
|
|
tranProcessInfo.contractPrice = that.freightspace[index].contractPrice
|