From 407e5ebf0da7174249e1d71d56599ad6e697e12c Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 22 五月 2024 10:43:56 +0800
Subject: [PATCH] #
---
pages/phyz/stationManage/stationDetl.vue | 2 ++
manifest.json | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/manifest.json b/manifest.json
index 042475d..0fb4ec4 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "涓壃WMS",
"appid" : "__UNI__DA5854D",
"description" : "",
- "versionName" : "20240521A",
- "versionCode" : 108,
+ "versionName" : "20240522A",
+ "versionCode" : 109,
"transformPx" : false,
/* 5+App鐗规湁鐩稿叧 */
"app-plus" : {
diff --git a/pages/phyz/stationManage/stationDetl.vue b/pages/phyz/stationManage/stationDetl.vue
index d6dfb57..6f122d6 100644
--- a/pages/phyz/stationManage/stationDetl.vue
+++ b/pages/phyz/stationManage/stationDetl.vue
@@ -572,6 +572,7 @@
let devNo = {devNo:[this.station.devNo],barcode: _this.barcode}
uni.request({
url: `${_this.baseUrl}/agv/basDevp/visualized/container/moveOut2`,
+ header: { 'token': uni.getStorageSync('token')},
data: JSON.stringify(devNo),
method: 'POST',
success(res) {
@@ -622,6 +623,7 @@
let _this = this
uni.request({
url: `${_this.baseUrl}/agv/basDevp/visualized/container/pickIn`,
+ header: { 'token': uni.getStorageSync('token')},
data: {devNo: _this.station.devNo,barcode: _this.barcode},
method: 'POST',
success(res) {
--
Gitblit v1.9.1