|
@@ -225,7 +225,7 @@
|
|
@click="changesettlementWeight(scope.row)"
|
|
@click="changesettlementWeight(scope.row)"
|
|
v-if="
|
|
v-if="
|
|
(scope.row.settlementWeightchange &&
|
|
(scope.row.settlementWeightchange &&
|
|
- scope.row.status == '未审核') ||
|
|
|
|
|
|
+ scope.row.approveStatus == '待物流部审核') ||
|
|
(scope.row.settlementWeightchange &&
|
|
(scope.row.settlementWeightchange &&
|
|
scope.row.status == '已驳回')
|
|
scope.row.status == '已驳回')
|
|
"
|
|
"
|
|
@@ -235,7 +235,7 @@
|
|
v-if="
|
|
v-if="
|
|
(!scope.row.settlementWeightchange &&
|
|
(!scope.row.settlementWeightchange &&
|
|
scope.row.settlementWeight &&
|
|
scope.row.settlementWeight &&
|
|
- scope.row.status == '未审核') ||
|
|
|
|
|
|
+ scope.row.approveStatus == '待物流部审核') ||
|
|
(!scope.row.settlementWeightchange &&
|
|
(!scope.row.settlementWeightchange &&
|
|
scope.row.settlementWeight &&
|
|
scope.row.settlementWeight &&
|
|
scope.row.status == '已驳回')
|
|
scope.row.status == '已驳回')
|
|
@@ -271,7 +271,7 @@
|
|
@click="changedeductionAmount(scope.row)"
|
|
@click="changedeductionAmount(scope.row)"
|
|
v-if="
|
|
v-if="
|
|
(scope.row.deductionAmountchange &&
|
|
(scope.row.deductionAmountchange &&
|
|
- scope.row.status == '未审核') ||
|
|
|
|
|
|
+ scope.row.approveStatus == '待物流部审核') ||
|
|
(scope.row.deductionAmountchange &&
|
|
(scope.row.deductionAmountchange &&
|
|
scope.row.status == '已驳回')
|
|
scope.row.status == '已驳回')
|
|
"
|
|
"
|
|
@@ -281,7 +281,7 @@
|
|
v-if="
|
|
v-if="
|
|
(!scope.row.deductionAmountchange &&
|
|
(!scope.row.deductionAmountchange &&
|
|
scope.row.deductionAmount &&
|
|
scope.row.deductionAmount &&
|
|
- scope.row.status == '未审核') ||
|
|
|
|
|
|
+ scope.row.approveStatus == '待物流部审核') ||
|
|
(!scope.row.deductionAmountchange &&
|
|
(!scope.row.deductionAmountchange &&
|
|
scope.row.deductionAmount &&
|
|
scope.row.deductionAmount &&
|
|
scope.row.status == '已驳回')
|
|
scope.row.status == '已驳回')
|
|
@@ -781,10 +781,10 @@ export default {
|
|
this.driverPayeeList.payeeName=item.driverPayeeInfoList[0].payeeName
|
|
this.driverPayeeList.payeeName=item.driverPayeeInfoList[0].payeeName
|
|
for (var i = 0; i < item.driverPayeeInfoList.length; i++){
|
|
for (var i = 0; i < item.driverPayeeInfoList.length; i++){
|
|
if(item.driverPayeeInfoList[i].bankCard==item.cardNo){
|
|
if(item.driverPayeeInfoList[i].bankCard==item.cardNo){
|
|
- this.driverPayeeList[i].radio="1"
|
|
|
|
|
|
+ this.driverPayeeList[i].radio='1'
|
|
}
|
|
}
|
|
else{
|
|
else{
|
|
- this.driverPayeeList[i].radio="2"
|
|
|
|
|
|
+ this.driverPayeeList[i].radio='2'
|
|
}
|
|
}
|
|
console.log(this.driverPayeeList[i].radio)
|
|
console.log(this.driverPayeeList[i].radio)
|
|
}
|
|
}
|
|
@@ -1252,7 +1252,7 @@ export default {
|
|
},
|
|
},
|
|
//列表
|
|
//列表
|
|
getList() {
|
|
getList() {
|
|
- console.log(this.contractNo,"this.contractNo值")
|
|
|
|
|
|
+ console.log(this.contractNo,'this.contractNo值')
|
|
autoList({
|
|
autoList({
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
compId: sessionStorage.getItem('ws-pf_compId'),
|
|
currentPage: this.currentPage,
|
|
currentPage: this.currentPage,
|