Authored by chenchao

local fix

... ... @@ -28,7 +28,7 @@
</div>
<div class="panel-col">
<select name="cooperationType" id="cooperationType" tabindex="-1" title="" class="form-control">
<select name="studentPriceValScope" id="studentPriceValScope" tabindex="-1" title="" class="form-control">
<option value="3">全部</option>
<option value="2">有学生价</option>
<option value="1">无学生价</option>
... ...
... ... @@ -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: [
... ...