修改点发票开始之前提交版本

This commit is contained in:
魏啾
2024-08-23 10:28:50 +08:00
parent 7dcde9f91f
commit 4e5b31b2e6
12 changed files with 352 additions and 58 deletions

View File

@@ -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({