Przeglądaj źródła

开票内容显示去掉

LiFei 3 lat temu
rodzic
commit
9a2ac6b9a9

+ 1 - 13
src/views/hlwinvoice/HlwInvoiceList.vue

@@ -11,11 +11,7 @@
             </a-form-item>
           </a-col>
 
-          <a-col :md="6" :sm="8">
-            <a-form-item label="开票内容">
-              <a-input placeholder="请输入开票内容"  v-model="queryParam.invoiceCategoryName"></a-input>
-            </a-form-item>
-          </a-col>
+
 
           <a-col :md="6" :sm="8">
             <a-form-item label="服务商">
@@ -113,14 +109,6 @@
             dataIndex: 'requirementName',
           },
           {
-            title:'服务内容',
-            align:"center",
-            dataIndex: 'invoiceCategoryName',
-            customRender:function (text,record) {
-              return "*"+record.invoiceCategoryName+"*"+record.taxCategoryName
-            }
-          },
-          {
             title:'企业名称',
             align:"center",
             dataIndex: 'companyName',

+ 1 - 13
src/views/hlwinvoice/HlwInvoiceManageList.vue

@@ -5,11 +5,7 @@
       <a-form layout="inline" @keyup.enter.native="searchQuery">
         <a-row :gutter="24">
 
-          <a-col :md="6" :sm="8">
-            <a-form-item label="开票内容">
-              <a-input placeholder="请输入开票内容"  v-model="queryParam.invoiceCategoryName"></a-input>
-            </a-form-item>
-          </a-col>
+
           <a-col :md="6" :sm="8">
             <a-form-item label="企业名称">
               <a-input placeholder="请输入企业名称"  v-model="queryParam.companyName"></a-input>
@@ -112,14 +108,6 @@
         // 表头
         columns: [
           {
-            title:'开票内容',
-            align:"center",
-            dataIndex: 'invoiceCategoryName',
-            customRender:function (text,record) {
-              return "*"+record.invoiceCategoryName+"*"+record.taxCategoryName
-            }
-          },
-          {
             title:'企业名称',
             align:"center",
             dataIndex: 'companyName',

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

@@ -19,7 +19,7 @@
           </a-form-item>
         </a-col>
         <a-col :lg="12" :md="12" :sm="24">
-          <a-form-item label="任务单号" :labelCol="labelCol" :wrapperCol="wrapperCol" >
+          <a-form-item label="需求单号" :labelCol="labelCol" :wrapperCol="wrapperCol" >
             {{this.model.requirementCode}}
           </a-form-item>
         </a-col>
@@ -27,7 +27,7 @@
 
       <a-row :gutter="24">
         <a-col :lg="12" :md="12" :sm="24">
-          <a-form-item label="任务名称" :labelCol="labelCol" :wrapperCol="wrapperCol" >
+          <a-form-item label="需求名称" :labelCol="labelCol" :wrapperCol="wrapperCol" >
             {{this.model.requirementName}}
           </a-form-item>
         </a-col>