|
@@ -12,6 +12,12 @@
|
|
|
mode="selector">
|
|
|
</u-picker>
|
|
|
</view>
|
|
|
+ <view class="row ">
|
|
|
+ <view class="left">已完成量</view>
|
|
|
+ <view class="right">
|
|
|
+ <view >{{detailData.donecount?detailData.detailData:'自动获取,不可编辑'}}</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="row row-bottom">
|
|
|
<view class="left">合同编号</view>
|
|
|
<!-- <view @click='slectcontractNo'>{{detailData.contractNo}}</view> -->
|
|
@@ -487,6 +493,7 @@
|
|
|
this.detailData.goodsNameKey = res.data.data[0].goodsNameKey
|
|
|
this.detailData.inOutTaskNo = this.inOutNoList[0].inOutTaskNo ? this.inOutNoList[0]
|
|
|
.inOutTaskNo : ''
|
|
|
+ this.detailData.donecount = this.inOutNoList[0].completedQuantity + '/' + this.inOutNoList[0].weight
|
|
|
this.detailData.agent = this.inOutNoList[0].agent
|
|
|
if (this.inOutNoList[0].contractNo) {
|
|
|
this.detailData.contractNo = this.inOutNoList[0].contractNo
|
|
@@ -568,6 +575,7 @@
|
|
|
this.detailData.goodsName = this.inOutNoList[e[0]].goodsName
|
|
|
this.detailData.goodsNameKey = this.inOutNoList[e[0]].goodsNameKey
|
|
|
this.detailData.grade = this.inOutNoList[e[0]].grade
|
|
|
+ this.detailData.donecount = this.inOutNoList[e[0]].completedQuantity + '/' + this.inOutNoList[e[0]].weight
|
|
|
// this.detailData.inOutType = this.inOutNoList[e[0]].inOutType
|
|
|
this.weightbills.goodsName = this.inOutNoList[e[0]].goodsName
|
|
|
// this.contractType = this.inOutNoList[e[0]].contractType //获取合同类型 用于判断输入车牌号
|