Showing
1 changed file
with
2 additions
and
2 deletions
@@ -200,7 +200,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't | @@ -200,7 +200,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't | ||
200 | $(`#commonly-policy-box-${timestr} input[type=tel]`).val(commonlyItems[i].operatorValue); | 200 | $(`#commonly-policy-box-${timestr} input[type=tel]`).val(commonlyItems[i].operatorValue); |
201 | $(`#commonly-policy-box-${timestr} input[type=tel]`).attr("style", "width:480px;z-index:0"); | 201 | $(`#commonly-policy-box-${timestr} input[type=tel]`).attr("style", "width:480px;z-index:0"); |
202 | $(`#commonly-policy-box-${timestr} input[type=tel]`).parent().attr("style", "width:490px"); | 202 | $(`#commonly-policy-box-${timestr} input[type=tel]`).parent().attr("style", "width:490px"); |
203 | - if(commonlyItems[i].confNo=='dev_type'){ | 203 | + /* if(commonlyItems[i].confNo=='dev_type'){ |
204 | console.log(commonlyItems[i].operatorValue.split(",")); | 204 | console.log(commonlyItems[i].operatorValue.split(",")); |
205 | $(`#commonly-policy-box-${timestr} input[type=tel]`).before('<div id="devTypevalue-' + timestr + '" class="xm-select-demo" style="width:478px;position: absolute;z-index: 9999"></div>'); | 205 | $(`#commonly-policy-box-${timestr} input[type=tel]`).before('<div id="devTypevalue-' + timestr + '" class="xm-select-demo" style="width:478px;position: absolute;z-index: 9999"></div>'); |
206 | xmSelect.render({ | 206 | xmSelect.render({ |
@@ -246,7 +246,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't | @@ -246,7 +246,7 @@ layui.define(['form', 'admin', 'laydate', 'common', 'sessions', 'reskpilist', 't | ||
246 | return seriousresTypes | 246 | return seriousresTypes |
247 | } | 247 | } |
248 | }); | 248 | }); |
249 | - } | 249 | + }*/ |
250 | } | 250 | } |
251 | 251 | ||
252 | form.render(); | 252 | form.render(); |
-
Please register or login to post a comment