diff --git a/src/api/request2.js b/src/api/request2.js index 38e6cbb6..9d884dcc 100644 --- a/src/api/request2.js +++ b/src/api/request2.js @@ -185,6 +185,22 @@ export function getBalanceByLocationcodeGroup(params) { export function getBalanceByLocationcode(params) { return http.get("/wms/balance/page",{params}) } + +/** + * 按库位查询 预计入 + * @param {*} + */ +export function getExpectInByLocationCode(params) { + return http.post("/wms/expectin/senior",params) +} + +/** + * 按库位查询 预计出 + * @param {*} + */ +export function getExpectOutByLocationCode(params) { + return http.post("/wms/expectout/senior",params) +} /** * 查询器具信息接口 * @param {*} number 器具代码 diff --git a/src/mycomponents/scan/winComScanBalance.vue b/src/mycomponents/scan/winComScanBalance.vue index 9716a450..bae8e23d 100644 --- a/src/mycomponents/scan/winComScanBalance.vue +++ b/src/mycomponents/scan/winComScanBalance.vue @@ -106,7 +106,8 @@ export default { batch: result.label.batch, packingNumber: result.label.packingNumber, inventoryStatus: this.fromInventoryStatuses, - areaType: this.fromLocationAreaTypeList + areaType: this.fromLocationAreaTypeList, + bussinessCode: this.bussinessCode } getBalanceByParams(params) .then((res) => { diff --git a/src/pages.json b/src/pages.json index 4079d6ea..3ca4cebf 100644 --- a/src/pages.json +++ b/src/pages.json @@ -75,7 +75,7 @@ "path": "pages/query/location", "style": { "navigationBarTitleText": "按库位查询库存", - "enablePullDownRefresh": false, + "enablePullDownRefresh": true, "titleNView": { "autoBackButton": "true", "buttons": [{}] diff --git a/src/pages/package/record/overPackageRecord.vue b/src/pages/package/record/overPackageRecord.vue index 1ea63ff5..4c31fead 100644 --- a/src/pages/package/record/overPackageRecord.vue +++ b/src/pages/package/record/overPackageRecord.vue @@ -52,7 +52,7 @@ - + diff --git a/src/pages/query/coms/comLocationDetailCard.vue b/src/pages/query/coms/comLocationDetailCard.vue index ba0af680..b140347b 100644 --- a/src/pages/query/coms/comLocationDetailCard.vue +++ b/src/pages/query/coms/comLocationDetailCard.vue @@ -1,28 +1,45 @@