网点费用申请:寄件人信息和支付方式一起调用
This commit is contained in:
parent
b99111659b
commit
0ee7339b2f
@ -593,7 +593,7 @@
|
||||
</el-row>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="24" v-if="applyType&&applyTypeArr.includes('18')">
|
||||
<el-col :span="24" v-if="applyType&&(applyTypeArr.includes('18') || applyTypeArr.includes('20'))">
|
||||
<el-row :gutter="0" class="md-row">
|
||||
<el-col :span="3" class="md-title">
|
||||
<span>寄件信息调整</span>
|
||||
@ -1663,10 +1663,12 @@ export default {
|
||||
// if(this.newValue.feeItems){
|
||||
// this.form.feeItems=[...this.newValue.feeItems];
|
||||
// }
|
||||
|
||||
|
||||
console.log("====>this.oldValue==>",this.oldValue);
|
||||
console.log("====>this.form==>",this.form);
|
||||
this.billDetail=this.oldValue;
|
||||
this.senderCountryCode = this.form.sender.country;
|
||||
this.recieverCountryCode = this.form.reciever.country;
|
||||
},
|
||||
getJsonData(){
|
||||
if(this.form.packType&&this.form.packType.length>0){
|
||||
@ -1789,6 +1791,7 @@ export default {
|
||||
// this.form.receiveTown=value.town;
|
||||
this.form.sender.address=value.address;
|
||||
this.form.sender.company=value.company;
|
||||
this.senderCountryCode=value.country;
|
||||
this.form.sender.id = value.id;
|
||||
// 选中的寄件人企业名称
|
||||
this.selectedSenderEnterpriseName=value.enterpriseName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user