Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chenchao
8 years ago
Commit
9578530a59da9644215fb42d32573d1679e35688
1 parent
fb131be3
local fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
code/apps/goods/views/studentPrice/Index.html
code/static/js.jquery/module/goods/studentPrice/Index.js
code/apps/goods/views/studentPrice/Index.html
View file @
9578530
...
...
@@ -28,7 +28,7 @@
</div>
<div
class=
"panel-col"
>
<select
name=
"
cooperationType"
id=
"cooperationTy
pe"
tabindex=
"-1"
title=
""
class=
"form-control"
>
<select
name=
"
studentPriceValScope"
id=
"studentPriceValSco
pe"
tabindex=
"-1"
title=
""
class=
"form-control"
>
<option
value=
"3"
>
全部
</option>
<option
value=
"2"
>
有学生价
</option>
<option
value=
"1"
>
无学生价
</option>
...
...
code/static/js.jquery/module/goods/studentPrice/Index.js
View file @
9578530
...
...
@@ -50,12 +50,13 @@ var formatFloat = function(num) {
var
g
=
new
common
.
grid
({
el
:
"#basicTable"
,
usepagesize
:
true
,
parms
:
function
()
{
parms
:
function
()
{
var
studentPriceValScope
=
$
(
"#studentPriceValScope"
).
val
();
return
{
product_skn
:
common
.
util
.
__input
(
"skn"
),
shop_id
:
common
.
util
.
__input
(
"shop"
),
brand_id
:
common
.
util
.
__input
(
"brand"
),
studentPriceValScope
:
common
.
util
.
__input
(
"studentPriceValScope"
)
studentPriceValScope
:
studentPriceValScope
}
},
columns
:
[
...
...
Please
register
or
login
to post a comment