|
@@ -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
|