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
f4fd1d6d
Commit
f4fd1d6d
authored
May 17, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开业申请
parent
dd0c1728
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+2
-2
openCheckList.js
public/resource/js/openCheckList.js
+0
-1
No files found.
public/resource/js/financial_manager_daily_list.js
View file @
f4fd1d6d
...
@@ -448,7 +448,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -448,7 +448,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
};
};
//无新的图片上传 不调用接口
//无新的图片上传 不调用接口
if
(
imgname
.
join
(
','
))
{
if
(
imgname
.
join
(
','
))
{
_data
[
'open_img'
]
=
imgname
.
join
(
','
)
;
_data
[
'open_img'
]
=
JSON
.
stringify
(
imgname
);
;
}
}
if
(
!
(
$
(
".remark-financial-open"
).
val
())){
if
(
!
(
$
(
".remark-financial-open"
).
val
())){
alert
(
'请填写开业说明'
);
alert
(
'请填写开业说明'
);
...
@@ -467,7 +467,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
...
@@ -467,7 +467,7 @@ define(['doT','html2canvas','text!temp/financial_manager_daily_list_template_tpl
success
:
function
(
_data
)
{
success
:
function
(
_data
)
{
if
(
typeof
_data
===
'object'
)
{
if
(
typeof
_data
===
'object'
)
{
alert
(
'保存成功'
);
alert
(
'保存成功'
);
$
(
"#modal_open"
).
hide
(
);
$
(
"#modal_open"
).
modal
(
'hide'
);
bargain
.
getList
();
bargain
.
getList
();
}
else
{
}
else
{
alert
(
data
.
msg
);
alert
(
data
.
msg
);
...
...
public/resource/js/openCheckList.js
View file @
f4fd1d6d
...
@@ -210,7 +210,6 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
...
@@ -210,7 +210,6 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
checkRefund
:
function
(){
checkRefund
:
function
(){
var
that
=
refund
;
var
that
=
refund
;
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
console
.
log
(
user_info_obj
);
var
params
=
{
var
params
=
{
'open_id'
:
that
.
check_id
,
'open_id'
:
that
.
check_id
,
'status'
:
refund
.
status
,
'status'
:
refund
.
status
,
...
...
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