Selaa lähdekoodia

缴费查看发票页面优化

西昌缴费二期
zhangli 2 vuotta sitten
vanhempi
commit
cfe82c588e
4 muutettua tiedostoa jossa 24 lisäystä ja 5 poistoa
  1. +4
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic_PayFee/InvoiceForm.js
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic_PayFee/PayFeeIndex.js
  3. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/PayFeeIndex.js
  4. +18
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles/FolderProfile6.pubxml

+ 4
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic_PayFee/InvoiceForm.js Näytä tiedosto

@@ -5,7 +5,7 @@
* 描 述:新生缴费管理
*/
var acceptClick;
var keyValue = '0003FFA0-23B8-4345-A020-E0DCBD2535EB';// request('keyValue');
var keyValue = request('keyValue');
var bootstrap = function ($, learun) {
"use strict";
var page = {
@@ -16,7 +16,7 @@ var bootstrap = function ($, learun) {
},
bind: function () {
$('#lr_form_tabs').lrFormTab();
$('#lr_form_tabs ul li').eq(0).trigger('click');
//$('#lr_form_tabs ul li').eq(0).trigger('click');

//取消缴费
$('#cancelPayFee').click(function () {
@@ -33,11 +33,12 @@ var bootstrap = function ($, learun) {
for (var i = 0; i < res.data.length; i++) {
ulHtml += '<li><a data-value="tab' + (i + 1) + '">票据' + (i + 1) + '</a></li>';
contentHtml += '<div class="lr-form-wrap tab-pane tabClass" id="tab' + (i + 1) + '" >';
contentHtml += '<iframe width="100%" scrolling="no" height="100%" frameborder="0" src="' + res.data[i].billUrl + '"></iframe>';
contentHtml += '<iframe width="100%" scrolling="auto" height="100%" frameborder="0" src="' + res.data[i].billUrl + '"></iframe>';
contentHtml += '</div>';
}
$('#tabul').html(ulHtml);
$('#lr_tab_content').html(contentHtml);
$('#lr_form_tabs ul li').eq(0).trigger('click');
} else {
learun.alert.warning("当前新生尚未开具发票,请缴费成功后耐心等待!");
return;


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic_PayFee/PayFeeIndex.js Näytä tiedosto

@@ -74,7 +74,7 @@ var bootstrap = function ($, learun) {
title: '查看发票',
url: top.$.rootUrl + '/EducationalAdministration/StuInfoBasic_PayFee/InvoiceForm?keyValue=' + keyValue,
width: 1000,
height: 600,
height: 800,
btn: null
});
//learun.layerForm({


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/PayFeeIndex.js Näytä tiedosto

@@ -73,7 +73,7 @@ var bootstrap = function ($, learun) {
title: '查看发票',
url: top.$.rootUrl + '/EducationalAdministration/StuInfoFresh/InvoiceForm?keyValue=' + keyValue,
width: 1000,
height: 600,
height: 800,
btn: null
});
//learun.layerForm({


+ 18
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Properties/PublishProfiles/FolderProfile6.pubxml Näytä tiedosto

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
此文件由 Web 项目的发布/打包过程使用。可以通过编辑此 MSBuild 文件
自定义此过程的行为。为了解与此相关的更多内容,请访问 https://go.microsoft.com/fwlink/?LinkID=208121。
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>FileSystem</WebPublishMethod>
<PublishProvider>FileSystem</PublishProvider>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<publishUrl>bin\Release\Publish</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
</PropertyGroup>
</Project>

Ladataan…
Peruuta
Tallenna