Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2ad00268
authored
2018-03-29 22:49:40 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://g.28ms.com:8000/yangjianbin/page
into develop
2 parents
468dfcbf
b732bfc1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
31 deletions
application/views/loan/repayment.php
application/views/work/审批/电核.php
application/views/work/审批/电核结果.php
application/views/loan/repayment.php
View file @
2ad0026
...
...
@@ -64,10 +64,13 @@
{data: "proposerName"},//申请人
{data: "idNumber"},//身份证
{data: "phoneNumber"},//手机号
{name: "branchName", data: "branchName"},//网点
{name: "productId", data: "productName"},//产品名称
// {name: "branchName", data: "branchName"},//网点
// {name: "productId", data: "productName"},//产品名称
{data: "branchName"},//网点
{data: "productName"},//产品名称
{data: "currentBalance"},//本期应还金额
{data: "currentBalance"},//已还金额
// {data: "currentBalance"},//已还金额
{data: "hasClean"},//已还金额
{data: "interestPenalty"},//罚息
{data: "overdueFine"},//滞纳金
{data: "totalPeriods"},//期数
...
...
application/views/work/审批/电核.php
View file @
2ad0026
...
...
@@ -17,7 +17,9 @@
</div>
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'/work/审批/电核结果'
);
?>
<form
action=
""
id=
"form1"
>
<?php
$this
->
load
->
view
(
'/work/审批/电核结果'
);
?>
</form>
</div>
<div
class=
"tabCon pb-20"
>
<div
class=
"cl pd-5 bg-1"
>
...
...
@@ -64,11 +66,11 @@
<div
class=
"col-sm-offset-3 col-sm-2"
>
<button
class=
"btn btn-warning btn-block"
>
退回订单
</button>
</div>
<div
class=
"col-sm-2"
>
<
!--<
div class="col-sm-2">
<button class="btn btn-danger btn-block" onclick="refuse()">拒绝</button>
</div>
</div>
-->
<div
class=
"col-sm-2"
>
<button
class=
"btn btn-primary btn-block"
onclick=
"
loadIframe('
<?=
site_url
(
'/work/check/9'
);
?>
', '审核意见');
"
>
通过
</button>
<button
class=
"btn btn-primary btn-block"
onclick=
"
pass()
"
>
通过
</button>
</div>
</div>
...
...
@@ -104,6 +106,38 @@
content: '
<?=
site_url
(
'work/telRefuse'
)
?>
'
});
}
function pass() {
var data = $("#form1").serializeJson();
var url = '
<?=
site_url
(
'/work/check/9/'
.
$id
);
?>
';
$.ajax({
type: '
post
',
url: apiBaseUrl + '
audit
/
phoneAudit
',
cache: false,
data: JSON.stringify(data),
dataType: '
json
',
contentType: "application/json; charset=UTF-8",
success: function (data) {
if (data.msg) {
layer.alert(data.msg);
} else if (data.code != 0) {
layer.alert('
操作失败
');
} else {
layer.alert('
操作成功
');
}
if(!data.code){
setTimeout(function () {
loadIframe(url, '
审核意见'
);
},
500
)
}
},
error
:
function
()
{
layer
.
alert
(
"操作失败"
)
}
})
}
</script>
</body>
</html>
...
...
application/views/work/审批/电核结果.php
View file @
2ad0026
...
...
@@ -3,16 +3,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"identityCheckDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
identityCheck"
value=
"1
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
identityCheck"
value=
"0
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -26,16 +26,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"contactCheckDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
contactCheck"
value=
"1
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
contactCheck"
value=
"0
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -49,16 +49,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"familyConditionCheckDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
familyConditionCheck"
value=
"1
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
familyConditionCheck"
value=
"0
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -72,16 +72,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"assetInformationCheckDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
assetInformationCheck"
value=
"1
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
assetInformationCheck"
value=
"0
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -95,16 +95,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"debtInformationCheckDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
debtInformationCheck"
value=
"1
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
debtInformationCheck"
value=
"0
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -118,16 +118,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"otherFinancingInstitutionBusinessDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
otherFinancingInstitutionBusinessCheck"
value=
"1
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
otherFinancingInstitutionBusinessCheck"
value=
"0
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -141,16 +141,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"operateBasicInformationDetail
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
operateBasicInformationCheck
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
operateBasicInformationCheck
"
>
<span>
否
</span>
</div>
</div>
...
...
@@ -164,16 +164,16 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-2"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"operateFinanceDataDetail"
value=
""
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
operateFinanceDataCheck
"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
operateFinanceDataCheck
"
>
<span>
否
</span>
</div>
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment