|
@@ -50,12 +50,13 @@ var formatFloat = function(num) { |
|
@@ -50,12 +50,13 @@ var formatFloat = function(num) { |
50
|
var g = new common.grid({
|
50
|
var g = new common.grid({
|
51
|
el: "#basicTable",
|
51
|
el: "#basicTable",
|
52
|
usepagesize:true,
|
52
|
usepagesize:true,
|
53
|
- parms: function() {
|
53
|
+ parms: function() {
|
|
|
54
|
+ var studentPriceValScope = $("#studentPriceValScope").val();
|
54
|
return {
|
55
|
return {
|
55
|
product_skn: common.util.__input("skn"),
|
56
|
product_skn: common.util.__input("skn"),
|
56
|
shop_id: common.util.__input("shop"),
|
57
|
shop_id: common.util.__input("shop"),
|
57
|
brand_id: common.util.__input("brand"),
|
58
|
brand_id: common.util.__input("brand"),
|
58
|
- studentPriceValScope: common.util.__input("studentPriceValScope")
|
59
|
+ studentPriceValScope: studentPriceValScope
|
59
|
}
|
60
|
}
|
60
|
},
|
61
|
},
|
61
|
columns: [
|
62
|
columns: [
|