|
@@ -139,7 +139,6 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
showCustomerName(value, index) {
|
|
showCustomerName(value, index) {
|
|
- debugger
|
|
|
|
this.selectObj = value
|
|
this.selectObj = value
|
|
this.selectObj.index = index
|
|
this.selectObj.index = index
|
|
value.showCustomerName = true
|
|
value.showCustomerName = true
|
|
@@ -151,7 +150,6 @@
|
|
this.$api.doRequest('get', '/identityAuthenticationInfo/identityAuthenticationInfoUser', _data).then(
|
|
this.$api.doRequest('get', '/identityAuthenticationInfo/identityAuthenticationInfoUser', _data).then(
|
|
res => {
|
|
res => {
|
|
if (res.data.code == 200) {
|
|
if (res.data.code == 200) {
|
|
- debugger
|
|
|
|
this.nameList = res.data.data
|
|
this.nameList = res.data.data
|
|
this.dataList.shippingInformationList[0].identityId = res.data.data[0].id
|
|
this.dataList.shippingInformationList[0].identityId = res.data.data[0].id
|
|
this.dataList.shippingInformationList[0].shipperName = res.data.data[0].customerName
|
|
this.dataList.shippingInformationList[0].shipperName = res.data.data[0].customerName
|