|
|
|
@ -749,8 +749,6 @@ export default {
|
|
|
|
|
this.shippername = value
|
|
|
|
|
const index = this.shipperDataArr.indexOf(value)
|
|
|
|
|
this.details.shipper = this.shipperData[index].content
|
|
|
|
|
this.details.shipper = value
|
|
|
|
|
// debugger
|
|
|
|
|
},
|
|
|
|
|
shipperChange(value) {
|
|
|
|
|
this.getTemplate(value, 'shipper')
|
|
|
|
|