lilei 2 settimane fa
parent
commit
dc51e60aba

+ 1 - 1
src/views/chainReportData/chainSalesDetailReport/list.vue

@@ -1,6 +1,6 @@
 <template>
   <a-spin :spinning="spinning" tip="Loading...">
-    <a-alert :show-icon="false" type="error" message="注:连锁销售单报表包含急件销售数量、售价,连锁销售明细报表不包含急件销售数量、成本、售价" banner style="margin-bottom: 10px;" />
+    <a-alert :show-icon="false" type="error" message="注:报表中成本包含急件冲减的成本" banner style="margin-bottom: 10px;" />
     <!-- 搜索条件 -->
     <div class="table-page-search-wrapper">
       <a-form-model

+ 6 - 6
src/views/chainReportData/chainSalesReport/list.vue

@@ -1,6 +1,6 @@
 <template>
   <a-spin :spinning="spinning" tip="Loading...">
-    <a-alert :show-icon="false" type="error" message="注:连锁销售单报表包含急件销售数量、售价,连锁销售明细报表不包含急件销售数量、成本、售价" banner style="margin-bottom: 10px;" />
+    <a-alert :show-icon="false" type="error" message="注:报表中成本包含急件冲减的成本" banner style="margin-bottom: 10px;" />
     <!-- 搜索条件 -->
     <div class="table-page-search-wrapper">
       <a-form-model
@@ -60,11 +60,11 @@
                 <a-input id="chainSalesReportList-salesManName" v-model.trim="queryParam.salesManName" allowClear placeholder="请输入业务员"/>
               </a-form-model-item>
             </a-col>
-           <a-col :md="6" :sm="24">
-             <a-form-item label="客户类型">
-               <custType id="chainSalesReportList-custType" v-model="queryParam.salesTargetType" allowClear placeholder="请选择客户类型"></custType>
-             </a-form-item>
-           </a-col>
+            <a-col :md="6" :sm="24">
+              <a-form-item label="客户类型">
+                <custType id="chainSalesReportList-custType" v-model="queryParam.salesTargetType" allowClear placeholder="请选择客户类型"></custType>
+              </a-form-item>
+            </a-col>
             <a-col :md="6" :sm="24">
               <a-form-item label="客户所在区">
                 <AreaList id="chainSalesReportList-area" changeOnSelect ref="areaList" @change="areaChange"></AreaList>