浏览代码

前端gjy

gjy 4 年之前
父节点
当前提交
9ef129175b
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/warehouse/warehouseManagementList.vue

+ 3 - 1
src/views/warehouse/warehouseManagementList.vue

@@ -217,6 +217,7 @@ export default {
       searchTypeText: '未完成',
       searchTypeText: '未完成',
       searchKeyWord: '',
       searchKeyWord: '',
       contractType: 2,
       contractType: 2,
+      warehouseType: 1,
       // 提交类型
       // 提交类型
       submitType: true,
       submitType: true,
       size: 10,
       size: 10,
@@ -328,7 +329,7 @@ export default {
           baseId: item.warehouseId,
           baseId: item.warehouseId,
           positionId: item.binNumberId,
           positionId: item.binNumberId,
           warehouseName: item.warehouseName,
           warehouseName: item.warehouseName,
-           remark: item.remark,
+          remark: item.remark,
           binNumber: item.binNumber,
           binNumber: item.binNumber,
           capacity: item.capacity,
           capacity: item.capacity,
         },
         },
@@ -400,6 +401,7 @@ export default {
       getList({
       getList({
         compId: sessionStorage.getItem('ws-pf_compId'),
         compId: sessionStorage.getItem('ws-pf_compId'),
         warehouseName: this.warehouseName,
         warehouseName: this.warehouseName,
+        warehouseType: this.warehouseType,
       })
       })
         .toPromise()
         .toPromise()
         .then((response) => {
         .then((response) => {