From 2b94d415aa8602da5509da946e5155e47cfb117b Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期四, 08 一月 2026 11:09:05 +0800
Subject: [PATCH] #
---
pages/agv/unBind.vue | 44 +++++++++++++++++++++++++-------------------
1 files changed, 25 insertions(+), 19 deletions(-)
diff --git a/pages/agv/unBind.vue b/pages/agv/unBind.vue
index 594089e..edd2c33 100644
--- a/pages/agv/unBind.vue
+++ b/pages/agv/unBind.vue
@@ -6,7 +6,7 @@
<view class="title-sign">
<view class="sign"></view>
</view>
- <view class="title-text"><text>瀹瑰櫒鍙�</text></view>
+ <view class="title-text"><text>鏉$爜鍊�</text></view>
</view>
<view class="square-content">
<view class="content-input">
@@ -22,14 +22,15 @@
<view class="title-sign">
<view class="sign"></view>
</view>
- <view class="title-text"><text>绔欑偣鍙�</text></view>
+ <view class="title-text"><text>妤煎眰</text></view>
</view>
<view class="square-content">
- <view class="content-input">
- <input v-model="staNo" type="text" placeholder="鎵爜 / 杈撳叆"
- placeholder-style="line-height: 85rpx;">
- <uni-icons type="closeempty" size="20" color="#dadada" @click="removelocNo()"></uni-icons>
+ <view class="content-combox">
+
+ <uni-combox emptyTips="鏆傛棤鏁版嵁" :candidates="floorList" v-model="floor"
+ placeholder="妤煎眰"></uni-combox>
</view>
+
</view>
</view>
<view class="square-2">
@@ -186,7 +187,12 @@
temp2: '',
sourceLocNo: '',
locNo: '',
- staList: ['1037', '4003']
+ // staList: ['1037', '4003'],
+ floorList: ['1', '2', '4'],
+ floor: '',
+ podcode:'',
+ floorNo:'',
+ positionCode:''
}
},
onShow() {
@@ -327,22 +333,22 @@
});
return;
}
- if (!that.staList.includes(that.staNo)) {
- uni.showToast({
- title: '鐩爣绔欏繀椤讳负' + that.staList,
- icon: "none",
- position: 'top'
- });
- return;
- }
+ // if (!that.staList.includes(that.staNo)) {
+ // uni.showToast({
+ // title: '鐩爣绔欏繀椤讳负' + that.staList,
+ // icon: "none",
+ // position: 'top'
+ // });
+ // return;
+ // }
uni.showLoading();
uni.request({
- url: that.commonUrl + '/open/asrs/agv/bindCtnrAndBin/v1',
+ url: that.commonUrl + '/mobile/AgvUnlockLoc/wcs/auth',
data: JSON.stringify({
- barcode: that.barcode,
- staNo: that.staNo,
- locNo: that.locNo,
+ podcode: that.barcode,
+ floorNo: that.floor,
+ positionCode: that.locNo,
indBind: '0'
}),
method: 'POST',
--
Gitblit v1.9.1