Authored by chenchao

local fix

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