Selaa lähdekoodia

仓储业务-入库页面

lichao 4 vuotta sitten
vanhempi
commit
4a10ed8987
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      src/views/Warehousing/inStock/index.vue

+ 5 - 4
src/views/Warehousing/inStock/index.vue

@@ -598,7 +598,7 @@ export default {
           label: "fItemsStatus",
           name: "入库状态",
           checked: 0,
-          fixed: "left",
+          // fixed: "left",
           width: 100,
         },
         {
@@ -606,7 +606,7 @@ export default {
           label: "fCorpid",
           name: "客户",
           checked: 0,
-          fixed: "left",
+          // fixed: "left",
           width: 100,
         },
         {
@@ -614,7 +614,7 @@ export default {
           label: "fGoodsid",
           name: "品名",
           checked: 0,
-          fixed: "left",
+          // fixed: "left",
           width: 100,
         },
         {
@@ -629,7 +629,7 @@ export default {
           label: "fBsdate",
           name: "入库日期",
           checked: 0,
-          fixed: "left",
+          // fixed: "left",
           width: 100,
         },
         {
@@ -909,6 +909,7 @@ export default {
             : null;
         });
         this.warehousebillsList = response.rows;
+        console.log(this.warehousebillsList)
         this.total = response.total;
         this.loading = false;
       });