Browse Source

开票内容展示修改

LiFei 3 năm trước cách đây
mục cha
commit
60d088e9f1

+ 3 - 0
src/views/hlwinvoice/HlwInvoiceManageList.vue

@@ -132,6 +132,9 @@
             title:'开票内容',
             align:"center",
             dataIndex: 'invoiceCategoryName',
+            customRender:function (text,record) {
+              return "*"+record.invoiceCategoryName+"*"+record.taxCategoryName
+            }
           },
           {
             title:'企业名称',

+ 4 - 1
src/views/hlwinvoice/modules/HlwInvoiceManageModalForm.vue

@@ -115,7 +115,10 @@
           {
             title:'服务内容',
             align:"center",
-            dataIndex: 'invoiceCategoryName'
+            dataIndex: 'invoiceCategoryName',
+            customRender:function (text,record) {
+              return "*"+record.invoiceCategoryName+"*"+record.taxCategoryName
+            }
           },
           {
             title:'企业名称',

+ 1 - 1
src/views/hlwinvoice/modules/HlwInvoiceManagePaymentModalForm.vue

@@ -33,7 +33,7 @@
         </a-col>
         <a-col :lg="12" :md="12" :sm="24">
           <a-form-model-item label="服务内容" :labelCol="labelCol" :wrapperCol="wrapperCol" >
-            {{this.model.invoiceCategoryName}}
+            *{{this.model.invoiceCategoryName}} *{{this.model.taxCategoryName}}
           </a-form-model-item>
         </a-col>
       </a-row>

+ 1 - 1
src/views/hlwinvoice/modules/HlwInvoiceModal.vue

@@ -16,7 +16,7 @@
              {{model.companyName}}
         </a-form-item>
         <a-form-item label="开票内容" :labelCol="labelCol" :wrapperCol="wrapperCol">
-          {{model.invoiceCategoryName}}
+          *{{this.model.invoiceCategoryName}} *{{this.model.taxCategoryName}}
         </a-form-item>
         <a-form-item label="通过平台" :labelCol="labelCol" :wrapperCol="wrapperCol">
           <template v-if="model.isThroughPlatform==1">是</template>