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
929b0f89
authored
2018-03-28 22:16:47 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
5bca7866
e16fb1d2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
19 deletions
application/views/loan/menu.php
application/views/work/审批/header.php
application/views/work/订单详情.php
application/views/work/资料/资料补录.php
application/views/work/预审管理.php
application/views/loan/menu.php
View file @
929b0f8
...
...
@@ -5,7 +5,7 @@
<li><a
data-href=
"
<?=
site_url
(
'/loan/reminder'
)
?>
"
data-title=
"催收管理"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
催收管理
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/loan/prosecute'
)
?>
"
data-title=
"起诉管理"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
起诉管理
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/loan/prosecuted'
)
?>
"
data-title=
"已起诉"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
已起诉
</a></li>
<li><a
data-href=
"
<?=
site_url
(
'/loan/database'
)
?>
"
data-title=
"数据库"
href=
"javascript:void(0)"
><i
class=
"Hui-iconfont"
>

</i>
数据库
</a></li
>
<!-- <li><a data-href="-->
<?
//=site_url('/loan/database')?><!--" data-title="数据库" href="javascript:void(0)"><i class="Hui-iconfont"></i> 数据库</a></li>--
>
</
ul
>
</
div
>
</
aside
>
...
...
application/views/work/审批/header.php
View file @
929b0f8
...
...
@@ -27,15 +27,15 @@
<table
class=
"table table-border table-bg"
>
<tbody
class=
"text-c"
>
<tr>
<td><i
class=
"Hui-iconfont"
>

</i>
王小赞
</td>
<td>
女
</td>
<td>
20岁
</td
>
<td>
博士
</td>
<td>
已婚
</td>
<td>
无子女
</td
>
<td><i
class=
"Hui-iconfont"
>

</i>
333333333333333333
</td>
<td><i
class=
"Hui-iconfont"
>

</i>
¥
3000.00
</td>
<td>
14天
</td
>
<td><i
class=
"Hui-iconfont"
>

</i>
<?=
$clientInfoOutputVO
->
userName
?>
</td>
<td>
<?=
$clientInfoOutputVO
->
gender
?>
</td>
<!-- <td>20岁</td>--
>
<td>
<?=
$clientInfoOutputVO
->
educationDegree
?>
</td>
<td>
<?=
$clientInfoOutputVO
->
marriageState
?>
</td>
<!-- <td>无子女</td>--
>
<td><i
class=
"Hui-iconfont"
>

</i>
<?=
$clientInfoOutputVO
->
idCard
?>
</td>
<td><i
class=
"Hui-iconfont"
>

</i>
¥
<?=
$clientInfoOutputVO
->
monthlyIncome
?>
</td>
<!-- <td>14天</td>--
>
</tr>
</tbody>
</table>
...
...
application/views/work/订单详情.php
View file @
929b0f8
...
...
@@ -6,7 +6,7 @@
<span>
申请信息
</span>
<span>
资料信息
</span>
<span>
处理信息
</span>
<span>
订单进度
</span
>
<!-- <span>订单进度</span>--
>
</div>
<!-- 申请信息 -->
...
...
@@ -49,7 +49,7 @@
</div>
<!-- 订单进度 -->
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/订单进度'
);
?>
<!-- -->
<?php
//
$this->load->view('work/订单进度'); ?>
</
div
>
</
div
>
...
...
application/views/work/资料/资料补录.php
View file @
929b0f8
...
...
@@ -286,6 +286,19 @@
<input
type=
"text"
class=
"form-control input-text"
value=
"
<?=
$clientUnitOutputVO
?
$clientUnitOutputVO
->
unitPhone
:
''
?>
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
职称类型
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<?php
foreach
(
$this
->
session
->
jobTypeEnum
as
$k
=>
$v
)
:
?>
<option
<?=
$clientUnitOutputVO
&&
$clientUnitOutputVO
->
jobType
==
$k
?
'selected'
:
''
?>
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<?php
endforeach
;
?>
</select>
</span>
</div>
</div>
<div
class=
"row cl"
>
...
...
application/views/work/预审管理.php
View file @
929b0f8
...
...
@@ -125,18 +125,13 @@
title
:
'确认拒绝'
,
icon
:
3
},
function
(){
var
targetUrl
=
'flow/confirm2NextStatus/'
+
id
;
var
data
=
{
"destOrderStatus"
:
0
,
"opinion"
:
""
,
"orderStatus"
:
1
}
var
targetUrl
=
'flow/refuseStatus/'
+
id
;
$
.
ajax
({
type
:
'put'
,
url
:
apiBaseUrl
+
targetUrl
,
cache
:
false
,
dataType
:
'json'
,
data
:
JSON
.
stringify
(
data
),
//
data: JSON.stringify(data),
contentType
:
"application/json; charset=UTF-8"
,
success
:
function
(
data
)
{
if
(
data
.
msg
)
{
...
...
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