From 9216c7f439cd2c689b669b9793f62712e1b506ba Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 20 一月 2026 13:26:55 +0800
Subject: [PATCH] 小卫问题修复

---
 WebTM/views/基础资料/公用基础资料/Add_Edit_Gy_CheckItem.html |   15 ++++++++++-----
 WebTM/layuiadmin/Scripts/webConfig.js              |    4 ++--
 WebTM/views/质量管理/检验方案单/QC_Add_CheckProject.html    |    4 ++--
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/WebTM/layuiadmin/Scripts/webConfig.js b/WebTM/layuiadmin/Scripts/webConfig.js
index 7ae45bb..a828e0c 100644
--- a/WebTM/layuiadmin/Scripts/webConfig.js
+++ b/WebTM/layuiadmin/Scripts/webConfig.js
@@ -5,13 +5,13 @@
     /*var WEBURL = "http://localhost/API/";             //棰滄檽鍐涙湰鍦伴厤缃�*/
     //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //鏉ㄤ箰鏈湴閰嶇疆
    /*  var WEBURL = "http://localhost:8082/API/";    //鏉滆春鏈湴閰嶇疆*/
-    var WEBURL = "http://localhost:8082/API/";    //寮犵憺骞挎湰鍦伴厤缃�
+/*    var WEBURL = "http://localhost:8082/API/";*/    //寮犵憺骞挎湰鍦伴厤缃�
     //var WEBURL = "http://localhost:81/API/"    //缈佹稕娑涙湰鍦伴厤缃�
     //var WEBURL = "http://localhost:8082/LuBaoAPI/";    //鏉ㄤ箰鏈湴閰嶇疆
     //var WEBURL = "http://47.96.97.237/API/";          //鏅轰簯鏈嶅姟鍣�
    /* var WEBURL = "http://localhost:8082/LuBaoAPI/";  //浣欐�濇澃鏈湴閰嶇疆*/
     //var WEBURL = "http://localhost:81/API/";            // 闄堥晲鍝叉湰鍦伴厤缃�*/
-     /*var WEBURL = "http://localhost:8082/LuBaoAPI/";  //鏉庢灄淇婃湰鍦伴厤缃�*/
+     var WEBURL = "http://localhost:8082/LuBaoAPI/";  //鏉庢灄淇婃湰鍦伴厤缃�
     //var WEBURL = "http://localhost:8088/ARAPI/";      //浣欐�濇澃鏈湴閰嶇疆(瀹夌憺)
     //var WEBURL = "http://61.164.86.218:8099/ABAPI/";  //濂ラ偊
     //var WEBURL = "http://10.1.4.155/API/";            //姹熶赴瀹㈡埛NEW
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_CheckItem.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_CheckItem.html"
index dd6d07a..45facc9 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_CheckItem.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\254\347\224\250\345\237\272\347\241\200\350\265\204\346\226\231/Add_Edit_Gy_CheckItem.html"
@@ -130,11 +130,16 @@
                                             </div>
                                             <div class="layui-inline">
                                                 <label class="layui-form-label">妫�楠屾柟娉�</label>
-                                                <div class="layui-input-inline">
-                                                    <input type="text" name="HInspectMethodName" id="HInspectMethodName" class="layui-input" value="" style="float:left;width:150px;">
-                                                    <input type="hidden" name="HInspectMethodID" id="HInspectMethodID" class="layui-input" value="0" style="float:left;width:150px;">
-                                                    <button type="button" lay-submit="" class="layui-btn layuiadmin-btn-order" lay-filter="HbtnInspectMethod" style="width:40px;">
-                                                        <i class="layui-icon layui-icon-search layuiadmin-button-btn" style="margin-left:-9px;"></i>
+                                                <div class="layui-input-inline" style="position: relative; width: 300px;">
+                                                    <textarea name="HInspectMethodName" id="HInspectMethodName"
+                                                              class="layui-textarea"
+                                                              style="width: 100%; height: 80px; resize: vertical; padding-right: 45px;"></textarea>
+                                                    <input type="hidden" name="HInspectMethodID" id="HInspectMethodID" value="0">
+                                                    <button type="button" lay-submit=""
+                                                            class="layui-btn layuiadmin-btn-order"
+                                                            lay-filter="HbtnInspectMethod"
+                                                            style="position: absolute; right: 0; top: 0; width: 40px; height: 30px; padding: 0;">
+                                                        <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i>
                                                     </button>
                                                 </div>
                                             </div>
diff --git "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\243\200\351\252\214\346\226\271\346\241\210\345\215\225/QC_Add_CheckProject.html" "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\243\200\351\252\214\346\226\271\346\241\210\345\215\225/QC_Add_CheckProject.html"
index 91fa725..acef62f 100644
--- "a/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\243\200\351\252\214\346\226\271\346\241\210\345\215\225/QC_Add_CheckProject.html"
+++ "b/WebTM/views/\350\264\250\351\207\217\347\256\241\347\220\206/\346\243\200\351\252\214\346\226\271\346\241\210\345\215\225/QC_Add_CheckProject.html"
@@ -883,7 +883,7 @@
                                             HSampleSchemeName: checkStatus.data[0].鎶芥牱鏂规,
                                             HAnalysisMethod: checkStatus.data[0].鍒嗘瀽鏂规硶,
                                         });
-                                        OptionData[0] = obj.data;
+                                        OptionData = checkStatus.data;
                                         layer.close(layer.index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨�
                                     }
                                     else {
@@ -924,7 +924,7 @@
                                             "HQCCheckItemID": OptionData[0].HItemID
                                             , "HQCCheckItemNumber": OptionData[0].浠g爜
                                             , "HQCCheckItemName": OptionData[0].鍚嶇О
-                                            , "HInspectBasisID": OptionData[0].妫�楠屼緷鎹�
+                                            , "HInspectBasisID": OptionData[0].妫�楠屼緷鎹甀D
                                             , "HInspectBasisName": OptionData[0].妫�楠屼緷鎹�
                                             , "HInspectMethodID": OptionData[0].妫�楠屾柟娉旾D
                                             , "HInspectMethodName": OptionData[0].妫�楠屾柟娉�

--
Gitblit v1.9.1