记得上下班打卡 | 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
308986b2
Commit
308986b2
authored
Nov 29, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev_20211205' into dev_20211205
parents
715af6f7
b66af3a6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
integralStoreEdit.html
...resources/templates/zhengzai/stone/integralStoreEdit.html
+7
-6
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/templates/zhengzai/stone/integralStoreEdit.html
View file @
308986b2
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
margin-bottom
:
20px
;
margin-bottom
:
20px
;
}
}
#searchIpt
{
#searchIpt
{
display
:
none
;
/* display: none; */
}
}
.phoneNumber
,
.playMethod
{
.phoneNumber
,
.playMethod
{
display
:
none
;
display
:
none
;
...
@@ -158,15 +158,15 @@
...
@@ -158,15 +158,15 @@
<div
id=
"scoreType"
class=
"main_type"
>
<div
id=
"scoreType"
class=
"main_type"
>
<span
class=
"labelName"
><i
class=
"required"
>
*
</i>
类别:
</span>
<span
class=
"labelName"
><i
class=
"required"
>
*
</i>
类别:
</span>
<div
class=
"layui-input-block"
style=
"display: flex"
>
<div
class=
"layui-input-block"
style=
"display: flex"
>
<
input
type=
"radio"
value=
"0"
name=
"selectType"
checked
><span>
商品
</span
>
<
!-- <input type="radio" value="0" name="selectType" checked><span>商品</span> --
>
<input
type=
"radio"
value=
"1"
name=
"selectType"
><span>
券
</span>
<input
type=
"radio"
value=
"1"
name=
"selectType"
checked
><span>
券
</span>
</div>
</div>
</div>
</div>
<div
class=
"scope_application"
id=
"scope_application"
>
<div
class=
"scope_application"
id=
"scope_application"
>
<span
class=
"labelName"
><i
class=
"required"
>
*
</i>
券名称:
</span>
<span
class=
"labelName"
><i
class=
"required"
>
*
</i>
券名称:
</span>
<div
class=
"search_ipt"
style=
"position: relative;display: inline;"
>
<div
class=
"search_ipt"
style=
"position: relative;display: inline;"
>
<input
type=
"text"
id=
"searchIpt"
autocomplete=
"off"
class=
"layui-input"
placeholder=
"全部"
>
<input
type=
"text"
id=
"searchIpt"
autocomplete=
"off"
class=
"layui-input"
placeholder=
"全部"
>
<
input
type=
"text"
id=
"searchIptMall"
autocomplete=
"off"
class=
"layui-input"
placeholder=
"全部"
>
<
!-- <input type="text" id="searchIptMall" autocomplete="off" class="layui-input" placeholder="全部"> --
>
<ul
id=
"dataList"
style=
"position: absolute;"
></ul>
<ul
id=
"dataList"
style=
"position: absolute;"
></ul>
</div>
</div>
</div>
</div>
...
@@ -278,8 +278,9 @@
...
@@ -278,8 +278,9 @@
let
showPicture
=
''
;
// 展示图片
let
showPicture
=
''
;
// 展示图片
let
limit
=
''
;
// 限兑次数
let
limit
=
''
;
// 限兑次数
let
itemId
=
''
;
//
let
itemId
=
''
;
//
let
selectType
=
''
let
selectType
=
'
1
'
let
type
=
''
;
let
type
=
''
;
console
.
log
(
'检测'
)
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
var
$summernote
=
$
(
'#summernote'
).
summernote
({
var
$summernote
=
$
(
'#summernote'
).
summernote
({
height
:
300
,
height
:
300
,
...
@@ -551,7 +552,7 @@
...
@@ -551,7 +552,7 @@
delete
data
.
endTime
delete
data
.
endTime
}
}
if
(
selectType
==
1
)
{
if
(
selectType
==
1
)
{
delete
data
.
targetId
//
delete data.targetId
data
[
'type'
]
=
1
data
[
'type'
]
=
1
}
else
{
}
else
{
data
[
'type'
]
=
11
data
[
'type'
]
=
11
...
...
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