Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
csgyoho
2018-12-13 17:26:10 +0800
Commit
5febcfd5a6971cd71384581be4e814095cdb71cc
2 parents
0e5f6cb2
35926f4c
Merge branch 'dev-margin-20181207' into test6.8.3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web/src/main/webapp/html/merchantManage/margin/marginDetailList.html
web/src/main/webapp/html/merchantManage/violationRecord.html
web/src/main/webapp/html/merchantManage/margin/marginDetailList.html
View file @
5febcfd
...
...
@@ -253,7 +253,7 @@
// 搜索全部
$
(
"#searchAllLinkButton"
).
linkbutton
({
onClick
:
function
()
{
$
(
"#detailType"
).
textbox
(
"clear
"
);
$
(
"#detailType"
).
combobox
(
'setValue'
,
"-1
"
);
$
(
"#startTime"
).
textbox
(
"clear"
);
$
(
"#endTime"
).
textbox
(
"clear"
);
var
param
=
{
uid
:
sysParam
[
0
]};
...
...
web/src/main/webapp/html/merchantManage/violationRecord.html
View file @
5febcfd
...
...
@@ -114,7 +114,7 @@
$
(
"#uid"
).
textbox
(
"clear"
);
$
(
"#merchantName"
).
textbox
(
"clear"
);
$
(
"#orderCode"
).
textbox
(
"clear"
);
$
(
"#violationType"
).
textbox
(
"clear
"
);
$
(
"#violationType"
).
combobox
(
'setValue'
,
"32,33
"
);
$
(
"#marginTable"
).
myDatagrid
(
'loadData'
,
[]);
loadData
();
}
...
...
Please
register
or
login
to post a comment