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