网点费用申请,调整线路,产品置空重选
This commit is contained in:
parent
50e6557836
commit
e4bc145e9b
@ -42,7 +42,7 @@
|
||||
</el-col>
|
||||
<el-col :span="14">
|
||||
<el-form-item label="线路" prop="transLine" v-if="form.reciever!=null">
|
||||
<TransLinePicker v-model="form.transLine" :countryCode="form.reciever.country" isInitiated="true" @onChange="calcBillFee" ></TransLinePicker>
|
||||
<TransLinePicker v-model="form.transLine" :countryCode="form.reciever.country" isInitiated="true" @onChange="handleTransLineChange" ></TransLinePicker>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
||||
@ -2209,6 +2209,13 @@ export default {
|
||||
}
|
||||
|
||||
},
|
||||
handleTransLineChange(val){
|
||||
if(val){
|
||||
this.form.productType = val.productType;
|
||||
}
|
||||
this.calcBillFee();
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user