From 236837a0d5e047662d97428b086feaf042bfbef2 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 14 十一月 2025 15:34:05 +0800
Subject: [PATCH] 增加平库储位B01

---
 Pda/View/SoSetting/palletOut.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Pda/View/SoSetting/palletOut.html b/Pda/View/SoSetting/palletOut.html
index a43d54b..ef04ced 100644
--- a/Pda/View/SoSetting/palletOut.html
+++ b/Pda/View/SoSetting/palletOut.html
@@ -71,6 +71,7 @@
 									<option value=""></option>
 									<option value="B080101">B080101</option>
 									<option value="B080102">B080102</option> 
+									<option value="B050103">B050103</option> 
 								</select>
 								<!-- <img src="/assets/down_arraw.png" > -->
 							</div>
@@ -104,7 +105,7 @@
 				// }
 				
 				function clear(){ 
-					$("#STOCKCODE").val(""); 
+					$("#STOCKCODE").val("1"); 
 					$("#bar option[value='']").attr("selected", "selected");
 					form.render('select');
 				}

--
Gitblit v1.8.0