|
|
@@ -132,11 +132,21 @@ function getCustomer(ids) {
|
|
132
|
132
|
}else{
|
|
133
|
133
|
$("input[type=radio][value='2']").prop("checked", true);
|
|
134
|
134
|
}
|
|
135
|
|
- // if(data.F_BusContent){
|
|
136
|
|
- // $('#bus_content').html(decodeURIComponent(data.model.F_BusContent));// string 物料内容 F_Gender
|
|
137
|
|
- // }else{
|
|
138
|
|
- // $('#bus_content').text('暂无内容。。。');
|
|
139
|
|
- // }
|
|
|
135
|
+ if(data.F_Channel=='总经销'){
|
|
|
136
|
+ $("#corporate_name").show();
|
|
|
137
|
+ }else{
|
|
|
138
|
+ $("#corporate_name").hide();
|
|
|
139
|
+ }
|
|
|
140
|
+ if(data.F_Channel=='二级商'){
|
|
|
141
|
+ $("#bbb").show();
|
|
|
142
|
+ }else{
|
|
|
143
|
+ $("#bbb").hide();
|
|
|
144
|
+ }
|
|
|
145
|
+ if(data.F_Channel=='种田大户'){
|
|
|
146
|
+ $("#ccc").show();
|
|
|
147
|
+ }else{
|
|
|
148
|
+ $("#ccc").hide();
|
|
|
149
|
+ }
|
|
140
|
150
|
|
|
141
|
151
|
$('#F_Remark').html(helper.filter.content(data.F_Remark));// string 备注
|
|
142
|
152
|
}
|