From 6c663b92b0078aa89657df22ec188dff65599f04 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 21 十月 2025 17:24:38 +0800
Subject: [PATCH] 1
---
项目代码/PDA/pages/basic/cachePoint.vue | 25 ++-----------------------
1 files changed, 2 insertions(+), 23 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/basic/cachePoint.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/basic/cachePoint.vue"
index 50e971a..9a69483 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/basic/cachePoint.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/basic/cachePoint.vue"
@@ -14,21 +14,6 @@
<u-toast ref="uToast" />
</view>
</view>
- <view v-show="current === 1">
- <view style="padding: 5%;">
- <uni-forms label-width="120">
- <uni-forms-item label="缂撳瓨鐐�">
- <uni-easyinput type="text" :focus="!istrue" @input="carNoInputChange" v-model="value"
- placeholder="璇疯緭鍏ョ紦瀛樼偣" ref='midInput' />
- </uni-forms-item>
- </uni-forms>
- <button @click="submit" type="primary" size="default" style="margin-top: 2%;">鎷嗗寘</button>
- <u-toast ref="uToast" />
- </view>
- </view>
- <!-- <view v-show="current === 2">
- 閫夐」鍗�3鐨勫唴瀹�
- </view> -->
</view>
</view>
</template>
@@ -40,7 +25,7 @@
istrue: false,
range: [],
value: "",
- items: ['閲婃斁缂撳瓨浣�', '鎷嗗寘'],
+ items: ['閲婃斁缂撳瓨浣�'],
current: 0
}
},
@@ -61,13 +46,7 @@
})
return;
}
- var param = {
- MainData: {
- matCode: this.value,
- endPoint: this.value
- }
- }
- this.$u.post('/api/AcrossFloorCarry/AcrossFloorCallMat', param).then(res => {
+ this.$u.post('/api/LocationInfo/initializeLocation?locationCode='+this.value,"").then(res => {
if (res.status) {
this.$refs.uToast.show({
title: "閲婃斁鎴愬姛",
--
Gitblit v1.9.3