浏览代码

开票内容展示

LiFei 3 年之前
父节点
当前提交
e98bfea26b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/views/hlwinvoice/modules/HlwInvoiceManagePaymentModalForm.vue

+ 5 - 0
src/views/hlwinvoice/modules/HlwInvoiceManagePaymentModalForm.vue

@@ -31,6 +31,11 @@
             {{this.model.requirementName}}
           </a-form-model-item>
         </a-col>
+        <a-col :lg="12" :md="12" :sm="24">
+          <a-form-model-item label="服务内容" :labelCol="labelCol" :wrapperCol="wrapperCol" >
+            *{{this.model.invoiceCategoryName}} *{{this.model.taxCategoryName}}
+          </a-form-model-item>
+        </a-col>
       </a-row>
 
       <a-descriptions title="企业信息"></a-descriptions>