|
|
|
@ -15,22 +15,22 @@
|
|
|
|
|
<div class="flex1 accountRight">
|
|
|
|
|
<li class="df">
|
|
|
|
|
<label class="fl">账 号:</label>
|
|
|
|
|
<p class="fl flex1 break-word">800190320609016</p>
|
|
|
|
|
<p class="fl flex1 break-word">1901008009200085901</p>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="df">
|
|
|
|
|
<label class="fl">户 名:</label>
|
|
|
|
|
<p class="fl flex1">湖南酷得网络科技有限公司</p>
|
|
|
|
|
<p class="fl flex1">长沙智擎信息技术有限公司</p>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="df">
|
|
|
|
|
<label class="fl">开户行:</label>
|
|
|
|
|
<p class="fl flex1">长沙银行股份有限公司四方支行</p>
|
|
|
|
|
<p class="fl flex1">工商银行长沙市岳麓山支行</p>
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="payTip">完成线下支付后,请将支付截图粘贴到备注中,以便财务审核</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!--发票<div class="infoBar mb10">
|
|
|
|
|
<div class="infoBar mb10">
|
|
|
|
|
<p class="clearfix" id="billLine" NavShow>
|
|
|
|
|
<span class="grey fl">发票</span>
|
|
|
|
|
<label class="fr" id="billDemand" status=2 style="margin-right: 24px;">不需要</label>
|
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
<input type="text" name="invoice_content" class="right_input"
|
|
|
|
|
value="<%#= @training.training_payinfo.invoice_content.presence || '会议注册费' %>"/>
|
|
|
|
|
</p>
|
|
|
|
|
</div>-->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="infoBar mb10">
|
|
|
|
|
<p>备注</p>
|
|
|
|
|
<textarea class="remarkAccount" name="info" id="info"><%= @training.training_payinfo.info %></textarea>
|
|
|
|
@ -137,20 +137,20 @@
|
|
|
|
|
// invoiceNo: '<%#= @training.training_payinfo.invoice_no %>'
|
|
|
|
|
// };
|
|
|
|
|
//点击弹出发票弹框
|
|
|
|
|
//aboutBillType(userInfo);
|
|
|
|
|
aboutBillType(userInfo);
|
|
|
|
|
|
|
|
|
|
//点击弹出支付方式弹框
|
|
|
|
|
aboutPayType();
|
|
|
|
|
|
|
|
|
|
//初始化发票类型
|
|
|
|
|
/*InitBill(userInfo);*/
|
|
|
|
|
InitBill(userInfo);
|
|
|
|
|
|
|
|
|
|
//切换发票类型
|
|
|
|
|
/*$(".billType li").on("click", function () {
|
|
|
|
|
$(".billType li").on("click", function () {
|
|
|
|
|
$(".billType li").removeClass("active");
|
|
|
|
|
$(this).addClass("active");
|
|
|
|
|
billTypeShowFun(parseInt($(this).index()),userInfo);
|
|
|
|
|
})*/
|
|
|
|
|
})
|
|
|
|
|
//关闭弹窗
|
|
|
|
|
$(".billClose").on("click", function () {
|
|
|
|
|
hideNav($(".downNav"));
|
|
|
|
@ -257,7 +257,7 @@
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
//页面加载时,初始化发票类型
|
|
|
|
|
/*function InitBill(userInfo){
|
|
|
|
|
function InitBill(userInfo){
|
|
|
|
|
var index=2;
|
|
|
|
|
$("#billDemand").html("不需要").attr("status",2);
|
|
|
|
|
if(userInfo.invoiceTitle != "" && userInfo.invoiceNo != ""){
|
|
|
|
@ -271,7 +271,7 @@
|
|
|
|
|
$(".billType li").removeClass("active");
|
|
|
|
|
$(".billType li").eq(index).addClass("active");
|
|
|
|
|
billTypeShowFun(index,userInfo);
|
|
|
|
|
}*/
|
|
|
|
|
}
|
|
|
|
|
function billTypeShowFun(index,userInfo){
|
|
|
|
|
if (parseInt(index) == 0) {
|
|
|
|
|
$(".needWrite").removeClass("none");
|
|
|
|
@ -288,11 +288,11 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//点击弹出发票类型弹框
|
|
|
|
|
/*function aboutBillType(userInfo){
|
|
|
|
|
function aboutBillType(userInfo){
|
|
|
|
|
var bill = $("#billLine");
|
|
|
|
|
var billNav = $(".billDownNav");
|
|
|
|
|
showNav(bill, billNav, "down");
|
|
|
|
|
}*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//点击弹出支付方式弹框
|
|
|
|
|
function aboutPayType() {
|
|
|
|
|