Commit f995ef5f by guanzhenshan

隐藏合计项的更新按钮

parent dd6f6d2b
...@@ -648,7 +648,7 @@ ...@@ -648,7 +648,7 @@
<div style="width:11.5%;"> <div style="width:11.5%;">
<input id="nca_count" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" /> <input id="nca_count" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div> </div>
<div style="width:8%;"><a class="btn btn-primary btn-xs" onclick="UpdateData('nca_count');">更新</a></div> <div style="width:8%;">@*<a class="btn btn-primary btn-xs" onclick="UpdateData('nca_count');">更新</a>*@</div>
</div> </div>
<div class="item-row" style="width:100%;"> <div class="item-row" style="width:100%;">
<div style="width:11.5%;"></div> <div style="width:11.5%;"></div>
...@@ -1018,7 +1018,7 @@ ...@@ -1018,7 +1018,7 @@
<div style="width:11.5%;"> <div style="width:11.5%;">
<input id="ncl_count" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" /> <input id="ncl_count" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div> </div>
<div style="width:8%;"><a class="btn btn-primary btn-xs" onclick="UpdateData('ncl_count');">更新</a></div> <div style="width:8%;">@*<a class="btn btn-primary btn-xs" onclick="UpdateData('ncl_count');">更新</a>*@</div>
</div> </div>
<div class="item-row" style="width:100%;"> <div class="item-row" style="width:100%;">
<div style="width:11.5%;"></div> <div style="width:11.5%;"></div>
...@@ -1136,7 +1136,7 @@ ...@@ -1136,7 +1136,7 @@
<div style="width:11.5%;"> <div style="width:11.5%;">
<input id="oe_count" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" /> <input id="oe_count" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div> </div>
<div style="width:8%;"><a class="btn btn-primary btn-xs" onclick="UpdateData('oe_count');">更新</a></div> <div style="width:8%;">@*<a class="btn btn-primary btn-xs" onclick="UpdateData('oe_count');">更新</a>*@</div>
</div> </div>
<div class="item-row oe" style="width:100%;"> <div class="item-row oe" style="width:100%;">
<div style="width:11.5%;"></div> <div style="width:11.5%;"></div>
...@@ -1160,7 +1160,7 @@ ...@@ -1160,7 +1160,7 @@
<div style="width:11.5%;"> <div style="width:11.5%;">
<input id="count_liabilities_and_oe" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" /> <input id="count_liabilities_and_oe" class="txtinput" type="number" value="0" style="width:110px;height:24px;line-height:24px;" />
</div> </div>
<div style="width:8%;"><a class="btn btn-primary btn-xs" onclick="UpdateData('count_liabilities_and_oe');">更新</a></div> <div style="width:8%;">@*<a class="btn btn-primary btn-xs" onclick="UpdateData('count_liabilities_and_oe');">更新</a>*@</div>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment