| | |
| | | } |
| | | $("#HMouldName").val(checkStatus.data[0].HName); |
| | | $("#HMouldID").val(checkStatus.data[0].HItemID); |
| | | get_MaintainItem(); |
| | | layer.close(layer.index); //å®è·åçå§ç»æ¯ææ°å¼¹åºçæä¸ªå±ï¼å¼æ¯ç±layerå
é¨å¨æéå¢è®¡ç®ç |
| | | } |
| | | , btn2: function (index, layero) { |
| | |
| | | }); |
| | | }); |
| | | |
| | | function get_MaintainItem() { |
| | | $.ajax({ |
| | | url: GetWEBURL() + "/Web/GetMaintainItemtemByMouldProjectID", |
| | | type: "GET", |
| | | data: { "MouldProjectID": $("#HMouldID").val() }, |
| | | success: function (result) { |
| | | if (result!=null) { |
| | | option.data = result.data; |
| | | table.render(option); |
| | | } |
| | | } |
| | | }) |
| | | } |
| | | |
| | | //éæ©åä½ |
| | | form.on('submit(HUnitID-BT)', function () {//éæ©åä½ |
| | | layer.open({ |