sendAddress
This commit is contained in:
@@ -243,7 +243,9 @@ export default {
|
||||
组件零件基本件流水号组: [],
|
||||
数量组: [],
|
||||
单价组: [],
|
||||
交货期组: []
|
||||
交货期组: [],
|
||||
companyAddress: '',
|
||||
sendAddress: ''
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -307,6 +309,8 @@ export default {
|
||||
}
|
||||
})
|
||||
searchBaseInfo(this.id).then(res => {
|
||||
this.companyAddress = res.data[0] ? res.data[0].公司地址 : ''
|
||||
this.sendAddress = res.data[0] ? res.data[0].送货地址 : ''
|
||||
this.fax2 = res.data[0] ? res.data[0].传真 : ''
|
||||
this.postCode2 = '224053'
|
||||
this.phone2 = res.data[0] ? res.data[0].手机 + '/' + res.data[0].公司电话 : ''
|
||||
@@ -473,7 +477,7 @@ export default {
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 15%;">地址:</td>
|
||||
<td style="width: 35%;">盐城市通榆北路666号</td>
|
||||
<td style="width: 35%;">${this.companyAddress}</td>
|
||||
<td style="width: 15%;">地址:</td>
|
||||
<td id="supplierAddress" style="width: 35%;"></td>
|
||||
</tr>
|
||||
@@ -497,7 +501,7 @@ export default {
|
||||
<tr>
|
||||
<td style="width: 20%;" rowspan="3">交货地点:</td>
|
||||
<td style="width: 20%;">地址:</td>
|
||||
<td style="width: 30%;" colspan="2">盐城市亭湖区新兴镇开放大道666号</td>
|
||||
<td style="width: 30%;" colspan="2">${this.sendAddress}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 20%;">联系人:</td>
|
||||
|
||||
Reference in New Issue
Block a user