|
@@ -540,13 +540,16 @@ export default {
|
|
|
},
|
|
|
// 选择快递公司
|
|
|
onMailingType(e) {
|
|
|
- this.transmitMessageVlaue.addresseeProvince = ''
|
|
|
- this.transmitMessageVlaue.addresseeCity = ''
|
|
|
- this.transmitMessageVlaue.addresseeCounty = ''
|
|
|
- this.transmitMessageVlaue.addresseeName = ''
|
|
|
- this.transmitMessageVlaue.addresseePhone = ''
|
|
|
- this.transmitMessageVlaue.addresseeTown = ''
|
|
|
- this.transmitMessageVlaue.addresseeAddrInfo = ''
|
|
|
+ console.log(e)
|
|
|
+ if(e.value == '港澳台寄件') {
|
|
|
+ this.transmitMessageVlaue.addresseeProvince = ''
|
|
|
+ this.transmitMessageVlaue.addresseeCity = ''
|
|
|
+ this.transmitMessageVlaue.addresseeCounty = ''
|
|
|
+ this.transmitMessageVlaue.addresseeName = ''
|
|
|
+ this.transmitMessageVlaue.addresseePhone = ''
|
|
|
+ this.transmitMessageVlaue.addresseeTown = ''
|
|
|
+ this.transmitMessageVlaue.addresseeAddrInfo = ''
|
|
|
+ }
|
|
|
|
|
|
this.mailingTypeVlaue = e.value
|
|
|
this.mailingTypeId = e.id
|