提交 8f53ecae authored 作者: 袁龙涛's avatar 袁龙涛

发票加备注

上级 0d08b704
......@@ -187,6 +187,10 @@
name="yourEmail" v-model="invoiceCon.yourEmail" data-vv-scope="com" oninput="value=value.replace(/[ ]/g,'')"/>
<p v-if="errors.has('com.yourEmail') == true">请填写正确格式的电邮箱</p>
</div>
<div class="xq_gjiserch_listbox">
<span class="dtttsp01">备注:</span>
<input class="dtttsp02 ys315" type="text" placeholder='请输入备注' v-model="invoiceCon.remarks" oninput="value=value.replace(/[ ]/g,'')"/>
</div>
</div>
</div>
<span class="xq_gjiserch_spddsan ml120" style="margin-top:20px">
......@@ -398,6 +402,7 @@
account: '',
deposit: '',
yourEmail: '',
remarks:'',
},
invoiceList: {},
name: '',
......@@ -733,6 +738,7 @@
this.invoiceCon.deposit = res.data.data.openBank
this.invoiceCon.yourEmail = res.data.data.email
this.invoiceCon.tyshxydm = res.data.data.tyshxydm
this.invoiceCon.remarks = res.data.data.remarks
}
})
......@@ -757,6 +763,7 @@
this.invoiceCon.account = this.invoiceList.account
this.invoiceCon.deposit = this.invoiceList.openBank
this.invoiceCon.yourEmail = this.invoiceList.email
this.invoiceCon.remarks = this.invoiceList.remarks
//个人
this.name = this.perInvoiceList.name
this.email = this.perInvoiceList.email
......@@ -796,6 +803,7 @@
this.invoiceList.account = this.invoiceCon.account
this.invoiceList.openBank = this.invoiceCon.deposit
this.invoiceList.email = this.invoiceCon.yourEmail
this.invoiceList.remarks = this.invoiceCon.remarks
this.invoice = false
this.shade = false
}
......@@ -851,6 +859,7 @@
tyshxydm: this.invoiceList.tyshxydm, // (string, optional): 统一社会信用代码 ,
account: this.invoiceList.account, // (string, optional): 账号 ,
email: this.invoiceList.email, //(string, optional): 邮箱 ,
remarks: this.invoiceList.remarks,
}
} else {
this.submitInvoice = ''
......@@ -871,7 +880,7 @@
/*invoiceId: '',
payType: '',*/
}
console.log(JSON.stringify(submitData),'eee')
submitOrderAPI(submitData).then(res => {
if (res.data.code == 0) {
......@@ -992,6 +1001,7 @@
this.invoiceCon.phone = item.phone;
this.invoiceCon.account = item.account;
this.invoiceCon.deposit = item.openBank;
this.invoiceCon.remarks = item.remarks;
/*this.invoiceCon.yourEmail=item.companyName;*/
return
......@@ -1003,6 +1013,7 @@
this.invoiceCon.phone = msgAry[0].phone;
this.invoiceCon.account = msgAry[0].account;
this.invoiceCon.deposit = msgAry[0].openBank;
this.invoiceCon.remarks = msgAry[0].remarks
/*this.invoiceCon.email=msgAry[0].companyName;*/
/*this.invoiceList==msgAry[1]*/
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论