From 20913c80c3f5fc8e533cb92b90e6f20bcd68e032 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期三, 29 十一月 2023 17:49:32 +0800
Subject: [PATCH] feat: 1、优化导入 2、部门物品台账查询对接

---
 admin-web/src/views/statisticalreport/itemReport/index.vue |   28 +++++++++-------------------
 1 files changed, 9 insertions(+), 19 deletions(-)

diff --git a/admin-web/src/views/statisticalreport/itemReport/index.vue b/admin-web/src/views/statisticalreport/itemReport/index.vue
index f205b0d..8d136da 100644
--- a/admin-web/src/views/statisticalreport/itemReport/index.vue
+++ b/admin-web/src/views/statisticalreport/itemReport/index.vue
@@ -4,49 +4,43 @@
       <div class="filter-container" style="margin-bottom: 10px">
         <my-search ref="searchBar" :items="items" @search="filterForm"></my-search>
       </div>
-      <div class="title"  align="center">鐗╁搧缁熻琛�</div>
+      <div class="title">鐗╁搧缁熻琛�</div>
       <el-table
         v-loading="loading"
         :data="tableData"
         border
         style="width: 100%">
         <el-table-column
-          fixed="left"
           align="center"
           prop="orgName"
           label="鏈烘瀯"
-          width="150">
+          min-width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="warehouseName"
           label="浠撳簱/閮ㄩ棬"
-          width="150">
+          min-width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="goodsCode"
           label="鐗╁搧缂栫爜"
           width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="goodsTemplateName"
           label="鐗╁搧鍚嶇О"
-          width="150">
+          min-width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="baseGoodsModelsName"
           label="瑙勬牸鍨嬪彿"
-          width="150">
+          min-width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="zaiKuNum"
           label="鍦ㄥ簱/鍦ㄧ敤鏁伴噺"
@@ -54,21 +48,18 @@
         </el-table-column>
 
         <el-table-column
-          fixed="left"
           align="center"
           prop="baoFeiNum"
           label="鎶ュ簾鏁�"
           width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="diaoBoNum"
           label="璋冩嫧鏁�"
           width="150">
         </el-table-column>
         <el-table-column
-          fixed="left"
           align="center"
           prop="totalNum"
           label="鎬绘暟閲�"
@@ -80,12 +71,11 @@
 </template>
 
 <script>
-  import {getGoodsStatistics} from '@/api/dashboard/goodsStatis.js'
-  import {formatDate,LongToDate} from "@/utils/DateFormatter";
-  import {downLoad} from "@/utils/base";
-  import SettingIplatform from '@/utils/settingIplatform';
+import {getGoodsStatistics} from '@/api/dashboard/goodsStatis.js'
+import {formatDate} from "@/utils/DateFormatter";
+import SettingIplatform from '@/utils/settingIplatform';
 
-  export default {
+export default {
     data() {
       return {
         items: [

--
Gitblit v1.9.1