...
|
...
|
@@ -51,11 +51,12 @@ var g = new common.grid({ |
|
|
el: "#basicTable",
|
|
|
usepagesize:true,
|
|
|
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: [
|
...
|
...
|
|