|
@@ -46,6 +46,16 @@
|
|
" src="../../../public/img/sousuo.png" alt="" /></ws-button> -->
|
|
" src="../../../public/img/sousuo.png" alt="" /></ws-button> -->
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col style="padding-left: 15px" :span="6">
|
|
|
|
+
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="18">
|
|
|
|
+ <div v-if="contractNo!='全部合同'">
|
|
|
|
+ 船名: 航次:
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-row>
|
|
<div class="freightSet" v-if="processNo">
|
|
<div class="freightSet" v-if="processNo">
|
|
<div style="display: flex; width: 200px; line-height: 30px">
|
|
<div style="display: flex; width: 200px; line-height: 30px">
|
|
预计运费(元):{{ tranPriceIng }}元
|
|
预计运费(元):{{ tranPriceIng }}元
|
|
@@ -366,7 +376,8 @@
|
|
paymentScreenshot: '',
|
|
paymentScreenshot: '',
|
|
id: '',
|
|
id: '',
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ shipName:'',
|
|
|
|
+ shipNo:'',
|
|
amountNotPayable: 0,
|
|
amountNotPayable: 0,
|
|
amountEdPayable: 0,
|
|
amountEdPayable: 0,
|
|
paymentScreenshotUrls: [],
|
|
paymentScreenshotUrls: [],
|
|
@@ -922,6 +933,9 @@
|
|
taskNoValue: response[i].taskNo,
|
|
taskNoValue: response[i].taskNo,
|
|
processNo: response[i].tranProcessInfoList,
|
|
processNo: response[i].tranProcessInfoList,
|
|
})
|
|
})
|
|
|
|
+ this.taskNo=response[0].taskNo
|
|
|
|
+ this.shipName=response[0].shipName
|
|
|
|
+ this.shipNo=response[0].shipNo
|
|
this.getList()
|
|
this.getList()
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -929,22 +943,23 @@
|
|
},
|
|
},
|
|
taskNochange(e) {
|
|
taskNochange(e) {
|
|
this.taskNo = e
|
|
this.taskNo = e
|
|
- this.processNoList = []
|
|
|
|
- this.processNo = ''
|
|
|
|
- for (let i = 0; i < this.taskNoList.length; i++) {
|
|
|
|
- if (e == this.taskNoList[i].taskNoValue) {
|
|
|
|
- for (let j = 0; j < this.taskNoList.length; j++) {
|
|
|
|
- this.processNoList.push({
|
|
|
|
- processNoKey: i,
|
|
|
|
- processNoValue: this.taskNoList[i].processNo[j].processNo,
|
|
|
|
- actualFreight: this.taskNoList[i].processNo[j].actualFreight,
|
|
|
|
- id: this.taskNoList[i].processNo[j].id,
|
|
|
|
- tranPriceIng: this.taskNoList[i].processNo[j].tranPrice,
|
|
|
|
- priceStatus: this.taskNoList[i].processNo[j].priceStatus,
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ this.getList()
|
|
|
|
+ // this.processNoList = []
|
|
|
|
+ // this.processNo = ''
|
|
|
|
+ // for (let i = 0; i < this.taskNoList.length; i++) {
|
|
|
|
+ // if (e == this.taskNoList[i].taskNoValue) {
|
|
|
|
+ // for (let j = 0; j < this.taskNoList.length; j++) {
|
|
|
|
+ // this.processNoList.push({
|
|
|
|
+ // processNoKey: i,
|
|
|
|
+ // processNoValue: this.taskNoList[i].processNo[j].processNo,
|
|
|
|
+ // actualFreight: this.taskNoList[i].processNo[j].actualFreight,
|
|
|
|
+ // id: this.taskNoList[i].processNo[j].id,
|
|
|
|
+ // tranPriceIng: this.taskNoList[i].processNo[j].tranPrice,
|
|
|
|
+ // priceStatus: this.taskNoList[i].processNo[j].priceStatus,
|
|
|
|
+ // })
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
processNochange(e) {
|
|
processNochange(e) {
|
|
this.processNo = e
|
|
this.processNo = e
|