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
b1f27425
authored
2018-03-31 15:50:52 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
482d924b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
application/views/work/尽调报告/index.php
application/views/work/尽调报告/法人.php
application/views/work/尽调报告/index.php
View file @
b1f2742
...
...
@@ -60,11 +60,13 @@
var dueDiligenceSurveyAddressVO = $("#dueDiligenceSurveyAddressVO").serializeJson();
var dueDiligenceWorkConditionVO = $("#dueDiligenceWorkConditionVO").serializeJson();
var dueDiligenceComprehensiveAssessmentVO = $("#dueDiligenceComprehensiveAssessmentVO").serializeJson();
var dueDiligenceAssetsLiabilitiesVO = $("#dueDiligenceAssetsLiabilitiesVO").serializeJson();
var data = {
dueDiligenceSurveyAddressVO: dueDiligenceSurveyAddressVO,
dueDiligenceWorkConditionVO: dueDiligenceWorkConditionVO,
dueDiligenceComprehensiveAssessmentVO: dueDiligenceComprehensiveAssessmentVO,
dueDiligenceAssetsLiabilitiesVO: dueDiligenceAssetsLiabilitiesVO,
orderStatus: "
<?=
$applyOrderVO
->
status
?>
"
};
$.ajax({
...
...
application/views/work/尽调报告/法人.php
View file @
b1f2742
...
...
@@ -469,53 +469,55 @@
</div>
</div>
<form
action=
""
id=
"dueDiligenceAssetsLiabilitiesVO"
>
<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 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"
name=
"houseNumber"
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"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
value=
""
name=
"carNumber"
>
<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=
""
name=
"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=
""
name=
"loanNumber"
>
<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=
""
name=
"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"
>
<option
value=
""
>
有
</option>
<option
value=
""
>
无
</option>
<select
class=
"select"
size=
"1"
name=
"folkLoan"
>
<option
value=
"
1
"
>
有
</option>
<option
value=
"
0
"
>
无
</option>
</select>
</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=
""
name=
"folkLoanNumber"
>
<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=
""
name=
"folkLoanAmount"
>
<span
class=
"glyphicon form-control-feedback"
aria-hidden=
"true"
>
元
</span>
</div>
</div>
...
...
@@ -559,29 +561,29 @@
<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=
""
name=
"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=
""
name=
"loanAmount"
>
<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=
""
name=
"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"
class=
"form-control input-text"
value=
""
>
<input
type=
"text"
name=
"receivableDate"
class=
"form-control input-text"
value=
""
>
</div>
</div>
</div>
</div>
</form>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-header"
>
住址考察
</div>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment