INNER CODE UNIT · JavaScript

htmlStr

ceilf6/Auto_courseGrabber · web结构/展开前页面结构/自主选课_files/index.js:502

                            htmlStr = htmlStr+xlkStr;
                        }
                    //输入框
                        if(item.lx =='2'){
                            var srkStr =
                            `<div class="col-sm-6 col-md-${that.allOpt.colSmNum}${that.allOpt.maxShowNum && index+1>that.allOpt.maxShowNum?' hiddenBox':''}">
                                <div class="form-group">
                                    <label for="" class="col-sm-4 control-label">${item.sfbt==1?'<span class="red">*</span>':''}${item.zwmc}</label>
                                    <div class="col-sm-8 srk">
                                        <input type="hidden" name="hid_input" value='${item.tjtjz}' />
                                        <input type="text" id='${item.id}' name='${item.name}' class="form-control" placeholder='${item.tsy?item.tsy: '请输入'}' ${item.sfbt=='1'? 'validate="{required:true}"': ''} />
                                    </div>
                                </div>
                            </div>`
                            htmlStr = htmlStr+srkStr;
                        }
                        //单选框
                        if(item.lx =='3'){

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…