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
cb18715f
Commit
cb18715f
authored
Jul 04, 2019
by
agping
Committed by
hujun
Jul 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6
parent
b98e77c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
pay_check_list.html
application/index/view/finance/pay_check_list.html
+1
-0
openCheckList.js
public/resource/js/openCheckList.js
+10
-1
open_check_template_tpl.html
public/resource/template/open_check_template_tpl.html
+1
-0
No files found.
application/index/view/finance/pay_check_list.html
View file @
cb18715f
...
...
@@ -382,6 +382,7 @@
<th
class=
"text-center"
>
状态
</th>
<th
class=
"text-center"
>
总监通过时间
</th>
<th
class=
"text-center"
>
开业确定时间
</th>
<th
class=
"text-center"
>
财务日报日期
</th>
<th
class=
"text-center"
>
操作
</th>
</tr>
</thead>
...
...
public/resource/js/openCheckList.js
View file @
cb18715f
...
...
@@ -97,7 +97,16 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
that
.
check_id
=
id
;
that
.
refundText
(
id
)
});
//点击财务日报日期 缓存店铺名称
_doc
.
on
(
'click'
,
'.financial-check'
,
function
(
e
)
{
e
.
preventDefault
();
e
.
stopPropagation
();
localStorage
.
setItem
(
'financial_check_string_liu'
,
$
(
this
).
attr
(
"data-store"
));
var
href_
=
'/index/dailyDetailsFinance?time='
+
$
(
this
).
attr
(
"data-storeTime"
)
+
"&storeId="
+
$
(
this
).
attr
(
"data-storeId"
);
window
.
open
(
href_
);
});
//重置搜索条件
$
(
document
).
on
(
'click'
,
'#reset'
,
function
(
e
){
that
.
resetAll
();
...
...
public/resource/template/open_check_template_tpl.html
View file @
cb18715f
...
...
@@ -22,6 +22,7 @@
[
%
}
%
]
<
td
>
[
%=
it
[
item
][
'disc_time'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'check_time'
]
%
]
<
/td
>
<
td
><
a
href
=
"javascript:;"
class
=
"financial-check"
data
-
store
=
"[%= it[item]['store_name'] %]"
data
-
storeId
=
"[%= it[item]['store_id'] %]"
data
-
storeTime
=
"[%= it[item]['daily_date'] %]"
>
[
%=
it
[
item
][
'daily_date'
]
%
]
<
/a></
td
>
<
td
>
<
a
class
=
"btn1 btn-success rejected"
href
=
"#modal-check"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
开业审核
<
/a
>
<
a
class
=
"btn1 btn-success details-btn"
href
=
"#modal_detail"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["bargain_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