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
3597800a
authored
2018-03-31 15:20:40 +0800
by
wang
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
b4328bb1
21a01115
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
13 deletions
application/views/work/尽调报告/index.php
application/views/work/尽调报告/打工.php
application/views/work/尽调报告/index.php
View file @
3597800
...
...
@@ -57,9 +57,9 @@
icon
:
3
},
function
()
{
var
targetUrl
=
'dueDiligence'
;
var
dueDiligence
BasicInformationVO
=
$
(
"#form1
"
).
serializeJson
();
var
dueDiligence
SurveyAddressVO
=
$
(
"#dueDiligenceSurveyAddressVO
"
).
serializeJson
();
var
data
=
{
dueDiligence
BasicInformationVO
:
dueDiligenceBasicInformation
VO
dueDiligence
SurveyAddressVO
:
dueDiligenceSurveyAddress
VO
};
$
.
ajax
({
type
:
'post'
,
...
...
application/views/work/尽调报告/打工.php
View file @
3597800
...
...
@@ -310,26 +310,28 @@
</div>
</div>
<form
id=
"dueDiligenceSurveyAddressVO"
>
<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-
1
"
>
<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"
name=
"addressHasReal"
size=
"1"
>
<option
value=
"
1
"
>
属实
</option>
<option
value=
"
0
"
>
不属实
</option>
</select>
</span>
</div>
<div
class=
"form-group col-sm-3 col-md-
1
"
>
<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>
<option
value=
""
>
较差
</option>
<select
class=
"select"
name=
"dwellingEnvironment"
size=
"1"
>
<option
value=
"
0
"
>
良好
</option>
<option
value=
"
1
"
>
一般
</option>
<option
value=
"
2
"
>
较差
</option>
</select>
</span>
</div>
...
...
@@ -338,16 +340,17 @@
<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"
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"
value=
""
>
<input
type=
"text"
class=
"form-control input-text"
name=
"inhabitant"
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