作者 耿培杰

修改后台添加商品

@@ -152,32 +152,33 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin @@ -152,32 +152,33 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
152 $('.vip_price').hide(); 152 $('.vip_price').hide();
153 } 153 }
154 }); 154 });
155 - $("#c-category_two_id").data("params", function (obj) {  
156 - var id = $("#c-category_one_id").val()?$("#c-category_one_id").val():-1;  
157 - return {wherein: {pid: id}};  
158 - });  
159 - $("#c-category_three_id").data("params", function (obj) {  
160 - var id = $("#c-category_two_id").val()?$("#c-category_two_id").val():-1;  
161 - return {wherein: {pid: id}};  
162 - }); 155 +
163 }, 156 },
164 api: { 157 api: {
165 bindevent: function () { 158 bindevent: function () {
166 Form.api.bindevent($("form[role=form]")); 159 Form.api.bindevent($("form[role=form]"));
167 - $("#c-category_one_id").on('change',function(){  
168 - $("#c-category_two_id").val('');  
169 - $("#c-category_two_id_text").val('');  
170 - $("#c-category_three_id").val('');  
171 - $("#c-category_three_id_text").val('');  
172 - $(".category_two .selected_tag").remove();  
173 - $(".category_three .selected_tag").remove();  
174 - console.log(123); 160 + // $("#c-category_one_id").on('change',function(){
  161 + // $("#c-category_two_id").val('');
  162 + // $("#c-category_two_id_text").val('');
  163 + // $("#c-category_three_id").val('');
  164 + // $("#c-category_three_id_text").val('');
  165 + // $(".category_two .selected_tag").remove();
  166 + // $(".category_three .selected_tag").remove();
  167 + // console.log(123);
  168 + // });
  169 + //
  170 + // $("#c-category_two_id").on('change',function(){
  171 + // $("#c-category_three_id").val('');
  172 + // $("#c-category_three_id_text").val('');
  173 + // $(".category_three .selected_tag").remove();
  174 + // });
  175 + $("#c-category_two_id").data("params", function (obj) {
  176 + var id = $("#c-category_one_id").val()?$("#c-category_one_id").val():-1;
  177 + return {wherein: {pid: id}};
175 }); 178 });
176 -  
177 - $("#c-category_two_id").on('change',function(){  
178 - $("#c-category_three_id").val('');  
179 - $("#c-category_three_id_text").val('');  
180 - $(".category_three .selected_tag").remove(); 179 + $("#c-category_three_id").data("params", function (obj) {
  180 + var id = $("#c-category_two_id").val()?$("#c-category_two_id").val():-1;
  181 + return {wherein: {pid: id}};
181 }); 182 });
182 } 183 }
183 } 184 }