From 4a6319fa5be9ef5f9741c3507825667f523d9b2b Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期四, 30 四月 2026 09:27:12 +0800
Subject: [PATCH] 4-30 叫料&拉出空框代码已写完

---
 项目代码/PDA/pages/Inbound/Inbound.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/Inbound.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/Inbound.vue"
index 6dc3f8e..c82de69 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/Inbound.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/PDA/pages/Inbound/Inbound.vue"
@@ -75,7 +75,7 @@
 						<uni-easyinput type="text" placeholder="璇疯緭鍏ュ鏂欑偣浣�" ref='midInput' :focus="focus2" v-model="Position"/>
 					</uni-forms-item>
 				</uni-forms>
-				<button @click="GroupPlate" type="primary" size="default" style="margin-top: 2%;">缁勭洏</button>
+				<button @click="GroupPlate" type="primary" size="default" style="margin-top: 2%;">缁勭洏缁戝畾</button>
 			</view>
 		</view>
 		<view v-show="current === 1">
@@ -86,7 +86,7 @@
 							placeholder="璇疯緭鍏ユ墭鐩樼紪鐮�" ref='midInput' />
 					</uni-forms-item>
 				</uni-forms>
-				<button @click="SolvePlate" type="primary" size="default" style="margin-top: 2%;">瑙g洏</button>
+				<button @click="SolvePlate" type="primary" size="default" style="margin-top: 2%;">瑙g粦</button>
 			</view>
 		</view>
 		<u-toast ref="luToast" />
@@ -271,7 +271,7 @@
 				var param = {
 					"PalletCode": this.PalletCode3,
 				}
-				this.$u.post('/api/BoxingInfo/DeleteGroupPlateAsync', param).then(res => {
+				this.$u.post('/api/PDA/DeleteGroupPlateAsync?PalletCode='+this.PalletCode3, '').then(res => {
 					if (res.status) {
 						this.$refs.luToast.show({
 							title: res.message,

--
Gitblit v1.9.3