| | |
| | | </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="HRepair" class="layui-input" id="HRepair" placeholder="éæ©ç»´ä¿®é¡¹ç®" style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HRepairID" id="HRepairID" 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="HMainSourceBillNo" class="layui-input" id="HMainSourceBillNo" placeholder="éæ©æ
éç»è®°å" style="background-color:#efefef4d;"> |
| | | <input type="hidden" name="HMainSourceInterID" id="HMainSourceInterID" 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"> |
| | |
| | | } |
| | | //é空éªè¯ |
| | | function AllowLoadData(sSubStr) { |
| | | 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 ($("#HRepairID").val() == 0) { |
| | | layer.msg("ç»´ä¿®é¡¹ç®æ²¡æéæ©ï¼", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return; |
| | | } |
| | | if ($("#HMainSourceInterID").val() == 0) { |
| | | layer.msg("æ
éç»è®°å没æéæ©ï¼", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | return; |
| | | } |
| | | if ($("#HManagerID").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: "温馨æç¤º" }); |