From 4da42c12efde190b208f18b7dd51d3e89986837d Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期一, 07 四月 2025 11:19:16 +0800
Subject: [PATCH] 代码逻辑优化
---
代码管理/AGVjiaoliaoPDA/pages/materielGroup/InboundTask.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/InboundTask.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/InboundTask.vue"
index a428108..e60c65b 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/InboundTask.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/AGVjiaoliaoPDA/pages/materielGroup/InboundTask.vue"
@@ -67,9 +67,9 @@
<uni-easyinput type="text" v-model="PalletCode" placeholder="璇锋壂鎻忕墿鏂欑被鍨�" ref='midInput'
:focus="addressFocus" />
</uni-forms-item>
- <uni-forms-item label="缁堢偣缂撳瓨浣嶅尯鍩�">
+ <!-- <uni-forms-item label="缁堢偣缂撳瓨浣嶅尯鍩�">
<uni-data-select v-model="value" :localdata="rangs"></uni-data-select>
- </uni-forms-item>
+ </uni-forms-item> -->
<uni-forms-item>
<button @click="inbound" type="primary" size="default" style="margin-top: 2%;">鍏ュ簱纭</button>
</uni-forms-item>
@@ -184,7 +184,7 @@
MainData: {
"stationcode": this.stationcode,
"PalletCode": this.PalletCode,
- "PointName": this.value,
+ // "PointName": this.value,
}
}
this.$u.post('/api/Task/InboundTask', postData).then(res => {
@@ -192,7 +192,7 @@
uni.$showMsg("浠诲姟娣诲姞鎴愬姛");
this.stationcode = "";
this.PalletCode = "";
- this.PointName = ";"
+ // this.PointName = ";"
setTimeout(() => {
// this.materialtype = false;
}, 200);
--
Gitblit v1.9.3