Ver Fonte

class类名统一

chenrui há 3 anos atrás
pai
commit
cea6a9bf8d

+ 14 - 14
src/views/reportData/salesReturnDetailReport/list.vue

@@ -1,5 +1,5 @@
 <template>
-  <a-card size="small" :bordered="false" class="provinceTypeSalesDetailsList-wrap">
+  <a-card size="small" :bordered="false" class="salesReturnDetailList-wrap">
     <a-spin :spinning="spinning" tip="Loading...">
       <!-- 搜索条件 -->
       <div class="table-page-search-wrapper">
@@ -18,23 +18,23 @@
             </a-col>
             <a-col :md="5" :sm="24">
               <a-form-model-item label="退货单号">
-                <a-input id="bulkWarehousingOrderList-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入退货单号"/>
+                <a-input id="salesReturnDetailList-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入退货单号"/>
               </a-form-model-item>
             </a-col>
             <a-col :md="5" :sm="24">
               <a-form-model-item label="产品编码">
-                <a-input id="allocationDetailsList-productCode" v-model.trim="queryParam.productCode" allowClear placeholder="请输入产品编码"/>
+                <a-input id="salesReturnDetailList-productCode" v-model.trim="queryParam.productCode" allowClear placeholder="请输入产品编码"/>
               </a-form-model-item>
             </a-col>
             <template v-if="advanced">
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="产品名称">
-                  <a-input id="allocationDetailsList-productName" v-model.trim="queryParam.productName" allowClear placeholder="请输入产品名称"/>
+                  <a-input id="salesReturnDetailList-productName" v-model.trim="queryParam.productName" allowClear placeholder="请输入产品名称"/>
                 </a-form-model-item>
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="客户名称">
-                  <a-input id="allocationDetailsList-dealerName" v-model.trim="queryParam.dealerName" allowClear placeholder="请输入客户名称"/>
+                  <a-input id="salesReturnDetailList-dealerName" v-model.trim="queryParam.dealerName" allowClear placeholder="请输入客户名称"/>
                 </a-form-model-item>
               </a-col>
               <a-col :md="6" :sm="24">
@@ -42,7 +42,7 @@
                   <v-select
                     v-model="queryParam.dealerLevel"
                     ref="dealerLevel"
-                    id="salesSlipReportList-dealerLevel"
+                    id="salesReturnDetailList-dealerLevel"
                     code="DEALER_LEVEL"
                     placeholder="请选择客户类型"
                     allowClear></v-select>
@@ -50,14 +50,14 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="品牌分类">
-                  <v-select code="BRAND_TYPE" id="allocationDetailsList-productBrandTypeSn" v-model="queryParam.productBrandTypeSn" allowClear placeholder="请选择品牌分类"></v-select>
+                  <v-select code="BRAND_TYPE" id="salesReturnDetailList-productBrandTypeSn" v-model="queryParam.productBrandTypeSn" allowClear placeholder="请选择品牌分类"></v-select>
                 </a-form-model-item>
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="产品品牌">
                   <a-select
                     placeholder="请选择"
-                    id="allocationDetailsList-productBrandSn"
+                    id="salesReturnDetailList-productBrandSn"
                     allowClear
                     v-model="queryParam.productBrandSn"
                     :showSearch="true"
@@ -75,7 +75,7 @@
                     change-on-select
                     :options="productTypeList"
                     :fieldNames="{ label: 'productTypeName', value: 'productTypeSn', children: 'children' }"
-                    id="allocationDetailsList-productType"
+                    id="salesReturnDetailList-productType"
                     placeholder="请选择产品分类"
                     allowClear
                     v-model="productType" />
@@ -83,7 +83,7 @@
               </a-col>
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="所在区域">
-                  <subarea id="productPricingList-subareaSn" v-model="queryParam.subareaSn"></subarea>
+                  <subarea id="salesReturnDetailList-subareaSn" v-model="queryParam.subareaSn"></subarea>
                 </a-form-model-item>
               </a-col>
               <a-col :md="12" :sm="24">
@@ -121,9 +121,9 @@
                 class="button-warning"
                 size="small"
                 @click="handleStock"
-                id="allocationDetailsList-stockDate">盘点区间日期</a-button>
-              <a-button style="margin: 0 0 18px 8px" type="primary" @click="handleSearch" :disabled="disabled" id="allocationDetailsList-refresh">查询</a-button>
-              <a-button style="margin: 0 0 18px 8px" @click="resetSearchForm" :disabled="disabled" id="allocationDetailsList-reset">重置</a-button>
+                id="salesReturnDetailList-stockDate">盘点区间日期</a-button>
+              <a-button style="margin: 0 0 18px 8px" type="primary" @click="handleSearch" :disabled="disabled" id="salesReturnDetailList-refresh">查询</a-button>
+              <a-button style="margin: 0 0 18px 8px" @click="resetSearchForm" :disabled="disabled" id="salesReturnDetailList-reset">重置</a-button>
               <a-button
                 style="margin-left: 5px"
                 type="primary"
@@ -131,7 +131,7 @@
                 @click="handleExport"
                 :disabled="disabled"
                 :loading="exportLoading"
-                id="productInfoList-export">导出</a-button>
+                id="salesReturnDetailList-export">导出</a-button>
               <a @click="advanced=!advanced" style="margin-left: 8px">
                 {{ advanced ? '收起' : '展开' }}
                 <a-icon :type="advanced ? 'up' : 'down'"/>

+ 9 - 9
src/views/reportData/salesReturnsReport/list.vue

@@ -1,10 +1,10 @@
 <template>
-  <a-card size="small" :bordered="false" class="provinceTypeSalesDetailsList-wrap">
+  <a-card size="small" :bordered="false" class="salesReturnsReportList-wrap">
     <a-spin :spinning="spinning" tip="Loading...">
       <!-- 搜索条件 -->
       <div class="table-page-search-wrapper">
         <a-form-model
-          id="salesSlipReportList-form"
+          id="salesReturnsReportList-form"
           layout="inline"
           ref="ruleForm"
           :model="queryParam"
@@ -18,18 +18,18 @@
             </a-col>
             <a-col :md="5" :sm="24">
               <a-form-model-item label="退货单号">
-                <a-input id="bulkWarehousingOrderList-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入退货单号"/>
+                <a-input id="salesReturnsReportList-salesReturnBillNo" v-model.trim="queryParam.salesReturnBillNo" allowClear placeholder="请输入退货单号"/>
               </a-form-model-item>
             </a-col>
             <a-col :md="5" :sm="24">
               <a-form-model-item label="所在区域">
-                <subarea id="productPricingList-subareaSn" v-model="queryParam.subareaSn"></subarea>
+                <subarea id="salesReturnsReportList-subareaSn" v-model="queryParam.subareaSn"></subarea>
               </a-form-model-item>
             </a-col>
             <template v-if="advanced">
               <a-col :md="6" :sm="24">
                 <a-form-model-item label="客户名称">
-                  <custList id="salesSlipReportList-dealerName" ref="custList" @change="custChange"></custList>
+                  <custList id="salesReturnsReportList-dealerName" ref="custList" @change="custChange"></custList>
                 </a-form-model-item>
               </a-col>
               <a-col :md="6" :sm="24">
@@ -37,7 +37,7 @@
                   <v-select
                     v-model="queryParam.dealerLevel"
                     ref="dealerLevel"
-                    id="salesSlipReportList-dealerLevel"
+                    id="salesReturnsReportList-dealerLevel"
                     code="DEALER_LEVEL"
                     placeholder="请选择客户类型"
                     allowClear></v-select>
@@ -78,9 +78,9 @@
                 class="button-warning"
                 size="small"
                 @click="handleStock"
-                id="productPricingList-stockDate">盘点区间日期</a-button>
-              <a-button style="margin: 0 0 18px 8px" type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="productPricingList-refresh">查询</a-button>
-              <a-button style="margin: 0 0 18px 8px" @click="resetSearchForm" :disabled="disabled" id="productPricingList-reset">重置</a-button>
+                id="salesReturnsReportList-stockDate">盘点区间日期</a-button>
+              <a-button style="margin: 0 0 18px 8px" type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesReturnsReportList-refresh">查询</a-button>
+              <a-button style="margin: 0 0 18px 8px" @click="resetSearchForm" :disabled="disabled" id="salesReturnsReportList-reset">重置</a-button>
               <a @click="advanced=!advanced" style="margin-left: 8px">
                 {{ advanced ? '收起' : '展开' }}
                 <a-icon :type="advanced ? 'up' : 'down'"/>