| | |
| | | |
| | | } |
| | | |
| | | |
| | | var _pageDaochu = function () { |
| | | |
| | | |
| | | var Accounttype = $("#PBSAccounttype").val(); |
| | | var AccountId = $("#PBSAccountId").val(); |
| | | var SubjectId = $("#PBSSubjectId").val(); |
| | | var RecordTypeId = $("#PBSRecordTypeId").val(); |
| | | var OperationalMatters = $("#PBSOperationalMatters").val(); |
| | | var PaymentUnit = $("#PBSPaymentUnit").val(); |
| | | var CreaterName = $("#PBSCreaterName").val(); |
| | | |
| | | var Remark = $("#PBSRemark").val(); |
| | | |
| | | var Createtimestart = $("#PBSCreatetimestart").val(); |
| | | |
| | | var Createtimeend = $("#PBSCreatetimeend").val(); |
| | | var Createtime = ''; |
| | | if (Createtimestart != '' && Createtimeend != '') { |
| | | Createtime = Createtimestart + '|' + Createtimeend; |
| | | } |
| | | |
| | | |
| | | var url = "/FiAccountIncome/GetDaochu?Accounttype=" + Accounttype + "&AccountId=" + AccountId + "&SubjectId=" + SubjectId + "&RecordTypeId=" + RecordTypeId + "&OperationalMatters=" + OperationalMatters + "&PaymentUnit=" + PaymentUnit + "&CreaterName=" + CreaterName + "&Createtime=" + Createtime + "&Remark=" + Remark; |
| | | var me = window.open(url, "导出"); //打开新窗口 |
| | | |
| | | |
| | | } |
| | | |
| | | |
| | | var _afterSave = function (result) { |