소스 검색

仓储业务-入库页面

lichao 4 년 전
부모
커밋
4a10ed8987
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  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;
       });