| | |
| | | , shift: 2 //å¼¹åºå¨ç» |
| | | , area: ["90%", "90%"] //çªä½å¤§å° |
| | | , maxmin: true //设置æå¤§æå°æé®æ¯å¦æ¾ç¤º |
| | | , content: ['../../åºç¡èµæ/å
¬ç¨åºç¡èµæ/Gy_TechnologyParameterList.html?Type=HTechParamList&OperationType=2', 'yes'] |
| | | , content: ['../../åºç¡èµæ/å
¬ç¨åºç¡èµæ/Gy_TechnologyParameterList.html?Type=HTechParamList', 'yes'] |
| | | , btn: ["ç¡®å®", "åæ¶"] |
| | | , btn1: function (index, laero) { |
| | | //æé®ä¸ çåè° |
| | |
| | | data: { "HInterID": HInterID, "Type": num, "HMaker": HMaker }, |
| | | success: function (result) { |
| | | if (result.count == 1) { |
| | | HSendDDMeg(HInterID); |
| | | layer.msg(result.Message, { time: 1 * 1000, icon: 1 }, function () { |
| | | // å¾å°frameç´¢å¼ |
| | | var index = layer.getFrameIndex(window.name); |
| | |
| | | } |
| | | //#endregion |
| | | |
| | | //#region å®¡æ ¸ååéä¿¡æ¯ |
| | | function HSendDDMeg(HInterID) { |
| | | $.ajax({ |
| | | type: "GET", |
| | | url: GetWEBURL() + "/SB_EquipICMOTechParamBillController/HSendDDMeg", |
| | | async: true, //asyncç¨äºæ§å¶ï¼falseï¼åæ¥åï¼trueï¼å¼æ¥ï¼é»è®¤çæ¯trueï¼å³è¯·æ±é»è®¤çæ¯å¼æ¥è¯·æ± |
| | | data: { "HInterID": HInterID }, |
| | | success: function (result) { |
| | | if (result.count != 1) { |
| | | layer.msg(result.Message, { icon: 2, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | } |
| | | }, error: function () { |
| | | layer.msg('é误' + err, { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨æç¤º" }); |
| | | } |
| | | }); |
| | | } |
| | | //#endregion |
| | | |
| | | //#region éåº |
| | | form.on('submit(btn_Cancel)', function () { |
| | | layer.confirm('æ¨ç¡®å®è¦éåºåï¼', { icon: 3, title: 'æç¤º' }, function (index) { |