|
@@ -325,17 +325,17 @@
|
|
initPromotingProducts();
|
|
initPromotingProducts();
|
|
|
|
|
|
/*监听省份*/
|
|
/*监听省份*/
|
|
- $("[name='customerProvince']").click(function (){
|
|
|
|
|
|
+ $("[name='customerProvince']").change(function (){
|
|
initCity($(this).val());
|
|
initCity($(this).val());
|
|
})
|
|
})
|
|
|
|
|
|
/*监听渠道类别*/
|
|
/*监听渠道类别*/
|
|
- $("[name='channelCategory']").click(function (){
|
|
|
|
|
|
+ $("[name='channelCategory']").change(function (){
|
|
initChannelType($(this).val());
|
|
initChannelType($(this).val());
|
|
})
|
|
})
|
|
|
|
|
|
/*监听销售产品*/
|
|
/*监听销售产品*/
|
|
- $("[name='promotingProducts']").click(function (){
|
|
|
|
|
|
+ $("[name='promotingProducts']").change(function (){
|
|
initSupplyPrice($(this).val());
|
|
initSupplyPrice($(this).val());
|
|
})
|
|
})
|
|
})
|
|
})
|