戴艳蓉 3 years ago
parent
commit
617d399011

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/js/chunk-82a6a33a.ffd19645.js


BIN
dist/static/js/chunk-82a6a33a.fb67afc4.js.gz → dist/static/js/chunk-82a6a33a.ffd19645.js.gz


+ 12 - 10
src/views/stock/check/index.vue

@@ -3,7 +3,13 @@
     <div
       v-if="powers && powers.length > 0 && powers.some((item) => item == '001')"
     >
-      <ex-table
+      <el-button
+        type="primary"
+        :size="'mini'"
+        @click="exportGood('导出盘点商品')"
+        >导出盘点商品
+      </el-button>
+      <!-- <ex-table
         v-loading="false"
         :table="table"
         :data="tableData"
@@ -133,12 +139,7 @@
                     重置
                   </el-button>
                 </el-col>
-                <el-button
-                  type="primary"
-                  :size="'mini'"
-                  @click="exportGood('导出盘点商品')"
-                  >导出盘点商品
-                </el-button>
+             
                 <el-col
                   :span="3"
                   style="width: 66px; float: right"
@@ -198,7 +199,7 @@
         :is-detail="isDetail"
         @refresh="searchList"
         @cancel="showModel = false"
-      />
+      /> -->
     </div>
     <div v-else>
       <no-auth></no-auth>
@@ -210,6 +211,7 @@ import mixinPage from "@/mixins/elPaginationHandle";
 import resToken from "@/mixins/resToken";
 import asyncRequest from "@/apis/service/stock/check";
 import addModel from "./addModel";
+import { getToken } from "@/utils/auth";
 import { mapGetters } from "vuex";
 
 export default {
@@ -337,7 +339,7 @@ export default {
     };
   },
   mounted() {
-    this.searchList();
+    // this.searchList();
   },
 
   methods: {
@@ -391,7 +393,7 @@ export default {
         let model = {
           end: "2021-10-29",
           start: "2021-10-01",
-          token: "b04d184cc37ad3658ae87dac1755ae8470c80afd",
+          token: getToken(),
           // id: this.queryId,
           // token: getToken(),
         };

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