修改点发票开始之前提交版本
This commit is contained in:
@@ -189,22 +189,12 @@
|
||||
_this.form.user_duty = infoJ.taxNumber ? infoJ.taxNumber : '' //税号
|
||||
_this.form.c_address = infoJ.companyAddress ? infoJ.companyAddress : '' //公司地址
|
||||
_this.form.c_phone = infoJ.telephone ? infoJ.telephone : '' //电话
|
||||
_this.form.c_bank_name = infoJ.bankAccount ? infoJ.bankAccount : '' //开户银行
|
||||
_this.form.c_bank_account = infoJ.bankName ? infoJ.bankName : '' // 银行账号
|
||||
_this.form.c_bank_account = infoJ.bankAccount ? infoJ.bankAccount : '' //开户银行
|
||||
_this.form.c_bank_name = infoJ.bankName ? infoJ.bankName : '' // 银行账号
|
||||
_this.form.user_type = infoJ.type == 0 ? 2 : 1 //发票抬头类型 微信返回0是企业 1是个人
|
||||
// form: {
|
||||
// user_type: 2,
|
||||
// img: '',
|
||||
// user_name: '',
|
||||
// user_duty: '',
|
||||
// email: '',
|
||||
// mobile: '',
|
||||
// status_note: '',
|
||||
// c_address: '',
|
||||
// c_phone: '',
|
||||
// c_bank_name: '',
|
||||
// c_bank_account: ''
|
||||
// },
|
||||
if (infoJ.type == 0) {
|
||||
_this.showElse = true
|
||||
}
|
||||
})
|
||||
},
|
||||
onInput(e) {
|
||||
@@ -368,7 +358,10 @@
|
||||
this.form.img = '';
|
||||
this.form.user_duty = '';
|
||||
this.form.email = '';
|
||||
this.form.mobile = '';
|
||||
this.form.c_address = '';
|
||||
this.form.c_phone = '';
|
||||
this.form.c_bank_account = '';
|
||||
this.form.c_bank_name = '';
|
||||
},
|
||||
async getOrder() { //搜索值
|
||||
let res = await this.api.enterprisestore({
|
||||
|
||||
Reference in New Issue
Block a user