| | |
| | | <div class="layui-form-item" style="padding-top: 10px;"> |
| | | <div class="layui-row"> |
| | | <div class="layui-inline" style="width:500px;"> |
| | | <label class="layui-form-label" style="width: 85px;">åæ®å·</label> |
| | | <label class="layui-form-label" style="width: 85px;">åæ®å·<label style="color:red"> * </label></label> |
| | | <div class="layui-input-block" style="margin-left: 120px;width:180px;"> |
| | | <input type="text" class="layui-input" name="HBillNo" lay-verify="HBillNo" id="HBillNo" style="background-color:#efefef4d;" readonly> |
| | | <input type="hidden" name="HInterID" id="HInterID" lay-verify="HInterID"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:500px;"> |
| | | <label class="layui-form-label" style="width: 85px;">æ¥æ</label> |
| | | <label class="layui-form-label" style="width: 85px;">æ¥æ<label style="color:red"> * </label></label> |
| | | <div class="layui-input-block" style="margin-left: 120px; width: 180px; "> |
| | | <input type="date" class="layui-input" lay-verify="HDate" name="HDate" id="HDate" style="padding-left: 80px;"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:500px;"> |
| | | <label class="layui-form-label" style="width: 85px;">å
é¨åæ®å·<label style="color:red"> * </label></label> |
| | | <label class="layui-form-label" style="width: 85px;">å
é¨åæ®å·</label> |
| | | <div class="layui-input-block" style="margin-left: 120px; width: 180px;"> |
| | | <input type="text" class="layui-input" lay-verify="HInnerBillNo" name="HInnerBillNo" id="HInnerBillNo"> |
| | | </div> |
| | |
| | | </div> |
| | | <div class="layui-row"> |
| | | <div class="layui-inline" style="width:500px;"> |
| | | <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">è å</label> |
| | | <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">è å<label style="color:red"> * </label></label> |
| | | <div class="layui-input-block" style="margin-left: 77px; width:270px;"> |
| | | <input type="text" class="layui-input" lay-verify="HEmpName" name="HEmpName" id="HEmpName" style="background-color:#efefef4d; width:180px; display: inline-block;" readonly> |
| | | <input type="hidden" name="HEmpID" id="HEmpID" lay-verify="HEmpID" value="0"> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:500px;" "> |
| | | <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">é¨ é¨</label> |
| | | <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">é¨ é¨<label style="color:red"> * </label></label> |
| | | <div class="layui-input-block" style="margin-left: 77px; width: 270px;"> |
| | | <input type="text" class="layui-input" lay-verify="HDeptName" name="HDeptName" id="HDeptName" style="background-color: #efefef4d; width: 180px; display: inline-block;" readonly> |
| | | <input type="hidden" name="HDeptID" id="HDeptID" lay-verify="HDeptID" value="0"> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline" style="width:500px;" "> |
| | | <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">å² ä½</label> |
| | | <label class="layui-form-label" style="width: 85px;padding: 9px 18px;">å² ä½<label style="color:red"> * </label></label> |
| | | <div class="layui-input-block" style="margin-left: 77px; width: 270px;"> |
| | | <input type="text" class="layui-input" lay-verify="HPostName" name="HPostName" id="HPostName" style="background-color: #efefef4d; width: 180px; display: inline-block;" readonly> |
| | | <input type="hidden" name="HPostID" id="HPostID" lay-verify="HPostID" value="0"> |
| | |
| | | |
| | | $("#HEmpID").val(checkStatus.data[0].HItemID);//å
ç |
| | | $("#HEmpName").val(checkStatus.data[0].HName);//åç§° |
| | | |
| | | var HEmpID = checkStatus.data[0].HItemID; |
| | | $.ajax({ |
| | | url: GetWEBURL() + "HR_EmpDimissionBill/getInfoByHEmpID", |
| | | type: "GET", |
| | | data: { |
| | | "HEmpID": HEmpID |
| | | }, |
| | | success: function (result) { |
| | | if (result.code == 1) { // 说æéªè¯æåäºï¼ |
| | | $("#HDeptID").val(result.data[0]["HDeptID"]); |
| | | $("#HDeptName").val(result.data[0]["HDeptName"]); |
| | | $("#HPostID").val(result.data[0]["HPostID"]);//å
ç |
| | | $("#HPostName").val(result.data[0]["HPostName"]);//å
ç |
| | | } else { |
| | | layer.alert(result.code + result.Message, { icon: 5 }); |
| | | } |
| | | }, error: function () { |
| | | layer.alert("æ¥å£è¯·æ±å¤±è´¥!", { icon: 5 }); |
| | | } |
| | | }); |
| | | layer.close(index);//å
³éå¼¹çª |
| | | } |
| | | , btn2: function (index, layero) { } |