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
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
5 years ago
Commit
98dc6c04f92c36b0dac06652d7c1a606309bebd1
1 parent
aa19e16e
fixbug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web/src/main/webapp/html/merchantManage/violationRecord.html
web/src/main/webapp/html/merchantManage/violationRecord.html
View file @
98dc6c0
...
...
@@ -44,7 +44,7 @@
width
:
150
,
editable
:
false
,
data
:
[
{
"text"
:
"违规类型"
,
"value"
:
"31,32,33,34
,
35"
,
"selected"
:
true
},
{
"text"
:
"违规类型"
,
"value"
:
"31,32,33,34
,
35"
,
"selected"
:
true
},
{
"text"
:
"卖家不卖"
,
"value"
:
31
},
{
"text"
:
"超时未发货"
,
"value"
:
32
},
{
"text"
:
"鉴定不通过"
,
"value"
:
33
},
...
...
@@ -120,7 +120,7 @@
$
(
"#uid"
).
textbox
(
"clear"
);
$
(
"#merchantName"
).
textbox
(
"clear"
);
$
(
"#orderCode"
).
textbox
(
"clear"
);
$
(
"#violationType"
).
combobox
(
'setValue'
,
"31,32,33"
);
$
(
"#violationType"
).
combobox
(
'setValue'
,
"31,32,33
,34,35
"
);
$
(
"#marginTable"
).
myDatagrid
(
'loadData'
,
[]);
loadData
();
}
...
...
Please
register
or
login
to post a comment