| | |
| | | else if (OperationType == 2) { |
| | | //婧愬崟鏂板 |
| | | var datajson; |
| | | var str = window.location.search; //鑾峰彇閾炬帴涓紶閫掔殑鍙傛暟 |
| | | var arr = str.substring(str.lastIndexOf("=") + 1); |
| | | datajson = $.parseJSON(decodeURI(arr)); |
| | | //鑾峰彇url鍙傛暟 |
| | | var params = new URLSearchParams(location.search);; |
| | | console.log(params.get('dataJson')); |
| | | datajson = params.get('dataJson'); |
| | | datajson = JSON.parse(decodeURIComponent(datajson)); |
| | | |
| | | $("#HRelationInterID").val(datajson.HRelationInterID); |
| | | $("#HRelationEntryID").val(datajson.HRelationEntryID); |
| | | $("#HRelationBillNo").val(datajson.HRelationBillNo); |
| | | $("#HRelationBillType").val(datajson.HRelationBillType); |
| | | |
| | | set_AddFNew(); |
| | | } |
| | | else if (OperationType == 3) {//缂栬緫 |
| | |
| | | end: function () { |
| | | }, |
| | | success: function (layero, index) { |
| | | |
| | | } |
| | | }); |
| | | }); |