From 7514d441d7f06a23ee3ddb9ce234385359a597c2 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期三, 20 八月 2025 15:31:14 +0800
Subject: [PATCH] 销售核对增加明细

---
 pages/CangKuManage/GS_XSHD.html |   37 +++++++++++++++++++++++++++++++++++--
 1 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/pages/CangKuManage/GS_XSHD.html b/pages/CangKuManage/GS_XSHD.html
index cdbd671..7115879 100644
--- a/pages/CangKuManage/GS_XSHD.html
+++ b/pages/CangKuManage/GS_XSHD.html
@@ -56,7 +56,7 @@
 			</div>
 			<div class="mui-input-row" id="row003">
 				<label>鐗╂枡缂栫爜</label>
-				<select id="ITEMNO" style="margin:auto; color:#000;font-size: 18px" >
+				<select id="ITEMNO" style="margin:auto; color:#000;font-size: 18px" onchange="GetInfoBarcode()"  >
 					<option value="">璇烽�夋嫨鐗╂枡缂栫爜</option>
 				</select>
 			</div>
@@ -64,7 +64,40 @@
 				<label>鏉$爜</label>
 				<input id="DAB001" type="text" value="" class="mui-input-clear text-color" placeholder="璇锋壂鎻忔潯鐮�" onkeypress="CheckBarInfo()" />
 			</div>
-				
+			<div class="mui-input-row" id="row001">
+				<label>宸叉壂鍚堣</label>
+				<input id="YSHJ" type="text" value="" class="mui-input-clear text-color" readonly />
+			</div>
+			<div class="mui-input-row" id="row001">
+				<label>鏁伴噺鍚堣</label>
+				<input id="SLHJ" type="text" value="" class="mui-input-clear text-color" readonly />
+			</div>
+				<div id="txtInfo"><!--<div class="mui-input-row" style="height: 350px; margin-top: 10px;">-->
+					<div class="link-area" id="div001">
+						<h4 style="color: #008000; text-align: center;">
+							鏉$爜鏄庣粏
+						</h4>
+					</div>
+				</div>
+				<div class="data-table-container" style="height: 100%; width: 100%;">
+				  <table class="data-table" id="myTable" style="height: 100%; width: 100%;">
+				    <!-- 琛ㄦ牸浠g爜 -->
+					<table class="data-table" id="myTable" style="height:100% width: 100%;;">
+					  <thead>
+					    <tr>
+					      <th>鐗╂枡缂栫爜</th>
+						  <th>鍒拌揣閫氱煡鍗�</th>
+						  <th>鏉$爜</th>
+						  <th>鏁伴噺</th>
+						  <th>鏄惁鏍稿</th>
+					    </tr>
+					  </thead>
+					  <tbody>
+					    <!-- 琛ㄦ牸鍐呭灏嗛�氳繃 JS 鍔ㄦ�佺敓鎴� -->
+					  </tbody>
+					</table>
+				  </table>
+				</div>
 
 		</div>
 		<script type="text/javascript" src="../../js/CangKuManage_js/XSHD.js" ></script>

--
Gitblit v1.9.3