记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
3b7ed63e
Commit
3b7ed63e
authored
Nov 16, 2021
by
dongchun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改缺陷
parent
9d94d5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
form.html
...urces/templates/zhengzai/sweet/integralActivity/form.html
+10
-13
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/sweet/integralActivity/form.html
View file @
3b7ed63e
...
...
@@ -346,16 +346,9 @@
}
},
{
field
:
'
W
inPrizeNum'
,
field
:
'
w
inPrizeNum'
,
align
:
'center'
,
title
:
'已发出'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
)
{
return
value
;
}
else
{
return
'-'
}
}
title
:
'已发出'
},
{
field
:
'residue'
,
...
...
@@ -363,7 +356,7 @@
title
:
'奖品剩余'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
itemId
)
{
return
(
row
.
prizeNum
-
row
.
W
inPrizeNum
)
||
'-'
return
(
row
.
prizeNum
-
row
.
w
inPrizeNum
)
||
'-'
}
else
{
return
'-'
}
...
...
@@ -420,16 +413,20 @@
$
(
"input[name='sex'][value='2']"
).
attr
(
'checked'
,
true
).
siblings
().
removeAttr
(
'checked'
);
}
integralActivityId
=
res
.
integralActivityId
;
$
(
"#endTime"
).
val
(
$
.
common
.
dateFormat
(
res
.
endTime
,
'yyyy-MM-dd HH:mm:ss'
));
online
=
res
.
isOnline
;
if
(
online
==
2
)
{
$
(
"input[name='online'][value='2']"
).
attr
(
'checked'
,
true
).
siblings
().
removeAttr
(
'checked'
);
}
// prizeList: data,
$
(
"#startTime"
).
val
(
$
.
common
.
dateFormat
(
res
.
startTime
,
'yyyy-MM-dd HH:mm:ss'
));
timeType
=
res
.
timeType
;
if
(
timeType
==
2
)
{
$
(
"input[name='sendType'][value='2']"
).
attr
(
'checked'
,
true
).
siblings
().
removeAttr
(
'checked'
);
$
(
"#endTime"
).
val
(
$
.
common
.
dateFormat
(
res
.
endTime
,
'yyyy-MM-dd HH:mm:ss'
));
$
(
"#startTime"
).
val
(
$
.
common
.
dateFormat
(
res
.
startTime
,
'yyyy-MM-dd HH:mm:ss'
));
}
else
{
$
(
"#endTime"
).
val
(
""
);
$
(
"#startTime"
).
val
(
""
);
}
data
=
[...
res
.
prizeList
]
options
.
data
=
data
;
...
...
@@ -445,7 +442,7 @@
prizeImgInit
:
""
,
prizeImgSelect
:
""
,
winnersNum
:
""
,
W
inPrizeNum
:
""
,
w
inPrizeNum
:
""
,
prizeType
:
""
,
winningProbability
:
""
,
residue
:
""
,
...
...
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