Browse Source

修改bug

Qukatie 2 years ago
parent
commit
faff63a115

+ 2 - 2
src/views/statisticAnalysis/brandProfit/index.vue

@@ -9,8 +9,8 @@
           <el-button type="info" size="small" @click="outExport">导出
           </el-button>
         </template>
-        <template slot="businesDateSearch">
-          <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
+        <template slot="dateSearch">
+          <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>

+ 2 - 2
src/views/statisticAnalysis/customerDelivery/index.vue

@@ -12,8 +12,8 @@
         <template slot="corpNameSearch">
           <crop-select v-model="search.corpName" corpType="KH" :zhKey="true"></crop-select>
         </template>
-        <template slot="businesDateSearch">
-          <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
+        <template slot="dateSearch">
+          <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>

+ 2 - 2
src/views/statisticAnalysis/customerProfit/index.vue

@@ -12,8 +12,8 @@
         <template slot="corpNameSearch">
           <crop-select v-model="search.corpName" corpType="KH" :zhKey="true"></crop-select>
         </template>
-        <template slot="businesDateSearch">
-          <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
+        <template slot="dateSearch">
+          <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>

+ 2 - 2
src/views/statisticAnalysis/salesmanDelivery/index.vue

@@ -9,8 +9,8 @@
           <el-button type="info" size="small" @click="outExport">导出
           </el-button>
         </template>
-        <template slot="businesDateSearch">
-          <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
+        <template slot="dateSearch">
+          <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>

+ 2 - 2
src/views/statisticAnalysis/salesmanProfit/index.vue

@@ -9,8 +9,8 @@
           <el-button type="info" size="small" @click="outExport">导出
           </el-button>
         </template>
-        <template slot="businesDateSearch">
-          <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
+        <template slot="dateSearch">
+          <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>

+ 2 - 2
src/views/statisticAnalysis/specificationsDelivery/index.vue

@@ -9,8 +9,8 @@
           <el-button type="info" size="small" @click="outExport">导出
           </el-button>
         </template>
-        <template slot="businesDateSearch">
-          <el-date-picker v-model="search.businesDate" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
+        <template slot="dateSearch">
+          <el-date-picker v-model="search.date" type="daterange" start-placeholder="开始日期" end-placeholder="结束日期"
             format="yyyy-MM-dd" value-format="yyyy-MM-dd HH:mm:ss" :default-time="['00:00:00', '23:59:59']">
           </el-date-picker>
         </template>