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
4f0362b5
Commit
4f0362b5
authored
Mar 27, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
eee8cbdf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+4
-1
getCollection.js
public/resource/js/getCollection.js
+1
-1
video_check_list_template_tpl.html
public/resource/template/video_check_list_template_tpl.html
+1
-0
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
4f0362b5
...
@@ -381,7 +381,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
...
@@ -381,7 +381,10 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
$
(
'.img_area'
).
empty
();
$
(
'.img_area'
).
empty
();
});
});
$
(
'#change_type'
).
change
(
function
(
e
){
var
val
=
$
(
'#change_type option:selected'
).
text
();
that
.
change_show_hide
(
val
);
});
//调整
//调整
$
(
"#modal-linetime"
).
on
(
"shown.bs.modal"
,
function
(
event
){
$
(
"#modal-linetime"
).
on
(
"shown.bs.modal"
,
function
(
event
){
//initMoadalData
//initMoadalData
...
...
public/resource/js/getCollection.js
View file @
4f0362b5
...
@@ -83,7 +83,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -83,7 +83,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
formData
.
append
(
'image'
,
_this
[
0
].
files
[
0
]);
formData
.
append
(
'image'
,
_this
[
0
].
files
[
0
]);
$
.
ajax
({
$
.
ajax
({
type
:
'post'
,
type
:
'post'
,
url
:
'https://images.tonglianjituan.com
/index/uploadImg'
,
url
:
ServerHostImageLiu
+
'
/index/uploadImg'
,
data
:
formData
,
data
:
formData
,
dataType
:
'json'
,
dataType
:
'json'
,
contentType
:
false
,
contentType
:
false
,
...
...
public/resource/template/video_check_list_template_tpl.html
View file @
4f0362b5
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
[
%
}
%
]
[
%
}
%
]
<
a
class
=
"btn1 btn-success"
href
=
"#modal_shop_detail"
data
-
id
=
'[%= it[item]["house_id"] %]'
data
-
toggle
=
"modal"
>
查看商铺
<
/a
>
<
a
class
=
"btn1 btn-success"
href
=
"#modal_shop_detail"
data
-
id
=
'[%= it[item]["house_id"] %]'
data
-
toggle
=
"modal"
>
查看商铺
<
/a
>
[
%
if
(
check_auth
(
'index/delVideo'
))
{
%
]
[
%
if
(
check_auth
(
'index/delVideo'
))
{
%
]
<
a
class
=
"btn1 btn-danger delVideo"
href
=
"javascript:;"
data
-
id
=
'[%= it[item]["id"] %]'
>
删除
<
/a
>
<
a
class
=
"btn1 btn-danger delVideo"
href
=
"javascript:;"
data
-
id
=
'[%= it[item]["id"] %]'
>
删除
<
/a
>
[
%
}
%
]
[
%
}
%
]
...
...
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