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
17728269
Commit
17728269
authored
Jul 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
46c6aa4b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
costCheck.html
application/index/view/cost/costCheck.html
+1
-1
publicCostDetails.html
application/index/view/cost/publicCostDetails.html
+3
-3
publicCostDetails.js
public/resource/js/publicCostDetails.js
+1
-1
No files found.
application/index/view/cost/costCheck.html
View file @
17728269
...
...
@@ -206,7 +206,7 @@
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float:left"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
style=
"float:left"
>
重置
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"export"
style=
"float: left;"
>
导出报表
</span>
<
span
class=
"btn btn-info btn3 ld-Marheight"
id=
"export"
style=
"float: left;"
>
批量上传
</span
>
<
!--<span class="btn btn-info btn3 ld-Marheight" id="export" style="float: left;">批量上传</span>--
>
</form>
</td>
...
...
application/index/view/cost/publicCostDetails.html
View file @
17728269
...
...
@@ -3,7 +3,7 @@
<style>
.is_hide_details
{
/*display: none;*/
display
:
none
;
}
div
{
outline
:
none
!important
;
...
...
@@ -103,8 +103,8 @@
<li
class=
"list-group-item"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
<div
id=
"container_body_du"
style=
"height: 420px;"
>
<button
type=
"button btn2"
class=
"btn btn-default"
>
上传图片
</button>
<input
type=
"file"
id=
"file_input_pic"
/>
<button
type=
"button btn2"
class=
"btn btn-default
is_hide_details
"
>
上传图片
</button>
<input
type=
"file"
id=
"file_input_pic"
class=
"is_hide_details"
/>
<div
id=
"container_body_img_area"
></div>
</div>
</div>
...
...
public/resource/js/publicCostDetails.js
View file @
17728269
...
...
@@ -305,7 +305,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
if
(
data
.
data
.
images_data
){
for
(
i
=
0
;
i
<
data
.
data
.
images_data
.
length
;
i
++
)
{
if
(
data
.
data
.
images_data
[
i
].
img_type
==
1
){
$
(
'#container_body_img_area'
).
append
(
'<div class="result2"><img data-imgid="{0}" src="{1}" alt="" class="diagram-image J_preview" data-bimg="{1}"/> <span class="span-del2">删除</span></div>'
.
stringFormatObj
({
$
(
'#container_body_img_area'
).
append
(
'<div class="result2"><img data-imgid="{0}" src="{1}" alt="" class="diagram-image J_preview" data-bimg="{1}"/> <span class="span-del2
is_hide_details
">删除</span></div>'
.
stringFormatObj
({
'0'
:
data
.
data
.
images_data
[
i
].
id
,
'1'
:
ServerHostImageLiu
+
"/static/chat_image/"
+
data
.
data
.
images_data
[
i
].
img_name
}));
...
...
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