Authored by liuyue

变价

@@ -51,9 +51,8 @@ var g = new common.grid({ @@ -51,9 +51,8 @@ var g = new common.grid({
51 el: "#basicTable", 51 el: "#basicTable",
52 parms: function() { 52 parms: function() {
53 return { 53 return {
54 - shop: common.util.__input("shopId"), 54 + shop_id: common.util.__input("shopId"),
55 product_skn: common.util.__input("skn"), 55 product_skn: common.util.__input("skn"),
56 - shop_id: common.util.__input("shop"),  
57 brand_id: common.util.__input("brand"), 56 brand_id: common.util.__input("brand"),
58 supplier_id: common.util.__input("supplier"), 57 supplier_id: common.util.__input("supplier"),
59 is_jit: common.util.__input("jit"), 58 is_jit: common.util.__input("jit"),
@@ -439,7 +438,8 @@ $('#sure-change').on('click', function() { @@ -439,7 +438,8 @@ $('#sure-change').on('click', function() {
439 common.util.__ajax({ 438 common.util.__ajax({
440 url: '/goods/batchUpdatePrice', 439 url: '/goods/batchUpdatePrice',
441 data: { 440 data: {
442 - batchList: data 441 + batchList: data,
  442 + shop_id: common.util.__input("shopId")
443 } 443 }
444 }, function(res) { 444 }, function(res) {
445 $('#priceTable').hide(); 445 $('#priceTable').hide();