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
6eb844e6
authored
2018-04-09 20:26:58 +0800
by
Roy
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://g.28ms.com:8000/yangjianbin/page
into develop
2 parents
8fc6aa79
70b1dbf6
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
722 additions
and
505 deletions
application/config/config.php
application/controllers/api.php
application/views/tool/cal.php
application/views/work/审批/资料清单.php
application/views/work/尽调报告/index.php
application/views/work/尽调报告/打工.php
application/views/work/尽调报告/法人.php
resource/main.js
application/config/config.php
View file @
6eb844e
...
...
@@ -521,4 +521,4 @@ $config['rewrite_short_tags'] = FALSE;
| Array: array('10.0.1.200', '192.168.5.0/24')
*/
$config
[
'proxy_ips'
]
=
''
;
$config
[
'apiBaseUrl'
]
=
'http://151.28ms.com:8088/'
;
\ No newline at end of file
$config
[
'apiBaseUrl'
]
=
'http://151.28ms.com:8088/'
;
...
...
application/controllers/api.php
0 → 100644
View file @
6eb844e
<?php
class
api
extends
CI_Controller
{
public
function
dueDiligence
(
$id
)
{
$order
=
api
(
'order/detail/'
.
$id
);
$dueDiligence
=
api
(
'dueDiligence/'
.
$id
);
$type
=
api
(
'dueDiligence/type/'
.
$id
);
$to
=
[
[
'dueDiligenceBasicInformationVO.companyAddress'
,
'clientUnitOutputVO.currentUnitAddress'
],
[
'dueDiligenceBasicInformationVO.companyName'
,
'clientUnitOutputVO.unitName'
],
[
'dueDiligenceBasicInformationVO.idNumber'
,
'clientInfoOutputVO.idCard'
],
[
'dueDiligenceBasicInformationVO.maritalCondition'
,
'clientInfoOutputVO.marriageState'
],
[
'dueDiligenceBasicInformationVO.nowAddress'
,
'clientInfoOutputVO.currentAddress'
],
[
'dueDiligenceBasicInformationVO.unitPhone'
,
'clientUnitOutputVO.unitPhone'
],
[
'dueDiligenceBasicInformationVO.userName'
,
'clientInfoOutputVO.userName'
],
[
'dueDiligenceBasicInformationVO.userPhone'
,
'clientInfoOutputVO.phoneNumber'
],
[
'dueDiligenceWorkConditionVO.companyAddressHasReal'
,
'.'
],
[
'dueDiligenceAssetsLiabilitiesVO.houseNumber'
,
'.'
],
[
'dueDiligenceAssetsLiabilitiesVO.loanPurpose'
,
'OrderVO.use'
],
[
'dueDiligenceCompanyReconnaissanceVO.workSiteNature'
,
'.'
],
[
'dueDiligenceCompanyReconnaissanceVO.interviewTime'
,
'.'
],
[
'dueDiligenceClientCompanyAssetConditionVO.houseNumber'
,
'.'
],
[
'dueDiligenceCompanyOperationConditionVO.mainManageProject'
,
'.'
],
[
'dueDiligenceComprehensiveAssessmentVO.loanPurposeHasReal'
,
'.'
],
[
'dueDiligenceSurveyAddressVO.addressHasReal'
,
'.'
],
[
'dueDiligenceAssetsLiabilitiesVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceBasicInformationVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceWorkConditionVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceClientCompanyAssetConditionVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceCompanyOperationConditionVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceCompanyReconnaissanceVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceComprehensiveAssessmentVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceSurveyAddressVO.orderId'
,
'clientInfoOutputVO.id'
],
[
'dueDiligenceWorkConditionVO.orderId'
,
'clientInfoOutputVO.id'
],
];
$this
->
to
(
$dueDiligence
,
$order
,
$to
);
$dueDiligence
->
orderStatus
=
$order
->
orderVO
->
status
;
$this
->
output
->
set_content_type
(
'application/json'
)
->
set_output
(
json_encode
(
$dueDiligence
));
}
private
function
To
(
$x
,
$y
,
$z
)
{
foreach
(
$z
as
$v
)
{
$v
[
0
]
=
explode
(
'.'
,
$v
[
0
]);
$a
=
$v
[
0
][
0
];
$b
=
$v
[
0
][
1
];
if
(
isset
(
$x
->
$a
)
&&
isset
(
$x
->
$a
->
$b
)
&&
$x
->
$a
->
$b
!=
''
)
{
continue
;
}
else
{
$v
[
1
]
=
explode
(
'.'
,
$v
[
1
]);
$c
=
$v
[
1
][
0
];
$d
=
$v
[
1
][
1
];
@
$x
->
$a
->
$b
=
$y
->
$c
->
$d
;
}
}
return
$x
;
}
}
application/views/tool/cal.php
View file @
6eb844e
...
...
@@ -19,29 +19,23 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
产品名称
</label>
<span
class=
"form-control select-box"
>
<select
id=
"product"
class=
"select"
size=
"1"
name=
"productId"
>
<?php
foreach
(
$this
->
session
->
products
as
$k
=>
$v
)
:
?>
<option
data-repaymentMode=
"
<?=
$v
->
repaymentMode
?>
"
data-loanDeadline=
"
<?=
$v
->
loanDeadline
?>
"
value=
"
<?=
$v
->
id
?>
"
>
<?=
$v
->
productName
?>
</option>
<?php
endforeach
;
?>
</select>
</span>
<select
id=
"product"
class=
"select"
size=
"1"
v-model=
"product"
>
<option
v-for=
"(v, index) in products"
:value=
"v"
>
{{v.productName}}
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
借款金额
</label>
<input
name=
"borrowAmount"
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
name=
"borrowAmount"
type=
"text"
class=
"form-control input-text"
v
-model=
"borrowAmount
"
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
借款期数
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
id=
"loanDeadline"
>
<?php
for
(
$i
=
1
;
$i
<=
$this
->
session
->
products
[
0
]
->
loanDeadline
;
$i
++
)
:
?>
<option
value=
"
<?=
$i
?>
"
>
<?=
$i
?>
</option>
<?php
endfor
;
?>
</select>
</span>
<select
class=
"select"
size=
"1"
v-model=
"loanDeadline"
>
<option
v-for=
"v in loanDeadlines"
:value=
"v * 6"
>
{{v * 6}} 期
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
还款方式
</label>
...
...
@@ -56,24 +50,19 @@
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
计算结果
</div>
<div
class=
"panel-body months"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
每月应还
</label>
<input
type=
"text"
id=
"totalAmount"
class=
"form-control input-text"
value=
""
disabled
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
<!-- <div class="form-group col-sm-3 col-md-2">-->
<!-- <label>总共应还</label>-->
<!-- <input type="text" id="totalRepay" class="form-control input-text" value="" disabled>-->
<!-- <span class="glyphicon form-control-feedback">元</span>-->
<!-- </div>-->
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
每月应还
</label>
<input
type=
"text"
id=
"totalAmount"
class=
"form-control input-text"
:value=
"totalAmount"
disabled
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
总共应还
</label>
<input
type=
"text"
id=
"totalRepay"
class=
"form-control input-text"
value=
"
"
disabled
>
<input
type=
"text"
id=
"totalRepay"
class=
"form-control input-text"
:value=
"totalRepay
"
disabled
>
<span
class=
"glyphicon form-control-feedback"
>
元
</span>
</div>
</div>
...
...
@@ -83,7 +72,7 @@
<div
class=
"row cl pb-20 col-sm-12"
>
<div
class=
"col-sm-offset-4 col-sm-2"
>
<button
class=
"btn btn-primary btn-block"
>
计算
</button>
<button
class=
"btn btn-primary btn-block"
type=
"button"
@
click=
"cal()"
>
计算
</button>
</div>
<div
class=
"col-sm-2"
>
<input
class=
"btn btn-warning btn-block"
value=
"重置"
type=
"reset"
>
...
...
@@ -94,82 +83,130 @@
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
<script>
$
(
'#product'
).
change
(
function
()
{
var
data
=
$
(
this
).
find
(
':selected'
).
data
();
$
(
'#repaymentMode'
).
val
(
data
.
repaymentmode
);
$
(
'#loanDeadline'
).
empty
();
var
str
=
''
;
for
(
var
i
=
1
;
i
<=
parseInt
(
data
.
loandeadline
);
i
++
)
{
str
+=
'<option value="'
+
i
+
'">'
+
i
+
'</option>'
;
}
$
(
'#loanDeadline'
).
append
(
str
);
})
$
(
'#form'
).
submit
(
function
(
e
)
{
e
.
stopPropagation
();
e
.
preventDefault
();
var
borrowAmount
=
$
(
'[name=borrowAmount]'
).
val
();
var
productId
=
$
(
'[name=productId]'
).
val
();
var
loanDeadline
=
$
(
'#loanDeadline'
).
val
();
str
=
'borrowAmount='
+
borrowAmount
+
'&productId='
+
productId
+
'&loanDeadline='
+
loanDeadline
;
$
.
ajax
({
type
:
'get'
,
url
:
apiBaseUrl
+
'application/tool/interest?'
+
str
,
cache
:
false
,
dataType
:
'json'
,
contentType
:
"application/json; charset=UTF-8"
,
success
:
function
(
data
)
{
if
(
data
.
code
!=
0
)
{
var
msg
=
data
.
msg
?
data
.
msg
:
'操作失败'
;
layer
.
alert
(
msg
);
}
else
{
$
(
'#totalRepay'
).
val
(
data
.
data
.
totalRepay
);
if
(
data
.
data
.
repayPlans
.
length
>
1
){
var
len
=
data
.
data
.
repayPlans
.
length
-
1
;
if
(
data
.
data
.
repayPlans
[
0
].
totalAmount
!=
data
.
data
.
repayPlans
[
len
].
totalAmount
){
$
(
'.months'
).
html
(
''
);
var
str
=
''
;
for
(
var
i
=
0
;
i
<
data
.
data
.
repayPlans
.
length
;
i
++
){
str
+=
'<div class="row cl">'
+
'<div class="form-group col-sm-3 col-md-2">'
+
'<label>'
+
(
i
+
1
)
+
'月应还</label>'
+
'<input type="text" id="totalAmount" class="form-control input-text" value="'
+
data
.
data
.
repayPlans
[
i
].
totalAmount
+
'" disabled>'
+
'<span class="glyphicon form-control-feedback">元</span>'
+
'</div>'
+
'</div>'
;
}
$
(
'.months'
).
html
(
str
);
}
else
{
str1
=
'<div class="row cl">'
+
'<div class="form-group col-sm-3 col-md-2">'
+
'<label>每月应还</label>'
+
'<input type="text" id="totalAmount" class="form-control input-text" value="'
+
data
.
data
.
repayPlans
[
0
].
totalAmount
+
'" disabled>'
+
'<span class="glyphicon form-control-feedback">元</span>'
+
'</div>'
+
'</div>'
;
$
(
'.months'
).
html
(
str1
);
}
}
else
{
str1
=
'<div class="row cl">'
+
'<div class="form-group col-sm-3 col-md-2">'
+
'<label>每月应还</label>'
+
'<input type="text" id="totalAmount" class="form-control input-text" value="'
+
data
.
data
.
repayPlans
[
0
].
totalAmount
+
'" disabled>'
+
'<span class="glyphicon form-control-feedback">元</span>'
+
'</div>'
+
'</div>'
;
$
(
'.months'
).
html
(
str1
);
// $('#totalAmount').val(data.data.repayPlans[0].totalAmount);
}
var
vm
=
new
Vue
({
el
:
'#form'
,
data
:
{
products
:
[],
product
:
{},
borrowAmount
:
''
,
loanDeadline
:
6
,
totalRepay
:
0
,
totalAmount
:
0
,
},
mounted
()
{
let
_this
=
this
;
instance
.
get
(
'/config/products'
).
then
(
(
{
data
}
)
=>
{
this
.
products
=
data
.
data
});
},
methods
:
{
cal
()
{
let
str
=
'borrowAmount='
+
this
.
borrowAmount
+
'&productId='
+
this
.
product
.
id
+
'&loanDeadline='
+
this
.
loanDeadline
;
instance
.
get
(
'application/tool/interest?'
+
str
).
then
(
(
{
data
}
)
=>
{
console
.
log
(
data
);
this
.
totalRepay
=
data
.
data
.
totalRepay
;
this
.
totalAmount
=
data
.
data
.
repayPlans
[
0
].
totalAmount
;
});
}
},
computed
:
{
loanDeadlines
()
{
return
this
.
product
.
loanDeadline
/
6
?
this
.
product
.
loanDeadline
/
6
:
0
;
}
},
watch
:
{
borrowAmount
()
{
if
(
this
.
borrowAmount
>
this
.
product
.
loanLimit
)
{
layer
.
alert
(
'不能超过最大值'
+
this
.
product
.
loanLimit
);
this
.
borrowAmount
=
this
.
product
.
loanLimit
;
}
},
error
:
function
()
{
layer
.
alert
(
"操作失败"
)
product
()
{
if
(
this
.
borrowAmount
>
this
.
product
.
loanLimit
)
{
layer
.
alert
(
'不能超过最大值'
+
this
.
product
.
loanLimit
);
this
.
borrowAmount
=
this
.
product
.
loanLimit
;
}
}
})
})
}
});
// $('#product').change(function () {
// var data = $(this).find(':selected').data();
// $('#repaymentMode').val(data.repaymentmode);
// $('#loanDeadline').empty();
// var str = '';
// for (var i = 1; i <= parseInt(data.loandeadline); i++) {
// str += '<option value="' + i + '">' + i + '</option>';
// }
// $('#loanDeadline').append(str);
// })
//
// $('#form').submit(function (e) {
// e.stopPropagation();
// e.preventDefault();
// var borrowAmount = $('[name=borrowAmount]').val();
// var productId = $('[name=productId]').val();
// var loanDeadline = $('#loanDeadline').val();
// str = 'borrowAmount=' + borrowAmount + '&productId=' + productId + '&loanDeadline=' + loanDeadline;
// $.ajax({
// type: 'get',
// url: apiBaseUrl + 'application/tool/interest?' + str,
// cache: false,
// dataType: 'json',
// contentType: "application/json; charset=UTF-8",
// success: function (data) {
// if (data.code != 0) {
// var msg = data.msg ? data.msg : '操作失败';
// layer.alert(msg);
// } else {
// $('#totalRepay').val(data.data.totalRepay);
// if(data.data.repayPlans.length > 1){
// var len = data.data.repayPlans.length-1;
// if(data.data.repayPlans[0].totalAmount != data.data.repayPlans[len].totalAmount){
// $('.months').html('');
// var str = '';
// for(var i=0;i<data.data.repayPlans.length;i++){
// str += '<div class="row cl">'+
// '<div class="form-group col-sm-3 col-md-2">'+
// '<label>'+(i+1)+'月应还</label>'+
// '<input type="text" id="totalAmount" class="form-control input-text" value="'+data.data.repayPlans[i].totalAmount+'" disabled>'+
// '<span class="glyphicon form-control-feedback">元</span>'+
// '</div>'+
// '</div>';
// }
// $('.months').html(str);
// }else{
// str1 = '<div class="row cl">'+
// '<div class="form-group col-sm-3 col-md-2">'+
// '<label>每月应还</label>'+
// '<input type="text" id="totalAmount" class="form-control input-text" value="'+data.data.repayPlans[0].totalAmount+'" disabled>'+
// '<span class="glyphicon form-control-feedback">元</span>'+
// '</div>'+
// '</div>';
// $('.months').html(str1);
// }
//
//
// }else{
// str1 = '<div class="row cl">'+
// '<div class="form-group col-sm-3 col-md-2">'+
// '<label>每月应还</label>'+
// '<input type="text" id="totalAmount" class="form-control input-text" value="'+data.data.repayPlans[0].totalAmount+'" disabled>'+
// '<span class="glyphicon form-control-feedback">元</span>'+
// '</div>'+
// '</div>';
// $('.months').html(str1);
// // $('#totalAmount').val(data.data.repayPlans[0].totalAmount);
// }
//
// }
// },
// error: function () {
// layer.alert("操作失败")
// }
// })
// })
</script>
</body>
<html>
...
...
application/views/work/审批/资料清单.php
View file @
6eb844e
...
...
@@ -19,35 +19,83 @@
<?php
$this
->
load
->
view
(
'work/申请信息/联系人信息'
);
?>
</div>
<div
class=
"tabCon"
>
<?php
foreach
(
$dueDiligence
as
$k
=>
$v
)
:
?>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
尽调报告
<span
class=
"r"
><button
class=
"btn btn-primary pannel-sh"
>
显示/隐藏
</button></span></div>
<div
class=
"panel-body"
style=
"display: none;"
>
<?php
$this
->
load
->
view
(
'work/尽调报告/打工'
);
?>
<div
class=
"tabCon"
id=
"disabled"
>
<div
class=
"panel panel-default mb-20"
v-for=
"(dueDiligenceVO, index, key) in dueDiligences"
>
<div
class=
"panel-header"
>
尽调报告{{index}}
<span
class=
"r"
><button
class=
"btn btn-primary pannel-sh"
>
显示/隐藏
</button></span></div>
<div
class=
"panel-body"
style=
"display: none"
>
<?php
$this
->
load
->
view
(
'work/尽调报告/法人'
);
//打工\法人2合一?>
</
div
>
</
div
>
<?php
endforeach
;
?>
</
div
>
</
div
>
<!-- <div class="tabCon">
<?php
$this
->
load
->
view
(
'work/审批/信用报告'
);
?>
</div> -->
<?
php
$this
->
load
->
view
(
'common/footer'
);
?>
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/审批/电核结果'
);
?>
</div>
<script>
var vm = new Vue({
el: '#tab',
data: {
dueDiligences: '',
<div
class=
"tabCon"
>
<?php
$this
->
load
->
view
(
'work/图片上传'
);
?>
</div>
marry: {},
folkHasKnows: {},
type: {},
},
mounted () {
this.getDueDiligences();
this.getMarry();
this.getFolkHasKnow();
this.getType();
this.getCompanyNature();
this.getIndustry();
},
methods: {
async getDueDiligences () {
await instance.get('/dueDiligence/
<?=
$id
?>
').then( ( {data} ) => {
this.dueDiligences = data.data;
});
<div
class=
"tabCon"
>
附件清单(图片)
</div>
</div>
$('.btn.btn-primary.pannel-sh').on('click', function () {
$(this).parent().parent().siblings('.panel-body').toggle();
});
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
$('#disabled').find('input').each(function () {
$(this).attr("readonly","readonly")
})
$('#disabled').find('select').each(function () {
$(this).attr("disabled","disabled")
})
},
getMarry () {
instance.get('client/enum/marry').then( ( {data} ) => {
this.marry = data.data;
});
},
getFolkHasKnow () {
instance.get('dueDiligence/enum/folkHasKnow').then( ( {data} ) => {
this.folkHasKnows = data.data;
});
},
getType () {
instance.get('dueDiligence/type/
<?=
$id
?>
').then( ( {data} ) => {
this.type = data.data;
});
},
getIndustry () {
instance.get('
dueDiligence
/
enum
/
industry
').then( ( {data} ) => {
this.industry = data.data;
});
},
getCompanyNature () {
instance.get('
dueDiligence
/
enum
/
companyNature
').then( ( {data} ) => {
console.log(data);
this.companyNature = data.data;
});
},
},
});
<script>
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
...
...
application/views/work/尽调报告/index.php
View file @
6eb844e
...
...
@@ -14,31 +14,26 @@
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<?=
@
$dueDiligence
->
dueDiligenceBasicInformationVO
->
diligencePurpose
?>
{{type.diligencePurpose}}
</div>
</div>
</div>
</div>
<?php
if
(
$clientUnitOutputVO
->
jobType
==
1
){
//打工类
$this
->
load
->
view
(
'work/尽调报告/打工'
);
}
else
{
// 经营类
$this
->
load
->
view
(
'work/尽调报告/法人'
);
}
?>
<?php
$this
->
load
->
view
(
'work/尽调报告/法人'
);
//打工\法人2合一?>
<
div
class
="
panel
panel
-
default
mb
-
20
">
<div class="
panel
-
body
">
<div class="
row
cl
">
<div class="
col
-
sm
-
12
">
本人与借款人于
<input
type=
"text"
name=
"interviewTime"
class=
"input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
<input type="
text
" name="
interviewTime
" class="
input
-
text
Wdate
" onfocus="
WdatePicker
()
">
进行面谈, 并就该贷款进行了相应的解释说明. 借款人提供的信息真实有效. 本人对各项信息已经进行了审慎的调查、核实、分析、整理和审定,并对风险情况已进行了完全披露。同时,借款人对本贷款的含义以及相应的法律责任已全部通晓并充分理解。
本人已经对借款人提供材料的真实有效性进行核实, 如果有协助借款人提供伪造材料,歪曲事实,本人愿承担相应的法律后果.
</div>
<?php
$user
= api('/system/user/loginUser') ?>
<div class="
col
-
sm
-
12
">
<input type="
hidden
" value="
<?=@
$dueDiligence
->
dueDiligenceComprehensiveAssessmentVO
->
ombudsman
?:
$user
->
name
?>
" name="ombudsman">
<span
class=
"r"
>
尽职调查专员:
<?=
@
$dueDiligence
->
dueDiligenceComprehensiveAssessmentVO
->
ombudsman
?:
$user
->
name
?>
</span>
</div>
</div>
...
...
@@ -50,20 +45,147 @@
<?php
$this
->
load
->
view
(
'work/图片上传'
,
[
'url'
=>
'/order/ordersource/duediligence/'
,
'type'
=>
$dueDiligenceType
])
?>
</div>
</div>
<div
class=
"row cl pb-20 col-sm-12"
>
<div
class=
"col-sm-offset-4 col-sm-2"
>
<button
class=
"btn btn-warning btn-block"
>
退回订单
</button>
</div>
<div
class=
"col-sm-2"
>
<button
class=
"btn btn-primary btn-block"
onclick=
"submit()"
>
保存
</button>
<div
class=
"row cl pb-20 col-sm-12"
>
<div
class=
"col-sm-offset-4 col-sm-2"
>
<button
class=
"btn btn-warning btn-block"
>
退回订单
</button>
</div>
<div
class=
"col-sm-2"
>
<button
class=
"btn btn-primary btn-block"
@
click=
"submit"
>
保存
</button>
</div>
</div>
</div>
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
<script>
var vm = new Vue({
el: '#tab',
data: {
order: {
clientInfoOutputVO: {},
clientUnitOutputVO: {},
},
dueDiligenceVO: {
dueDiligenceAssetsLiabilitiesVO: {},
dueDiligenceBasicInformationVO: {},
dueDiligenceClientCompanyAssetConditionVO: {},
dueDiligenceCompanyOperationConditionVO: {},
dueDiligenceCompanyReconnaissanceVO: {},
dueDiligenceComprehensiveAssessmentVO: {},
dueDiligenceSurveyAddressVO: {},
dueDiligenceWorkConditionVO: {},
orderStatus: '',
},
marry: {},
folkHasKnows: {},
type: {},
industry: {},
companyNature: {},
},
mounted () {
this.getOrder();
this.getMarry();
this.getFolkHasKnow();
this.getType();
this.getCompanyNature();
this.getIndustry();
},
methods: {
getOrder () {
instance.get('order/detail/
<?=
$id
?>
').then( ( {data} ) => {
this.order = data.data;
this.dueDiligenceVO.orderStatus = this.order.orderVO.status;
this.dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceBasicInformationVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceSurveyAddressVO.orderId = data.data.orderVO.id
this.dueDiligenceVO.dueDiligenceWorkConditionVO.orderId = data.data.orderVO.id
});
},
getMarry () {
instance.get('client/enum/marry').then( ( {data} ) => {
this.marry = data.data;
});
},
getFolkHasKnow () {
instance.get('dueDiligence/enum/folkHasKnow').then( ( {data} ) => {
this.folkHasKnows = data.data;
});
},
getType () {
instance.get('dueDiligence/type/
<?=
$id
?>
').then( ( {data} ) => {
this.type = data.data;
this.dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceBasicInformationVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceSurveyAddressVO.id = data.data.id
this.dueDiligenceVO.dueDiligenceWorkConditionVO.id = data.data.id
});
},
getIndustry () {
instance.get('
dueDiligence
/
enum
/
industry
').then( ( {data} ) => {
this.industry = data.data;
});
},
getCompanyNature () {
instance.get('
dueDiligence
/
enum
/
companyNature
').then( ( {data} ) => {
console.log(data);
this.companyNature = data.data;
});
},
submit() {
let _this = this;
layer.confirm('
确认要提交尽调?
', {
btn: ['
是
', '
否
'],
title: '
确认
',
icon: 3
}, function () {
var targetUrl = '
dueDiligence
';
var data = _this.dueDiligenceVO;
data.dueDiligenceComprehensiveAssessmentVO.interviewTime = $('
[
name
=
"interviewTime"
]
').val();
data.dueDiligenceComprehensiveAssessmentVO.ombudsman = $('
[
name
=
"ombudsman"
]
').val();
$.ajax({
type: '
post
',
url: apiBaseUrl + targetUrl,
cache: false,
dataType: '
json
',
data: JSON.stringify(data),
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('
操作成功
');
}
setTimeout(function () {
if (!data.code) {
table.fnDraw();
layer_close();
}
}, 500);
},
error: function () {
layer.alert("操作失败")
}
})
})
}
},
});
function getQueryString(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
var r = window.location.search.substr(1).match(reg);
...
...
@@ -77,55 +199,6 @@
uploadList
();
function
submit
()
{
layer.confirm('确认要提交尽调?', {
btn: ['是', '否'],
title: '确认',
icon: 3
}, function () {
var targetUrl = 'dueDiligence';
var dueDiligenceSurveyAddressVO = $("#dueDiligenceSurveyAddressVO").serializeJson();
var dueDiligenceWorkConditionVO = $("#dueDiligenceWorkConditionVO").serializeJson();
var dueDiligenceComprehensiveAssessmentVO = $("#dueDiligenceComprehensiveAssessmentVO").serializeJson();
var dueDiligenceAssetsLiabilitiesVO = $("#dueDiligenceAssetsLiabilitiesVO").serializeJson();
var dueDiligenceBasicInformationVO = $("#dueDiligenceBasicInformationVO").serializeJson();
var data = {
dueDiligenceSurveyAddressVO: dueDiligenceSurveyAddressVO,
dueDiligenceWorkConditionVO: dueDiligenceWorkConditionVO,
dueDiligenceComprehensiveAssessmentVO: dueDiligenceComprehensiveAssessmentVO,
dueDiligenceAssetsLiabilitiesVO: dueDiligenceAssetsLiabilitiesVO,
dueDiligenceBasicInformationVO: dueDiligenceBasicInformationVO,
orderStatus: "
<?=
$applyOrderVO
->
status
?>
"
};
$.ajax({
type: 'post',
url: apiBaseUrl + targetUrl,
cache: false,
dataType: 'json',
data: JSON.stringify(data),
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('操作成功');
}
setTimeout(function () {
if (!data.code) {
table.fnDraw();
layer_close();
}
}, 500);
},
error: function () {
layer.alert("
操作失败"
)
}
})
})
}
</script>
</body>
...
...
application/views/work/尽调报告/打工.php
View file @
6eb844e
...
...
@@ -6,24 +6,23 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"userName"
value=
"
<?=
@
$order
->
clientInfoOutputVO
->
userName
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.userName
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
身份证
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"idNumber"
value=
"
<?=
@
$order
->
clientInfoOutputVO
->
idNumber
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.idNumber
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
房产地址
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"houseAddress"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.houseAddress
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
&
nbsp
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"houseAddressHasReal"
size=
"1"
>
<option
value=
""
>
是否真实
</option>
<select
class=
"select"
name=
"houseAddressHasReal"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.houseAddressHasReal"
>
<option
value=
"1"
>
真实
</option>
<option
value=
"0"
>
不真实
</option>
</select>
...
...
@@ -34,32 +33,28 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现住地址
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"nowAddress"
value=
"
<?=
@
$order
->
clientInfoInputVO
->
currentAddress
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.nowAddress
"
>
</div>
<div
class=
"form-group col-sm-2 col-md-1"
>
<label>
&
nbsp
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"nowAddressHasReal"
>
<option
value=
""
>
是否真实
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.nowAddressHasReal"
>
<option
value=
"1"
>
真实
</option>
<option
value=
"
2
"
>
不真实
</option>
<option
value=
"
0
"
>
不真实
</option>
</select>
</span>
</div>
</div>
<div
class=
"row cl"
>
<?php
$folkHasKnow
=
api
(
'/dueDiligence/enum/folkHasKnow'
)
?>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
家人是否知晓
</label>
<div
class=
"info"
>
<?php
foreach
(
$folkHasKnow
as
$k
=>
$v
)
:
?>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
"folkHasKnow"
value=
"
<?=
$k
?>
"
<?=
$k
==
@
$dueDiligence
->
dueDiligenceBasicInformationVO
->
folkHasKnow
?
'checked'
:
''
?>
>
<span>
<?=
$v
?>
</span>
<div
class=
"live-info"
v-for=
"(v, k) in folkHasKnows"
>
<input
type=
"radio"
:value=
"k"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.folkHasKnow"
>
<span>
{{v}}
</span>
</div>
<?php
endforeach
?>
<input
type=
"text"
name=
"folkHasKnowRemark"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
name=
"folkHasKnowRemark"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.folkHasKnowRemark"
placeholder=
"备注"
>
</div>
</div>
</div>
...
...
@@ -67,29 +62,29 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
联系方式
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"userPhone"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"userPhone"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.userPhone
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位联系方式
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"unitPhone"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"unitPhone"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.unitPhone
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
配偶联系方式
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"matePhone"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"matePhone"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.matePhone
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
公司名称
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"companyName"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.companyName
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
公司地址
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"companyAddress"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.companyAddress
"
>
</div>
</div>
</div>
...
...
@@ -105,10 +100,9 @@
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
提供公司地址是否属实
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"companyAddressHasReal"
>
<option>
是否真实
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.companyAddressHasReal"
>
<option
value=
"1"
>
真实
</option>
<option
value=
"
2
"
>
不真实
</option>
<option
value=
"
0
"
>
不真实
</option>
</select>
</span>
</div>
...
...
@@ -117,14 +111,13 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
工作/经营时间
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
""
name=
"
workingTime"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
workingTime"
>
<span
class=
"glyphicon glyphicon-month form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
所属行业
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"industry"
>
<option></option>
<select
class=
"select"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.industry"
size=
"1"
>
<?php
foreach
(
$industry
as
$k
=>
$v
)
:
?>
<option
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<?php
endforeach
;
?>
...
...
@@ -136,12 +129,12 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
从业时间
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.workingSeniority
"
>
<span
class=
"glyphicon glyphicon-year form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
在公司所占股份
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.share
"
>
<span
class=
"glyphicon glyphicon-percent form-control-feedback"
aria-hidden=
"true"
></span>
</div>
</div>
...
...
@@ -150,20 +143,20 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是否缴纳社保
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
""
>
无
</option>
<option
value=
""
>
有
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.hasSocialSecurity"
>
<option
value=
"
0
"
>
无
</option>
<option
value=
"
1
"
>
有
</option>
</select>
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
月少入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.monthlyIncome"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<
!-- <
div class="row cl">
<div class="form-group col-sm-6 col-md-4">
<label> </label>
<div class="info">
...
...
@@ -185,7 +178,7 @@
</div>
</div>
</div>
</div>
</div>
-->
</div>
</div>
</form>
...
...
@@ -196,29 +189,29 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
名下房产套数
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.houseNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
套
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
名下车辆
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.carNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
部
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
车辆型号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.carBrand"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
未结清贷款
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.loanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.loanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -227,31 +220,32 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
民间贷款
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
""
>
有
</option>
<option
value=
""
>
无
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.folkLoan"
>
<option
value=
"
1
"
>
有
</option>
<option
value=
"
0
"
>
无
</option>
</select>
</span>
</div>
<div
class=
"form-group
has-feedback col-sm-3 col-md-1
"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
<div
class=
"form-group
col-sm-3 col-md-3
"
>
<label>
民间贷款笔数
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.folkLoanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group col-sm-4 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
民间贷款金额
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.folkLoanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
家庭第一收入来源
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.familyFirstIncome
"
>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
家庭第二收入来源
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.familySecondIncome
"
>
</div>
</div>
...
...
@@ -259,31 +253,33 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
负面信息
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
""
>
无
</option>
<option
value=
""
>
有
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.negativeInformation"
>
<option
value=
"
0
"
>
无
</option>
<option
value=
"
1
"
>
有
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.negativeInformationRemark"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
同事/亲属/邻居口碑
</label>
<?php
$publicPraise
=
api
(
'/dueDiligence/enum/publicPraise'
);
?>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
""
>
无
</option>
<option
value=
""
>
有
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.publicPraise"
>
<?php
foreach
(
$publicPraise
as
$k
=>
$v
)
:
?>
<option
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<?php
endforeach
;
?>
</select>
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.publicPraiseRemark"
>
</div>
</div>
...
...
@@ -291,19 +287,18 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
贷款用途
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
""
>
请选择
</option>
<option
value=
""
>
流动资金
</option>
<option
value=
""
>
购买原料
</option>
<option
value=
""
>
固定资产投资
</option>
<option
value=
""
>
项目工款
</option>
<option
value=
""
>
其他
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.loanPurpose"
>
<option
value=
"0"
>
流动资金
</option>
<option
value=
"1"
>
购买原料
</option>
<option
value=
"2"
>
固定资产投资
</option>
<option
value=
"3"
>
项目工款
</option>
<option
value=
"4"
>
其他
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.loanPurposeRemark"
>
</div>
</div>
</div>
...
...
@@ -313,94 +308,94 @@
<input
type=
"hidden"
name=
"orderId"
value=
"
<?=
$id
?>
"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
住址考察
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
住址是否属实
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"addressHasReal"
size=
"1"
>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
住址是否属实
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"addressHasReal"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.addressHasReal"
>
<option
value=
"1"
>
属实
</option>
<option
value=
"0"
>
不属实
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
居住环境
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"dwellingEnvironment"
size=
"1"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
居住环境
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"dwellingEnvironment"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.dwellingEnvironment"
>
<option
value=
"0"
>
良好
</option>
<option
value=
"1"
>
一般
</option>
<option
value=
"2"
>
较差
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
常住人口
</label>
<input
type=
"text"
name=
"inhabitantNumber"
class=
"form-control input-text"
value=
""
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"inhabitant"
value=
""
>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
常住人口
</label>
<input
type=
"text"
name=
"inhabitantNumber"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.inhabitantNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"inhabitant"
v-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.inhabitant"
>
</div>
</div>
</div>
</div>
</div>
</form>
<form
action=
""
id=
"dueDiligenceComprehensiveAssessmentVO"
>
<input
type=
"hidden"
name=
"orderId"
value=
"
<?=
$id
?>
"
/>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
综合评价
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
贷款用途合理性
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"loanPurposeHasReal"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
综合评价
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
贷款用途合理性
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"loanPurposeHasReal"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.loanPurposeHasReal"
>
<option
value=
"0"
>
真实合理
</option>
<option
value=
"1"
>
不真实合理
</option>
<option
value=
"2"
>
无法判断
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
还款能力
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"repayPower"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
还款能力
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"repayPower"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.repayPower"
>
<option
value=
"0"
>
具有
</option>
<option
value=
"1"
>
一般
</option>
<option
value=
"2"
>
较差
</option>
<option
value=
"3"
>
无
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
资产负责情况
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"settleCondition"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
资产负责情况
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"settleCondition"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.settleCondition"
>
<option
value=
"0"
>
负责比 > 55%
</option>
<option
value=
"1"
>
负责比
< 55
%</
option
>
<option
value=
"2"
>
无法判断
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
资信调查
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"creditCondition"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
资信调查
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"creditCondition"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.creditCondition"
>
<option
value=
"0"
>
好
</option>
<option
value=
"1"
>
较好
</option>
<option
value=
"2"
>
一般
</option>
...
...
@@ -408,28 +403,28 @@
<option
value=
"4"
>
差
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
还款意愿
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"repayWill"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
还款意愿
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"repayWill"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.repayWill"
>
<option
value=
"0"
>
好
</option>
<option
value=
"1"
>
一般
</option>
<option
value=
"2"
>
差
</option>
</select>
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12"
>
<label>
特殊情况及报告结论
</label>
<textarea
class=
"form-control textarea"
name=
"conclusion"
rows=
"5"
></textarea>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12"
>
<label>
特殊情况及报告结论
</label>
<textarea
class=
"form-control textarea"
name=
"conclusion"
rows=
"5"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.conclusion"
></textarea>
</div>
</div>
</div>
</div>
</form>
...
...
application/views/work/尽调报告/法人.php
View file @
6eb844e
<form
action=
""
id=
"dueDiligenceBasicInformationVO"
>
<input
type=
"hidden"
name=
"orderId"
value=
"
<?=
$id
?>
"
>
<?php
$order
=
api
(
'/order/detail/'
.
$id
)
?>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
基本信息
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
姓名
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"userName"
value=
"
<?=
@
$order
->
clientInfoOutputVO
->
userName
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.userName
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
身份证
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"idNumber"
value=
"
<?=
@
$order
->
clientInfoOutputVO
->
idNumber
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.idNumber
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
房产地址
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"houseAddress"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.houseAddress
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
&
nbsp
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"houseAddressHasReal"
size=
"1"
>
<option
value=
""
>
是否真实
</option>
<select
class=
"select"
name=
"houseAddressHasReal"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.houseAddressHasReal"
>
<option
value=
"1"
>
真实
</option>
<option
value=
"0"
>
不真实
</option>
</select>
...
...
@@ -35,50 +33,43 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
现住地址
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"nowAddress"
value=
"
<?=
@
$order
->
clientInfoInputVO
->
currentAddress
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.nowAddress
"
>
</div>
<div
class=
"form-group col-sm-2 col-md-1"
>
<label>
&
nbsp
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"nowAddressHasReal"
>
<option
value=
""
>
是否真实
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.nowAddressHasReal"
>
<option
value=
"1"
>
真实
</option>
<option
value=
"
2
"
>
不真实
</option>
<option
value=
"
0
"
>
不真实
</option>
</select>
</span>
</div>
</div>
<div
class=
"row cl"
>
<?php
$marry
=
api
(
'/client/enum/marry'
)
?>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
婚姻情况
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"maritalCondition"
>
<?php
foreach
(
$marry
as
$k
=>
$v
)
:
?>
<option
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<?php
endforeach
;
?>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.maritalCondition"
>
<option
v-for=
"v in marry"
>
{{v}}
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
子女情况
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"childrenCondition"
v
alue=
"
<?=
@
$dueDiligence
->
dueDiligenceBasicInformationVO
->
childrenCondition
?>
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"childrenCondition"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.childrenCondition
"
>
</div>
</div>
<div
class=
"row cl"
>
<?php
$folkHasKnow
=
api
(
'/dueDiligence/enum/folkHasKnow'
)
?>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
家人是否知晓
</label>
<div
class=
"info"
>
<?php
foreach
(
$folkHasKnow
as
$k
=>
$v
)
:
?>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
"folkHasKnow"
value=
"
<?=
$k
?>
"
<?=
$k
==
@
$dueDiligence
->
dueDiligenceBasicInformationVO
->
folkHasKnow
?
'checked'
:
''
?>
>
<span>
<?=
$v
?>
</span>
<div
class=
"live-info"
v-for=
"(v, k) in folkHasKnows"
>
<input
type=
"radio"
:value=
"k"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.folkHasKnow"
>
<span>
{{v}}
</span>
</div>
<?php
endforeach
?>
<input
type=
"text"
name=
"folkHasKnowRemark"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
name=
"folkHasKnowRemark"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.folkHasKnowRemark"
placeholder=
"备注"
>
</div>
</div>
</div>
...
...
@@ -86,45 +77,46 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
联系方式
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"userPhone"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"userPhone"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.userPhone
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
单位联系方式
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"unitPhone"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"unitPhone"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.unitPhone
"
>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
配偶联系方式
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"matePhone"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"matePhone"
v
-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.matePhone
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
公司名称
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"companyName"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.companyName
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
公司地址
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"companyAddress"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceBasicInformationVO.companyAddress
"
>
</div>
</div>
</div>
</div>
</form>
<form
action=
""
id=
"dueDiligenceWorkConditionVO"
>
<input
type=
"hidden"
name=
"orderId"
value=
"
<?=
$id
?>
"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
工作情况
</div>
<div
class=
"panel-body"
>
<input
type=
"hidden"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.orderId"
value=
"
<?=
$id
?>
"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-4 col-md-2"
>
<label>
提供公司地址是否属实
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"companyAddressHasReal"
size=
"1"
>
<option
value=
""
>
是否真实
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.companyAddressHasReal"
>
<option
value=
"1"
>
真实
</option>
<option
value=
"0"
>
不真实
</option>
</select>
...
...
@@ -135,51 +127,48 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
工作/经营时间
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"workingTime"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.workingTime
"
>
<span
class=
"glyphicon glyphicon-month form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
所属行业
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"industry"
size=
"1"
>
<option
value=
""
>
请选择
</option>
<?php
foreach
(
$industry
as
$k
=>
$v
)
:
?>
<option
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<?php
endforeach
;
?>
<select
class=
"select"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.industry"
size=
"1"
>
<option
v-for=
"(v, k) in industry"
:value=
"k"
>
{{v}}
</option>
</select>
</span>
</div>
</div>
<
div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2
"
>
<label>
员工人数
</label
>
<
input
type=
"text"
name=
"employeeNumber"
class=
"form-control input-text"
value=
"
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span
>
</div
>
<div
class=
"form-group col-sm-3 col-md-2"
>
<
label>
公司性质
</label
>
<
span
class=
"form-control select-box
"
>
<
select
class=
"select"
size=
"1"
name=
"companyNature"
>
<option
value=
""
>
请选择
</option
>
<
?php
foreach
(
$companyNature
as
$k
=>
$v
)
:
?
>
<option
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<
?php
endforeach
;
?
>
</s
elect
>
</
span
>
<
!-- 经营 --
>
<div
v-if=
"type.type == 0
"
>
<div
class=
"row cl"
>
<
div
class=
"form-group has-feedback col-sm-3 col-md-2
"
>
<label>
员工人数
</label
>
<input
type=
"text"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.employeeNumber"
class=
"form-control input-text"
value=
""
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span
>
<
/div
>
<
div
class=
"form-group col-sm-3 col-md-2
"
>
<
label>
公司性质
</label
>
<span
class=
"form-control select-box"
>
<
select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.companyNature"
>
<option
v-for=
"(v, k) in companyNature"
:value=
"k"
>
{{v}}
</option>
<
/select
>
</s
pan
>
</
div
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
借款人从业时间
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"workingSeniority"
>
<span
class=
"glyphicon glyphicon-year form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
在公司所占股份
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"share"
>
<span
class=
"glyphicon glyphicon-percent form-control-feedback"
aria-hidden=
"true"
></span>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
借款人从业时间
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.workingSeniority"
>
<span
class=
"glyphicon glyphicon-year form-control-feedback"
aria-hidden=
"true"
></span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
在公司所占股份
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.share"
>
<span
class=
"glyphicon glyphicon-percent form-control-feedback"
aria-hidden=
"true"
></span>
</div>
</div>
</div>
...
...
@@ -187,7 +176,7 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
是否缴纳社保
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"
hasSocialSecurity"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
hasSocialSecurity"
>
<option
value=
"0"
>
无
</option>
<option
value=
"1"
>
有
</option>
</select>
...
...
@@ -195,116 +184,121 @@
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
月少入
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
monthlyIncome"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
monthlyIncome"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
营业面积
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"companyArea"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
m^2
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
利润率
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"profitMargin"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
%
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
公司股东人数
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"shareHolderNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span>
<!-- 经营 -->
<div
v-if=
"type.type == 0"
>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
营业面积
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.companyArea"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
m^2
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
利润率
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.profitMargin"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
%
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
公司股东人数
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.shareHolderNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
员工平均工资
</label>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.employeeAverageSalary"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
员工月均工资
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"employeeAverageSalary"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
</label>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
"
"
checked
>
<input
type=
"radio"
name=
"
welfare"
value=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.welfare"
>
<span>
计件
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
welfare"
value=
"1"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.welfare
"
>
<span>
底薪
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
welfare"
value=
"2"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.welfare
"
>
<span>
包吃
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
""
>
<input
type=
"radio"
name=
"
welfare"
value=
"3"
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.welfare
"
>
<span>
包住
</span>
</div>
</div>
</div>
</div>
<!-- 经营 -->
<div
v-if=
"type.type == 0"
>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
上游公司名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
upstreamCompanyName"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
upstreamCompanyName"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
联系电话
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
upstreamCompanyPhone"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
upstreamCompanyPhone"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
下游公司名称
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
downstreamCompanyName"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
downstreamCompanyName"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
联系电话
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
downstreamCompanyPhone"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
downstreamCompanyPhone"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
本地龙头
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
localLeader"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceWorkConditionVO.
localLeader"
>
</div>
</div>
</div>
</div>
</div>
</form>
<form
action=
""
id=
"dueDiligenceAssetsLiabilitiesVO"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
资产负责及其他信息情况
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
名下房产套数
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
houseNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
houseNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
套
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-2"
>
<label>
名下车辆
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
carNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
carNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
部
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
车辆型号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
carBrand"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
carBrand"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
未结清贷款
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
loanNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
loanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
loanAmount"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
loanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -313,20 +307,20 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
民间贷款
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"
folkLoan"
>
<option
value=
""
>
有
</option>
<option
value=
""
>
无
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
folkLoan"
>
<option
value=
"
1
"
>
有
</option>
<option
value=
"
0
"
>
无
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-3"
>
<label>
民间贷款笔数
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
folkLoanNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
folkLoanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
民间贷款金额
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
folkLoanAmount"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
folkLoanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -334,11 +328,11 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
家庭第一收入来源
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
""
name=
"
familyFirstIncome"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
familyFirstIncome"
>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
家庭第二收入来源
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
""
name=
"
familySecondIncome"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
familySecondIncome"
>
</div>
</div>
...
...
@@ -346,7 +340,7 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
负面信息
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"
negativeInformation"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
negativeInformation"
>
<option
value=
"0"
>
无
</option>
<option
value=
"1"
>
有
</option>
</select>
...
...
@@ -354,7 +348,7 @@
</div>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
name=
"
negativeInformationRemark"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.
negativeInformationRemark"
>
</div>
</div>
...
...
@@ -363,7 +357,7 @@
<label>
同事/亲属/邻居口碑
</label>
<?php
$publicPraise
=
api
(
'/dueDiligence/enum/publicPraise'
);
?>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.publicPraise"
>
<?php
foreach
(
$publicPraise
as
$k
=>
$v
)
:
?>
<option
value=
"
<?=
$k
?>
"
>
<?=
$v
?>
</option>
<?php
endforeach
;
?>
...
...
@@ -372,7 +366,7 @@
</div>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.publicPraiseRemark"
>
</div>
</div>
...
...
@@ -380,24 +374,24 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
贷款用途
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<option
value=
""
>
请选择
</option>
<option
value=
""
>
流动资金
</option>
<option
value=
""
>
购买原料
</option>
<option
value=
""
>
固定资产投资
</option>
<option
value=
""
>
项目工款
</option>
<option
value=
""
>
其他
</option>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.loanPurpose"
>
<option
value=
"0"
>
流动资金
</option>
<option
value=
"1"
>
购买原料
</option>
<option
value=
"2"
>
固定资产投资
</option>
<option
value=
"3"
>
项目工款
</option>
<option
value=
"4"
>
其他
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-3"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
placeholder=
"备注"
v-model=
"dueDiligenceVO.dueDiligenceAssetsLiabilitiesVO.loanPurposeRemark"
>
</div>
</div>
</div>
</div>
<div
v-if=
"type.type == 0"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
公司现场勘查
</div>
<div
class=
"panel-body"
>
...
...
@@ -405,7 +399,7 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
办公场地性质
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.workSiteNature"
>
<option
value=
"1"
>
属实
</option>
<option
value=
"0"
>
不属实
</option>
</select>
...
...
@@ -414,7 +408,7 @@
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
是否有淡旺季
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.hasSeasonality"
>
<option
value=
"1"
>
有
</option>
<option
value=
"0"
>
没有
</option>
</select>
...
...
@@ -425,62 +419,62 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
开工率
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.workRate"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
%
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
淡旺季分布
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.seasonalityDistribution"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
主要库存货品
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.mainRepertory
"
>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
库存量
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.repertoryNumber
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
是否有重大机器设备
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.hasMechanicalEquipment"
>
<option
value=
""
>
有
</option>
<option
value=
""
>
没有
</option>
</select>
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label></label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.mechanicalEquipmentNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
台
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
主要机型
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.mechanicalEquipmentType"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
功率
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.power"
>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
开机率
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.homesUsing
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
%
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
月均水电费
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.monthUtilities
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
公司其他资产说明
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceCompanyReconnaissanceVO.otherAssetRemark
"
>
</div>
</div>
</div>
...
...
@@ -494,34 +488,34 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
名下房产套数
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"houseNumber"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"houseNumber"
v
-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.houseNumber
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
套
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
名下车辆
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
carNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
carNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
部
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
品牌型号
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
carBrand"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
carBrand"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
未结清贷款
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
loanNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
loanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
共
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
loanAmount"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
loanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
是否涉及民间贷款
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"
folkLoan"
>
<select
class=
"select"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
folkLoan"
>
<option
value=
"1"
>
有
</option>
<option
value=
"0"
>
无
</option>
</select>
...
...
@@ -529,73 +523,73 @@
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
备注
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
folkLoanNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
folkLoanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
共
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
folkLoanAmount"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
folkLoanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
房产净值
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.companyHouseNetWorth"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
市场价值
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.companyHouseMarketValue
"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
机器设备净值
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.companyMachineNetWorth
"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
市场价值
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.companyMachineMarketValue
"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
库存市场价值
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.repertoryMarketValue
"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
应收账款应收金额
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.receivableAmount
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
预计回收时间
</label>
<input
type=
"text"
class=
"form-control input-text
"
value=
"
"
>
<input
type=
"text"
class=
"form-control input-text
Wdate"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.receivableDate"
onfocus=
"WdatePicker()
"
>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
坏账估计
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.badDebt
"
>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
未结清贷款
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"l
oanNumber"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.unclearedL
oanNumber"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
笔
</span>
</div>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
共
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"l
oanAmount"
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.unclearedL
oanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
应付账款
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"
repayAmount"
>
<input
type=
"text"
class=
"form-control input-text"
v-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.
repayAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
预计支付时间
</label>
<input
type=
"text"
name=
"receivableDate"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
name=
"receivableDate"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceClientCompanyAssetConditionVO.repayDate
"
>
</div>
</div>
</div>
...
...
@@ -603,79 +597,80 @@
</form>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
住址考察
</div>
<div
class=
"panel-header"
>
公司运营情况
</div>
<div
class=
"panel-body"
>
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
公司经营项目
</label>
<input
type=
"text"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.mainManageProject"
v
alue=
""
>
</div>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月营业额
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.monthTurnover
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月直接成本(进货)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.productCost
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月直接成本(销售)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.sellCost
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月管理成本(工资)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.salaryCost
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月管理成本(租金)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.rentCost
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月管理成本(借款还款)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.recelveRepayAmount
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月管理成本(其他)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.otherAmount
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-
6 col-md-3
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月主要缴税项目及金额(增值税)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.appreciationTax
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
<div
class=
"form-group col-sm-
6 col-md-3
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月主要缴税项目及金额(营业税)
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.businessTax
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
<div
class=
"form-group col-sm-
6 col-md-3
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
每月税前利润
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.preTaxProfit
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
万元
</span>
</div>
</div>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-
6 col-md-4
"
>
<div
class=
"form-group col-sm-
3 col-md-2
"
>
<label>
订单生产/存货销售周期,收款方式
</label>
<input
type=
"text"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceCompanyOperationConditionVO.receiveType
"
>
</div>
</div>
</div>
</div>
</div>
<form
id=
"dueDiligenceSurveyAddressVO"
>
<input
type=
"hidden"
name=
"orderId"
value=
"
<?=
$id
?>
"
>
...
...
@@ -686,7 +681,7 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
住址是否属实
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"addressHasReal"
size=
"1"
>
<select
class=
"select"
name=
"addressHasReal"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.addressHasReal"
>
<option
value=
"1"
>
属实
</option>
<option
value=
"0"
>
不属实
</option>
</select>
...
...
@@ -695,7 +690,7 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<label>
居住环境
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
name=
"dwellingEnvironment"
size=
"1"
>
<select
class=
"select"
name=
"dwellingEnvironment"
size=
"1"
v-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.dwellingEnvironment"
>
<option
value=
"0"
>
良好
</option>
<option
value=
"1"
>
一般
</option>
<option
value=
"2"
>
较差
</option>
...
...
@@ -707,12 +702,12 @@
<div
class=
"row cl"
>
<div
class=
"form-group has-feedback col-sm-3 col-md-1"
>
<label>
常住人口
</label>
<input
type=
"text"
name=
"inhabitantNumber"
class=
"form-control input-text"
v
alue=
"
"
>
<input
type=
"text"
name=
"inhabitantNumber"
class=
"form-control input-text"
v
-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.inhabitantNumber
"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
人
</span>
</div>
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
</label>
<input
type=
"text"
class=
"form-control input-text"
name=
"inhabitant"
v
alue=
"
"
>
<input
type=
"text"
class=
"form-control input-text"
name=
"inhabitant"
v
-model=
"dueDiligenceVO.dueDiligenceSurveyAddressVO.inhabitant
"
>
</div>
</div>
</div>
...
...
@@ -728,7 +723,7 @@
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
贷款用途合理性
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"loanPurposeHasReal"
>
<select
class=
"select"
size=
"1"
name=
"loanPurposeHasReal"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.loanPurposeHasReal"
>
<option
value=
"0"
>
真实合理
</option>
<option
value=
"1"
>
不真实合理
</option>
<option
value=
"2"
>
无法判断
</option>
...
...
@@ -741,7 +736,7 @@
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
还款能力
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"repayPower"
>
<select
class=
"select"
size=
"1"
name=
"repayPower"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.repayPower"
>
<option
value=
"0"
>
具有
</option>
<option
value=
"1"
>
一般
</option>
<option
value=
"2"
>
较差
</option>
...
...
@@ -755,7 +750,7 @@
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
资产负责情况
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"settleCondition"
>
<select
class=
"select"
size=
"1"
name=
"settleCondition"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.settleCondition"
>
<option
value=
"0"
>
负责比 > 55%
</option>
<option
value=
"1"
>
负责比
< 55
%</
option
>
<option
value=
"2"
>
无法判断
</option>
...
...
@@ -768,7 +763,7 @@
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
资信调查
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"creditCondition"
>
<select
class=
"select"
size=
"1"
name=
"creditCondition"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.creditCondition"
>
<option
value=
"0"
>
好
</option>
<option
value=
"1"
>
较好
</option>
<option
value=
"2"
>
一般
</option>
...
...
@@ -783,7 +778,7 @@
<div
class=
"form-group col-sm-6 col-md-4"
>
<label>
还款意愿
</label>
<span
class=
"form-control select-box"
>
<select
class=
"select"
size=
"1"
name=
"repayWill"
>
<select
class=
"select"
size=
"1"
name=
"repayWill"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.repayWill"
>
<option
value=
"0"
>
好
</option>
<option
value=
"1"
>
一般
</option>
<option
value=
"2"
>
差
</option>
...
...
@@ -795,7 +790,7 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12"
>
<label>
特殊情况及报告结论
</label>
<textarea
class=
"form-control textarea"
name=
"conclusion"
rows=
"5"
></textarea>
<textarea
class=
"form-control textarea"
name=
"conclusion"
rows=
"5"
v-model=
"dueDiligenceVO.dueDiligenceComprehensiveAssessmentVO.conclusion"
></textarea>
</div>
</div>
</div>
...
...
resource/main.js
View file @
6eb844e
...
...
@@ -10,9 +10,6 @@ function addContacts () {
$
(
'#contacts'
).
append
(
'<div class="row cl">'
+
html
+
'</div>'
);
}
$
(
'.btn.btn-primary.pannel-sh'
).
on
(
'click'
,
function
()
{
$
(
this
).
parent
().
parent
().
siblings
(
'.panel-body'
).
toggle
();
});
function
relation
(
e
)
{
if
(
$
(
e
).
data
(
'num'
)
<
3
)
{
...
...
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