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
4e7a3953
Commit
4e7a3953
authored
Oct 12, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7f1e14d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
costCheck.js
public/resource/js/costCheck.js
+1
-0
openCheckList.js
public/resource/js/openCheckList.js
+6
-6
No files found.
public/resource/js/costCheck.js
View file @
4e7a3953
...
@@ -1004,6 +1004,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
...
@@ -1004,6 +1004,7 @@ define(['doT', 'text!temp/cost_check_template_tpl.html', 'css!style/home.css', '
that
.
agent_id_phone
=
""
;
that
.
agent_id_phone
=
""
;
$
(
'#payee_name'
).
val
(
""
);
$
(
'#payee_name'
).
val
(
""
);
that
.
agent_id_phonePayee
=
""
;
that
.
agent_id_phonePayee
=
""
;
$
(
'#district_id2_city'
).
val
(
""
);
},
},
...
...
public/resource/js/openCheckList.js
View file @
4e7a3953
...
@@ -553,12 +553,12 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
...
@@ -553,12 +553,12 @@ define(['doT', 'text!temp/open_check_template_tpl.html', 'css!style/home.css', '
var
params
=
that
.
buildSearchParams
(
0
);
var
params
=
that
.
buildSearchParams
(
0
);
params
.
pageNo
=
that
.
pageNo
;
params
.
pageNo
=
that
.
pageNo
;
params
.
pageSize
=
that
.
pageSize
;
params
.
pageSize
=
that
.
pageSize
;
if
(
$
(
"#district_id2_city"
).
val
()){
//
if($("#district_id2_city").val()){
if
(
!
$
(
"#commit_home"
).
val
()){
//
if(!$("#commit_home").val()){
alert
(
'请选择部门进行搜索'
);
//
alert('请选择部门进行搜索');
return
//
return
}
//
}
}
//
}
$
.
get
(
refund
.
url
,
params
,
function
(
data
){
$
.
get
(
refund
.
url
,
params
,
function
(
data
){
if
(
typeof
data
===
'object'
)
{
if
(
typeof
data
===
'object'
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
...
...
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