From 96f89d76286ad12defae0c523ea43bc7580ddb96 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期日, 06 四月 2025 16:41:15 +0800 Subject: [PATCH] 增加设备报修功能 修改其他出库不出条码问题 --- pages/CangKuManage/GS_HBJCLLD_NEW.html | 63 +++++++++++++++++++------------ 1 files changed, 38 insertions(+), 25 deletions(-) diff --git a/pages/CangKuManage/GS_HBJCLLD_NEW.html b/pages/CangKuManage/GS_HBJCLLD_NEW.html index f06379b..57cff08 100644 --- a/pages/CangKuManage/GS_HBJCLLD_NEW.html +++ b/pages/CangKuManage/GS_HBJCLLD_NEW.html @@ -42,8 +42,8 @@ </div> </div> --> <div class="mui-input-row" id="row001"> - <label>鍚堝苟宸ュ崟</label> - <input id="DGD" type="text" value="" class="mui-input-clear text-color" placeholder="璇锋壂鎻忓伐鍗�" onkeypress="GetBarInfoGD()" /> + <label>鍚堝苟棰嗘枡鍗�</label> + <input id="HBLLD" type="text" value="" class="mui-input-clear text-color" placeholder="璇锋壂鎻忓伐鍗�" onkeypress="GetBarInfoGD()" /> </div> <!-- <div class="mui-input-row" id="row001"> <label>鎸囦护宸ュ崟</label> @@ -76,6 +76,10 @@ <input id="DFSL" type="text" value="" class="mui-input-clear text-color" readonly="readonly" /> </div> <div class="mui-input-row" id="row001"> + <label>瀹炲彂鏁伴噺</label> + <input id="SFSL" type="text" value="" class="mui-input-clear text-color"/> + </div> + <div class="mui-input-row" id="row001"> <label>瀵勫瓨浠撴暟閲�</label> <input id="JCSL" type="text" value="" class="mui-input-clear text-color" readonly="readonly" /> </div> @@ -83,6 +87,13 @@ <!-- <p id="model" style="font-size: 1.0625rem;color: #000000;"></p> --> <textarea id='model' type="text" class='input-text' style="height:200px"></textarea> </div> + <div class="mui-input-row" id="row001"> + <label>鎵i櫎椤哄簭</label> + <select id="stype" style="margin:auto; color:#000;font-size: 18px" > + <option value="1">浼樺厛鎵e瘎瀛樹粨</option> + <option value="2">浼樺厛鎵f潯鐮�</option> + </select> + </div> <!-- <div class="mui-input-row" id="row001"> <label>鍙戞枡鏁伴噺</label> <input id="FLSL" type="text" value="" class="mui-input-clear text-color" placeholder="璇疯緭鍏ュ彂鏂欐暟閲�" onkeypress="is_CreateSCLLD()"/> @@ -90,7 +101,9 @@ </div> <div class="mui-input-row" style="margin-top: 5px;"> <button type="button" class="mui-btn mui-btn-green mui-icon mui-icon-checkmarkempty" - style="font-size:1.3rem;width: 100%;" id="doSure">纭</button> + style="width:50%;float: left;font-size:1.3rem;" id="doSure">纭</button> + <button type="button" class="mui-btn mui-btn-blue" + style="width:50%;font-size:1.3rem;" id="direct">鐩存帴鍊掑啿浠撻鏂�</button> </div> <div id="txtInfo"><!--<div class="mui-input-row" style="height: 350px; margin-top: 10px;">--> <div class="link-area" id="div001"> @@ -111,8 +124,7 @@ <th>鐗╂枡浠g爜</th> <th>寰呭彂鏁伴噺</th> <th>宸插彂鏁伴噺</th> - <!-- <th>鎺ㄨ崘浠撲綅</th> --> - +<!-- <th>鎺ㄨ崘浠撲綅</th> --> </tr> </thead> <tbody> @@ -122,7 +134,7 @@ </table> </div> </div> - <script type="text/javascript" src="../../js/CangKuManage_js/GS_HBJCLLD.js" ></script> + <script type="text/javascript" src="../../js/CangKuManage_js/GS_HBJCLLD_NEW.js" ></script> <script type="text/javascript" src="../../js/CangKuManage_js/print_template.js" ></script> <script type="text/javascript" src="../../js/api.js" ></script> @@ -131,25 +143,26 @@ </html> <style> - /* 娣诲姞琛ㄦ牸鏍峰紡 */ - .data-table { - width: 100%; - border-collapse: collapse; - overflow-x: auto; /* 姘村钩婊氬姩鏉� */ - } - - .data-table th, - .data-table td { - border: 1px solid #ccc; - padding: 3px; - text-align: left; - word-wrap: break-word; - white-space: pre-wrap; - text-overflow: ellipsis; /* 鏂囨湰鎴柇鍜岀渷鐣ュ彿 */ - overflow: hidden; - font-size: 10px; - } - + /* 娣诲姞琛ㄦ牸鏍峰紡 */ + .data-table { + width: 100%; + border-collapse: collapse; + overflow-x: auto; /* 姘村钩婊氬姩鏉� */ + } + + + .data-table th, + .data-table td { + border: 1px solid #ccc; + padding: 3px; + text-align: left; + word-wrap: break-word; + white-space: pre-wrap; + text-overflow: ellipsis; /* 鏂囨湰鎴柇鍜岀渷鐣ュ彿 */ + overflow: hidden; + font-size: 10px; + color: black; /* 灏嗗瓧浣撻鑹茶缃负榛戣壊 */ + } /* 濯掍綋鏌ヨ */ @media (max-width: 768px) { .data-table { -- Gitblit v1.9.3