snow 1 year ago
parent
commit
a35ec5b237

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.635dd1fa.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.695abb41.js


BIN
dist/static/js/app.695abb41.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.e746a75c.js


BIN
dist/static/js/app.e746a75c.js.gz


+ 0 - 0
dist/welcome.jpg → dist/wel.jpg


+ 0 - 0
public/welcome.jpg → public/wel.jpg


+ 1 - 1
src/pages/index.vue

@@ -40,7 +40,7 @@ export default {
   width:100%;
   height: 100vh;
   position: fixed;
-  background-image: url(/welcome.jpg);
+  background-image: url(/wel.jpg);
   background-size: cover;
   background-position: 35%;
 }

+ 14 - 9
src/pages/newReport.vue

@@ -7,32 +7,40 @@
 
       <el-row gutter="20">
         <el-row gutter="20">
-          <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
+          <el-col :xs="24">
             <p class="title">1.竞价咨询统计</p>
             <consult :date="date" />
           </el-col>
-        
-          <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
+        </el-row>
+
+        <el-row>
+          <el-col :xs="24">
             <p class="title">2.竞价反馈统计</p>
             <purchase-back :date="date" @getZXTotal="getZXTotal" />
           </el-col>
+        </el-row>
         
-          <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
+          <el-col :xs="24">
             <p class="title">3.竞价空返统计</p>
             <empty-return :date="date" />
           </el-col>
         </el-row>
 
       <!-- <el-row :gutter="20"> -->
-        <el-col :xs="24" :sm="16" :md="16" :lg="16" :xl="16">
+        <el-col :xs="24">
           <p class="title">4.销售订单统计</p>
           <order :date="date" />
         </el-col>
 
-        <el-col :xs="24" :sm="8" :md="8" :lg="8" :xl="8">
+        <el-col :xs="24">
           <p class="title">5.备库单统计</p>
           <stock :date="date" />
         </el-col>
+        
+        <el-col :xs="24">
+          <p class="title">6.采购订单统计</p>
+          <purchase :date="date" />
+        </el-col>
       <!-- </el-row> -->
 
       <!-- <el-row :gutter="20"> -->
@@ -45,9 +53,6 @@
 
       <!-- <el-row :gutter="20"> -->
       <!-- </el-row> -->
-
-    </el-row>
-
       <!-- :sm="16" :md="16" :lg="16" :xl="16" -->
     </div>
 

+ 3 - 7
src/pages/stock.vue

@@ -11,24 +11,20 @@
           <not-deliver-good :date="date" />
         </el-col>
 
-        <el-col :xs="24">
-          <p class="title">2.采购订单统计</p>
-          <purchase :date="date" />
-        </el-col>
 
         <!-- :sm="12" :md="12" :lg="12" :xl="12" -->
         <el-col :xs="24">
-          <p class="title">3.发货工单未发货时效统计</p>
+          <p class="title">2.发货工单未发货时效统计</p>
           <send-order :date="date" />
         </el-col>
 
         <el-col :xs="24">
-          <p class="title">4.待采购备货统计</p>
+          <p class="title">3.待采购备货统计</p>
           <send-exp :date="date" />
         </el-col>
 
         <el-col :xs="24">
-          <p class="title">5.当日库存销售统计</p>
+          <p class="title">4.当日库存销售统计</p>
           <the-sales :date="date" />
         </el-col>
 

Some files were not shown because too many files changed in this diff