Commit 8a6a27c2 by Ratchanok

[9997,9655] OI ทะเบียนลักษณะงาน - Workcost

parent 92c8cd5f
......@@ -1113,13 +1113,13 @@ REFER_LANG>ERESPONSIBILITY</REFER_LANG
<WORKCOST1 lang="A" encrypt="false" log="false" type="Double">
<WIDTH>25</WIDTH>
<DESC_ENG>Basic Knowledge</DESC_ENG>
<DESC_THAI>คุณวุิ/ความรู้พื้นฐาน</DESC_THAI>
<DESC_THAI>คุณวุิ/ความรู้พื้นฐาน</DESC_THAI>
<COMPONENT type="text">
<VALUE>0.00</VALUE>
<MAXSIZE>25</MAXSIZE>
<SIZE>5</SIZE>
<ALT_ENG>Basic Knowledge</ALT_ENG>
<ALT_THAI>คุณวุิ/ความรู้พื้นฐาน</ALT_THAI>
<ALT_THAI>คุณวุิ/ความรู้พื้นฐาน</ALT_THAI>
<ONBLUR>checkNumFloat(this,0.0,900000000);</ONBLUR>
<ONKEYPRESS>checkWordNumber(this.value);</ONKEYPRESS>
<ONKEYUP>checkComma(this,2);</ONKEYUP>
......
......@@ -243,7 +243,7 @@ function delComma2(str) {
</font></td>
<td class="columnlabel"><%=screen.getLabel("workcost1")%>&nbsp;</font></td>
<td><font class="normal"><%//=screen.getInput("workcost1")%>
<input type="text" name="__workcost1" size="5" maxlength="25" value="<%=chk.chkNullString(screen.getDataLabel("workcost1"),request.getParameter("__workcost1"))%>" class="numeric" onkeypress="checkWordNumber(this.value,event);" onkeyup="sysIsEdit();checkComma(this,2);" onblur="checkNumFloat(this,0.0,900000000);sumWorkcost();" onfocus="callDelComma(this);" alt="คุณวุติ/ความรู้พื้นฐาน" onmousemver="toolTip('คุณวุติ/ความรู้พื้นฐาน')" onmouseout="toolTip()">
<input type="text" name="__workcost1" size="5" maxlength="25" value="<%=chk.chkNullString(screen.getDataLabel("workcost1"),request.getParameter("__workcost1"))%>" class="numeric" onkeypress="checkWordNumber(this.value,event);" onkeyup="sysIsEdit();checkComma(this,2);" onblur="checkNumFloat(this,0.0,900000000);sumWorkcost();" onfocus="callDelComma(this);" alt="คุณวุฒิ/ความรู้พื้นฐาน" onmousemver="toolTip('คุณวุฒิ/ความรู้พื้นฐาน')" onmouseout="toolTip()">
</font></td>
</tr >
<!-- <tr>
......
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