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] }}
+
+ 企业开户帐号*
+
-
-
+
+ 企业联系电话*
+
+
+
+ 企业注册地址*
+
+
+
-
- 发票抬头*
-
-
+
+
+
+ 收件人姓名*
+
+
+
+ 收件人电话*
+
+
+
+ 收件人地址*
+
+
+
-
-
-
- 企业统一社会信用代码或纳税识别号*
-
+
+
+
+ 电子邮箱
+
+
-
-
-
- 企业开户行名称*
-
-
-
- 企业开户帐号*
-
-
-
- 企业联系电话*
-
-
-
- 企业注册地址*
-
-
-
-
-
-
-
- 收件人姓名*
-
-
-
- 收件人电话*
-
-
-
- 收件人地址*
-
-
-
-
-
-
-
- 电子邮箱
-
-
-
-
-
- 备注
-
+ 备注
+
+