正在显示
1 个修改的文件
包含
32 行增加
和
18 行删除
@@ -208,24 +208,38 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | @@ -208,24 +208,38 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | ||
208 | web4.style.display = 'block'; | 208 | web4.style.display = 'block'; |
209 | goods4.style.display = 'none'; | 209 | goods4.style.display = 'none'; |
210 | } | 210 | } |
211 | - WorkType.onchange = function () { | ||
212 | - if (WorkType == 1) { | ||
213 | - web5.style.display = 'none'; | ||
214 | - goods5.style.display = 'block'; | ||
215 | - } else { | ||
216 | - web5.style.display = 'block'; | ||
217 | - goods5.style.display = 'none'; | ||
218 | - } | ||
219 | - }; | ||
220 | - FaceType.onchange = function () { | ||
221 | - if (FaceType == 1) { | ||
222 | - web6.style.display = 'none'; | ||
223 | - goods6.style.display = 'block'; | ||
224 | - } else { | ||
225 | - web6.style.display = 'block'; | ||
226 | - goods6.style.display = 'none'; | ||
227 | - } | ||
228 | - }; | 211 | + if (WorkType == 1) { |
212 | + web5.style.display = 'none'; | ||
213 | + goods5.style.display = 'block'; | ||
214 | + } else { | ||
215 | + web5.style.display = 'block'; | ||
216 | + goods5.style.display = 'none'; | ||
217 | + } | ||
218 | + if (FaceType == 1) { | ||
219 | + web6.style.display = 'none'; | ||
220 | + goods6.style.display = 'block'; | ||
221 | + } else { | ||
222 | + web6.style.display = 'block'; | ||
223 | + goods6.style.display = 'none'; | ||
224 | + } | ||
225 | + // WorkType.onchange = function () { | ||
226 | + // if (WorkType == 1) { | ||
227 | + // web5.style.display = 'none'; | ||
228 | + // goods5.style.display = 'block'; | ||
229 | + // } else { | ||
230 | + // web5.style.display = 'block'; | ||
231 | + // goods5.style.display = 'none'; | ||
232 | + // } | ||
233 | + // }; | ||
234 | + // FaceType.onchange = function () { | ||
235 | + // if (FaceType == 1) { | ||
236 | + // web6.style.display = 'none'; | ||
237 | + // goods6.style.display = 'block'; | ||
238 | + // } else { | ||
239 | + // web6.style.display = 'block'; | ||
240 | + // goods6.style.display = 'none'; | ||
241 | + // } | ||
242 | + // }; | ||
229 | var SportType2 = document.getElementById("c-sport_type"); | 243 | var SportType2 = document.getElementById("c-sport_type"); |
230 | var EatType2 = document.getElementById("c-eat_type"); | 244 | var EatType2 = document.getElementById("c-eat_type"); |
231 | var SeasonType2 = document.getElementById("c-season_type"); | 245 | var SeasonType2 = document.getElementById("c-season_type"); |
-
请 注册 或 登录 后发表评论