diff --git a/fe/PDA/pages/putaway/purchasePutaway.vue b/fe/PDA/pages/putaway/purchasePutaway.vue
index ea94a44ae..4910abe15 100644
--- a/fe/PDA/pages/putaway/purchasePutaway.vue
+++ b/fe/PDA/pages/putaway/purchasePutaway.vue
@@ -2,64 +2,59 @@
-
-
-
-
-
-
- 指定ERP储位:
- {{recommendErpLocationCode}}
-
-
+
+
+
+
+ 指定ERP储位:
+ {{recommendErpLocationCode}}
-
-
- 采购订单 : {{poNumber}}
-
-
- 查看箱码
-
+
+
+
+
+ 采购订单 : {{poNumber}}
+
+
+ 查看箱码
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
-
+
+
+
+
@@ -427,9 +422,6 @@
addLabel(item, label) {
item.labelList.unshift(label);
item.scanQty += label.qty;
- if (this.$refs.paging != undefined) {
- this.$refs.paging.setLocalPaging(this.itemList)
- }
},
async selectedBalanceItem(balanceItem) {
@@ -522,10 +514,8 @@
item.details.push(r);
})
})
-
item.supplierCode = item.details[0].supplierCode
item.asnNumber = item.details[0].asnNumber
-
let params = JSON.stringify(item);
purchasePutaway(params)
.then(res => {
@@ -611,17 +601,6 @@
scanPopupLoseFocus(message) {
this.$refs.scanPopup.losefocus();
},
- queryList(pageNo, pageSize) {
- console.log("加载", pageNo)
- // var list = []
- // this.currentPage = pageNo
- // list = this.getDataPage(pageNo, pageSize)
- // this.$refs.paging.complete(list)
- if (this.itemList.length > 0) {
- this.$refs.paging.setLocalPaging(this.itemList)
- }
-
- }
}
};