From b3be11f03a2537238fef3ea59503029ee822b7b0 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期日, 07 七月 2024 17:38:07 +0800
Subject: [PATCH] PDA,大屏
---
代码管理/太重PDA/pages/unpacking/unpacking.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue"
index 7f6f8d5..bed2c0c 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\252\351\207\215PDA/pages/unpacking/unpacking.vue"
@@ -53,6 +53,7 @@
cacheName: '',
stationNo: '',
stationName: '',
+ barcode2:'',
istrue: true,
cacheshow: false,
stationshow: false,
@@ -103,12 +104,14 @@
//this.from_address = e.detail.value;
this.$u.post("/api/Towms/GetStation", {
MainData: {
- barcode: this.barcode,
+ from_address: this.barcode,
//to_address:this.to_address,
//creator: uni.getStorageSync('jo_user').userName
}
}).then(res => {
+ console.log(res)
if (res.status) {
+ this.barcode2=this.barcode;
this.barcode = res.code;
//this.istrue = false;
//this.$t.message.toast(res.code);
@@ -146,7 +149,7 @@
// console.log(ip);
this.$u.post("api/ToWms/agvTransferList", {
MainData: {
- sn: this.barcode,
+ sn: this.barcode2,
jobID: this.jobID,
// cacheNo: this.cacheNo,
// address: this.stationNo,
--
Gitblit v1.9.3