From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001
From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139>
Date: 星期五, 18 一月 2019 17:30:50 +0800
Subject: [PATCH] 未审批可更改
---
gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
index c5ba01e..752151f 100644
--- a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
+++ b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
@@ -133,7 +133,7 @@
<tr>
<td>*璐熻浇鐢垫祦(A)</td>
<td>
- <input type="text" id="Load_curr" class="unable" data-mini="true" />
+ <input type="text" id="Load_curr" data-mini="true" />
</td>
</tr>
@@ -142,7 +142,7 @@
<tr>
<td>鍩虹珯鐢佃瘽鍙风爜</td>
<td>
- <input type="text" id="station_phone" class="unable" data-mini="true" />
+ <input type="text" id="station_phone" data-mini="true" />
</td>
</tr>
@@ -153,7 +153,7 @@
<tr>
<td>*瀹夎浜哄憳</td>
<td>
- <input type="text" id="install_user" class="unable" data-mini="true" />
+ <input type="text" id="install_user" data-mini="true" />
</td>
</tr>
</tbody>
@@ -224,6 +224,7 @@
installstartdata(temp);
installaddnew();
setchangedMonVolStd(addbattnum);
+ $(".unable").prop("readonly","readonly").attr("unselectable","on").addClass("uncheck");
});
function creatBattGroupId(addbattnum){
$.ajax({type: "post",
--
Gitblit v1.9.1