| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <th>æ
éç±»å«</th> |
| | | <th>æ
éç±»å«<span style="color:red">*</span></th> |
| | | <td class="bz_td"> |
| | | <input type="text" name="HConkTypeName" class="layui-input" id="HConkTypeName" placeholder="éæ©æ
éç±»å«" style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HConkTypeID" id="HConkTypeID" value="0" autocomplete="off" class="layui-input"> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <th>æ
éåå </th> |
| | | <th>æ
éåå <span style="color:red">*</span></th> |
| | | <td class="bz_td"> |
| | | <input type="text" name="HConkReasonName" class="layui-input" id="HConkReasonName" placeholder="éæ©æ
éåå " style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HConkReasonID" id="HConkReasonID" value="0" autocomplete="off" class="layui-input"> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <th>é¨é¨</th> |
| | | <th>é¨é¨<span style="color:red">*</span></th> |
| | | <td class="bz_td"> |
| | | <input type="text" name="HDeptName" class="layui-input" id="HDeptName" placeholder="éæ©é¨é¨" style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HDeptID" id="HDeptID" value="0" autocomplete="off" class="layui-input"> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <th>åç°äºº</th> |
| | | <th>åç°äºº<span style="color:red">*</span></th> |
| | | <td class="bz_td"> |
| | | <input type="text" name="HEmpName" class="layui-input" id="HEmpName" placeholder="éæ©åç°äºº" style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HEmpID" id="HEmpID" value="0" autocomplete="off" class="layui-input"> |
| | |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <th>è´è´£äºº</th> |
| | | <th>è´è´£äºº<span style="color:red">*</span></th> |
| | | <td class="bz_td"> |
| | | <input type="text" name="HManagerName" class="layui-input" id="HManagerName" placeholder="éæ©è´è´£äºº" style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HManagerID" id="HManagerID" value="0" autocomplete="off" class="layui-input"> |
| | |
| | | layer.msg("æ
éç±»å«æ²¡æéæ©ï¼", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return; |
| | | } |
| | | |
| | | if ($("#HConkReasonID").val() == 0) { |
| | | layer.msg("æ
éåå æ²¡æéæ©ï¼", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return; |
| | | } |
| | | if ($("#HDeptID").val() == 0) { |
| | | layer.msg("é¨é¨æ²¡æéæ©ï¼", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return; |
| | | } |
| | | if ($("#HEmpID").val() == 0) { |
| | | layer.msg("åç°äººæ²¡æéæ©ï¼", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return; |
| | | } |
| | | |
| | | if (typeof (sSubStr) == "undefined" || sSubStr == "" || sSubStr == "[]") { |
| | | layer.msg("没æè®¾å¤æç»è®°å½", { icon: 5, btn: ['确认'], time: 2000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return false; |