Commit 3118121f authored by 华国豪's avatar 华国豪 🙄

发票

parent 5b61ff19
...@@ -475,19 +475,23 @@ export default { ...@@ -475,19 +475,23 @@ export default {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let detail = res.data.data let detail = res.data.data
console.log(detail) console.log(detail)
this.isChang = 2
this.msg.DutyParagraph = detail.DutyParagraph;
this.msg.CompanyName = detail.CompanyName;
this.msg.Address = detail.Address;
this.msg.BankNo = detail.BankNo;
this.msg.CompanyPhone = detail.CompanyPhone;
this.msg.OpeningBank = detail.OpeningBank;
this.msg.ApplyMoney = detail.ApplyMoney;
if(detail.ApplyPics && detail.ApplyPics.length>0){ if(detail.ApplyPics && detail.ApplyPics.length>0){
detail.ApplyPics.forEach(x=>{ detail.ApplyPics.forEach(x=>{
console.log(x,'1111111')
if(x.Type==='3'){
this.saveMsg.push({ this.saveMsg.push({
Content: x.Url,
Type: x.Type, Type: x.Type,
Url: x.Url Url: x.Url
}); });
this.images.push(x.Url)
}
}) })
} }
this.detail = detail
this.getOrderDetail(); this.getOrderDetail();
} }
this.loading = false this.loading = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment