From 75aaca3a95314be8c384df18dba23c661dea742c Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 27 十一月 2023 19:05:38 +0800
Subject: [PATCH] feat:

---
 admin-web/src/views/stock/ledger/inventoryQuery/index.vue |   42 +++++++++++++++++++++++-------------------
 1 files changed, 23 insertions(+), 19 deletions(-)

diff --git a/admin-web/src/views/stock/ledger/inventoryQuery/index.vue b/admin-web/src/views/stock/ledger/inventoryQuery/index.vue
index 178681a..f24b0c8 100644
--- a/admin-web/src/views/stock/ledger/inventoryQuery/index.vue
+++ b/admin-web/src/views/stock/ledger/inventoryQuery/index.vue
@@ -16,7 +16,7 @@
         </el-card>
       </el-container>
     </el-container>
-    
+
   </div>
 </template>
 
@@ -75,16 +75,17 @@
           },
         },
         {
-          type: 'select',
+          type: 'cascader',
           dataIndex: 'categoryId',
           label: '鍒嗙被',
           placeholder: '璇烽�夋嫨',
           defaultValue: '',
           options: [],
           optionsConfig: {
-            label: 'modelName',
+            label: 'label',
             value: 'id',
-            url: SettingIplatform.apiBaseURL + '/pc/base/goods/models/query/goodsModel'
+            url: SettingIplatform.apiBaseURL + '/pc/base/category/select/tree',
+            props:{checkStrictly:false}
           },
         },
         {
@@ -93,12 +94,16 @@
           label: '绫诲埆',
           placeholder: '璇烽�夋嫨',
           defaultValue: '',
-          options: [],
-          optionsConfig: {
-            label: 'dict_label',
-            value: 'dict_value',
-            url: SettingIplatform.apiBaseURL + '/permit/dict/data/type/GOODS_PRICE',
-          },
+          options: [{
+            label:'A',
+            value:'1'
+          },{
+            label:'B',
+            value:'2'
+          },{
+            label:'C',
+            value:'3'
+          }],
         },
       ],
       // 鏍戞暟鎹�
@@ -135,14 +140,14 @@
         },
         // 鍒椾俊鎭�
         columns: [
-          { title: '鏈烘瀯', field: 'agencyName', align: 'center' },
-          { title: '浠撳簱', field: 'warehouseName', align: 'center' },
-          { title: '鍒嗙被', field: 'categoryName', align: 'center' },
-          { title: '鎵�灞炵被鍒�', field: 'costType', align: 'center' },
-          { title: '鐗╁搧鍚嶇О', field: 'goodsTemplateName', align: 'left' },
-          { title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'left' },
-          { title: '鍗曚綅', field: 'unit', align: 'left' },
-          { title: '褰撳墠搴撳瓨', field: 'kucun', align: 'left' },
+          { title: '鏈烘瀯', field: 'agencyName', align: 'left', minWidth: 130 },
+          { title: '浠撳簱', field: 'warehouseName', align: 'left', minWidth: 130 },
+          { title: '鍒嗙被', field: 'categoryName', align: 'left', minWidth: 130 },
+          { title: '鎵�灞炵被鍒�', field: 'costType', align: 'center', width:80 },
+          { title: '鐗╁搧鍚嶇О', field: 'goodsTemplateName', align: 'left', minWidth: 140 },
+          { title: '瑙勬牸鍨嬪彿', field: 'baseGoodsModelsName', align: 'left', minWidth: 130 },
+          { title: '鍗曚綅', field: 'unit', align: 'center', width:80 },
+          { title: '褰撳墠搴撳瓨', field: 'kucun', align: 'center' },
         ],
         paging: {
           show: true, // 鏄剧ず鍒嗛〉
@@ -158,7 +163,6 @@
     };
   },
   created() {
-    // this.initQuery();
   },
   methods: {
     // 瀵煎嚭

--
Gitblit v1.9.1