From e6e5baead910357ee90bb0fecc9752312cface18 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Thu, 9 Nov 2023 01:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E6=B7=BB=E5=8A=A0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoice-saveinfo/invoice-saveinfo.vue | 158 +++++++++--------- 1 file changed, 80 insertions(+), 78 deletions(-) diff --git a/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue b/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue index 9b2bc2f8..c78d65fd 100644 --- a/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue +++ b/pages/plugins/invoice/invoice-saveinfo/invoice-saveinfo.vue @@ -12,94 +12,96 @@ {{ save_base_data.business_desc }} + + + + 发票类型* + + + {{ can_invoice_type_list[form_invoice_type_index] == undefined ? '请选择发票类型' : can_invoice_type_list[form_invoice_type_index]['name'] }} + + + - - 发票类型必选 - - - {{ can_invoice_type_list[form_invoice_type_index] == undefined ? '请选择发票类型' : can_invoice_type_list[form_invoice_type_index]['name'] }} + + 申请类型* + + + {{ apply_type_list[form_apply_type_index] == undefined ? '请选择申请类型' : apply_type_list[form_apply_type_index]['name'] }} + + + + + + 发票内容* + + + {{ invoice_content_list[form_invoice_content_index] == undefined ? '请选择发票内容' : invoice_content_list[form_invoice_content_index] }} + + + + + + 发票抬头* + + + + + + + 企业统一社会信用代码或纳税识别号* + - - + - - 申请类型必选 - - - {{ apply_type_list[form_apply_type_index] == undefined ? '请选择申请类型' : apply_type_list[form_apply_type_index]['name'] }} + + + + 企业开户行名称* + - - - - - 发票内容必选 - - - {{ invoice_content_list[form_invoice_content_index] == undefined ? '请选择发票内容' : invoice_content_list[form_invoice_content_index] }} + + 企业开户帐号* + - - + + 企业联系电话* + + + + 企业注册地址* + + + - - 发票抬头* - - + + + + 收件人姓名* + + + + 收件人电话* + + + + 收件人地址* + + + - - - - 企业统一社会信用代码或纳税识别号* - + + + + 电子邮箱 + + - - - - 企业开户行名称* - - - - 企业开户帐号* - - - - 企业联系电话* - - - - 企业注册地址* - - - - - - - - 收件人姓名* - - - - 收件人电话* - - - - 收件人地址* - - - - - - - - 电子邮箱 - - - - - - 备注 - + 备注 + +