高敬炎 1 year ago
parent
commit
93722c0368
1 changed files with 6 additions and 2 deletions
  1. 6 2
      src/views/tradeServicesManagement/warehouseReceiptEdit.vue

+ 6 - 2
src/views/tradeServicesManagement/warehouseReceiptEdit.vue

@@ -133,6 +133,9 @@
     getWarehouseReceiptExamine, //审核记录
     WarehouseReceiptBankList,
   } from '@/model/tradeServicesManagement/index'
+  import {
+    xiala
+  } from '@/model/warehouse/index'
   import {
     selectWarehouseSelf,
   } from '@/model/houseSelfCollect/index'
@@ -294,8 +297,9 @@
       },
       getWarehouse() {
         //获取仓库
-        selectWarehouseSelf({
-            compId: this.compId
+        xiala({
+            compId: this.compId,
+            warehouseType:1
           }).toPromise()
           .then(response => {
             this.warehouseList = response