Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
21d16a6f
Commit
21d16a6f
authored
Sep 03, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增罚款
parent
9607de30
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
5 deletions
+28
-5
fineMoney.html
application/index/view/finance/fineMoney.html
+28
-5
fineMoney.js
public/resource/js/fineMoney.js
+0
-0
No files found.
application/index/view/finance/fineMoney.html
View file @
21d16a6f
...
...
@@ -2,6 +2,20 @@
<input
type=
"hidden"
class=
"page-load"
id=
"fineMoney"
/>
<!--关联经纪人列表liudanjs文件-->
<style>
.user-ul-office
,
.user-ul-store
{
float
:
right
;
position
:
relative
;
overflow-y
:
scroll
;
height
:
100px
;
left
:
162px
;
width
:
100%
;
line-height
:
30px
;
}
.user-ul-office
li
,
.user-ul-store
li
{
list-style
:
none
;
line-height
:
20px
;
font-size
:
12px
;
}
.form-group
{
margin-bottom
:
6px
;
}
...
...
@@ -90,6 +104,13 @@
height
:
80px
;
margin-top
:
3px
;
}
.result-positive
{
width
:
80px
;
float
:
left
;
text-align
:
center
;
margin-right
:
20px
;
margin-top
:
15px
;
}
#container_body
{
position
:
relative
;
overflow
:
hidden
;
...
...
@@ -214,28 +235,30 @@
×
</button>
<h4
class=
"modal-title"
id=
"title_add"
>
新增
经纪人
新增
罚款
</h4>
</div>
<div
class=
"modal-body"
style=
"height: 560px;overflow-y: auto;overflow-x: hidden;"
>
<form
class=
"form-horizontal form-horizontal-add"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
罚款金额:
</label>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"
name_add"
type=
"text"
value=
""
id=
"title
_add"
>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"
"
type=
"text"
value=
""
id=
"money
_add"
>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
罚款类型:
</label>
<select
name=
"
district_id_add"
class=
"form-control btn6
"
>
<select
name=
"
"
class=
"form-control btn6"
id=
"fine_type
"
>
<option
value=
""
>
选择罚款类型
</option>
</select>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
处罚当事人:
</label>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"name_add"
type=
"text"
value=
""
id=
"title_add"
>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
""
type=
"text"
value=
""
id=
"agent_id"
>
<ul
class=
"user-ul-office"
style=
"display:none"
></ul>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
备注(选填):
</label>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"name_add"
type=
"text"
value=
""
id=
"
title
_add"
>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"name_add"
type=
"text"
value=
""
id=
"
remark
_add"
>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-5 control-label"
>
图片上传(选填,最多4张):
</label>
...
...
public/resource/js/fineMoney.js
View file @
21d16a6f
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment