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
523ef211
authored
2018-03-29 23:12:06 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
b904aea5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
application/views/work/审批/电核添加.php
application/views/work/审批/电核结果.php
application/views/work/审批/电核添加.php
View file @
523ef21
<?php
$this
->
load
->
view
(
'common/header'
);
?>
<body>
<form
action=
""
id=
"form1"
>
<div
class=
"panel panel-default mb-20"
>
<div
class=
"panel-body cl"
>
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-3 col-md-1"
>
<label>
电核时间
</label>
<input
type=
"text"
class=
"form-control input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
<input
name=
"phoneAuditTime"
type=
"text"
class=
"form-control input-text Wdate"
value=
""
onfocus=
"WdatePicker()"
>
</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"
name=
"hasPutThrough"
>
<option
value=
"1"
>
是
</option>
<option
value=
"
2
"
>
否
</option>
<option
value=
"
0
"
>
否
</option>
</select>
</span>
</div>
...
...
@@ -23,18 +24,25 @@
<div
class=
"row cl"
>
<div
class=
"form-group col-sm-12 col-md-12"
>
<label>
备注
</label>
<textarea
class=
"textarea"
></textarea>
<textarea
class=
"textarea"
name=
"remark"
></textarea>
</div>
</div>
</div>
</div>
</form>
<div
class=
"row cl col-sm-12"
>
<div
class=
"col-sm-2"
>
<button
class=
"btn btn-primary btn-block"
onclick=
"
layer_clos
e();"
>
保存
</button>
<button
class=
"btn btn-primary btn-block"
onclick=
"
sav
e();"
>
保存
</button>
</div>
</div>
<?php
$this
->
load
->
view
(
'common/footer'
);
?>
</body>
<script>
layer_close
();
</script>
</html>
\ No newline at end of file
...
...
application/views/work/审批/电核结果.php
View file @
523ef21
...
...
@@ -169,11 +169,11 @@
<div
class=
"form-group col-sm-3 col-md-2"
>
<div
class=
"info"
>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
"operateFinanceDataCheck"
>
<input
type=
"radio"
name=
"operateFinanceDataCheck"
value=
"1"
>
<span>
是
</span>
</div>
<div
class=
"live-info"
>
<input
type=
"radio"
name=
"operateFinanceDataCheck"
>
<input
type=
"radio"
name=
"operateFinanceDataCheck"
value=
"0"
>
<span>
否
</span>
</div>
</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