| | |
| | | $("#HWHNAME").val(result.data.hWhNameField); |
| | | $('#HInterID').val(result.data.hInterIDField) |
| | | $('#HBillNo').val(result.data.hBillNoField) |
| | | |
| | | var HBillID = $('#HInterID').val() |
| | | element.tabChange('tab-Kf_OtherInBill', '2'); |
| | | table.render({ |
| | |
| | | |
| | | form.on('submit(Cancel)', function () { |
| | | sessionStorage["SourceFlag"] = false; |
| | | parent.location.href = "../../../views/index.html" |
| | | layer.confirm('æ¨ç¡®å®è¦éåºåï¼', { icon: 3, title: 'æç¤º' }, function (index) { |
| | | parent.location.href = "../../../views/index_Mobile.html"; |
| | | }); |
| | | //window.close();//å
³éå½å页 |
| | | }) |
| | | |