12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247 |
- {include file="public/layout" /}
-
- <body class="bodystyle" style="overflow-y: scroll;">
- <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
- <div class="page min-hg-c-10">
- <form class="form-horizontal" id="post_form" action="{:url('ZcwdPosition/add')}" method="post">
- <div class="ncap-form-default">
-
-
- <dl class="row">
- <dt class="tit">
- <label for="type">申报专业</label>
- </dt>
- <dd class="opt">
- <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
- -->
- <?php
-
- /*
- * <select name="type" class="select" style="margin:0px 5px;height:30px;">
- <option value="">--选择地区--</option>
- {eyou:foreach name='$pro_list' item='field1'}
- <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
- {/eyou:foreach}
- </select>
- */
-
- ?>
-
- <select name="type" class="select" id="selectTest" style="margin:0px 5px;height:30px;">
- <option value="">--选择申报专业--</option>
- {eyou:foreach name='$pos_list' item='field1'}
- <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.title}</option>
- {/eyou:foreach}
- </select>
-
- <span style="margin-left: 14px;">服务地区范围: <font id="map_desc">全国</font></span>
-
-
- <script>
- $(function(){
- $("#selectTest").change(function(e){
- console.log($(this).val());
-
- //发送ajax 请求地区数据
- $.ajax({
- type:'POST',
- url:"{:url('ZcwdPosition/getMap', ['_ajax'=>1])}",
- data:{
- id: $(this).val()
- ,_ajax:1
- },
- success:function(res){
- $('#map_desc').html(res.data);
-
- //重置前置条件
- $('#selectTest666').val('0');
- $('#citychoose').hide();
-
- $('#selectTest777').val('0');
- $('#citychoose2').hide();
- }
- });
-
- //请求等级数据
- $.ajax({
- type:'POST',
- url:"{:url('ZcwdPosition/getLess', ['_ajax'=>1])}",
- data:{
- id: $(this).val()
- ,_ajax:1
- },
- success:function(res){
- $('#selectTest222').html(res.data);
- }
- });
- });
- });
- </script>
-
- <!-- <span class="err">
- </span>
- <p class="notic">
- </p>-->
- <p class="notic2 red" id="title_tips" style="margin-top:10px;">
- 提示: 申报专业需要先设定地区范围,且名称不允许重复,前端可根据区域筛选出相关的申报专业;
- </p>
- </dd>
- </dl>
-
-
-
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>精确区域</label> </dt>
- <dd class="opt">
- <select name="sf" class="select" id="selectTest000_1" style="margin:0px 5px;height:30px;width:120px;">
- <option value="0">全国</option>
-
- {eyou:foreach name='$pro_list' item='field1'}
- <option value="{$field1.id}" {eq name="$curr_id" value="$field1.id"}selected{/eq}>{$field1.name}</option>
- {/eyou:foreach}
-
- </select>
-
- <select name="cs" class="select" id="selectTest000_2" style="margin:0px 5px;height:30px;width:120px;display: none;">
- <option value="0">选择市</option>
- </select>
-
- <p class="notic2 red" id="title_tips" style="margin-top:10px;">
- 提示: 每个申报专业根据精确区域可对应多条规则(即当前设定针对某个区域);
- </p>
-
-
- <script>
- $(function(){
- $("#selectTest000_1").change(function(e){
- console.log($(this).val());
-
- if($("#selectTest000_1").val() == 0){
- $('#selectTest000_2').hide();
- }else{
- //发送ajax 请求地区数据
- $.ajax({
- type:'POST',
- url:"{:url('ZcwdPosition/getCity', ['_ajax'=>1])}",
- data:{
- id: $("#selectTest000_1").val()
- ,_ajax:1
- },
- success:function(res){
- $('#selectTest000_2').html(res.data);
-
- //重置前置条件
- $('#selectTest000_2').show();
- }
- });
- }
- });
- });
- </script>
-
-
- </dd>
-
- </dl>
-
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>申报等级</label> </dt>
- <dd class="opt">
- <select name="sbdj" class="select" id="selectTest222" style="margin:0px 5px;height:30px;">
- <option value="0">请选择</option>
- <!--<option value="0">初级助理工程师</option>
- <option value="1">初级技术员</option>
- <option value="2">中级</option>
- <option value="3">品牌中级</option>
- <option value="4">副高级</option>-->
- </select>
-
- <p class="notic2 red" id="title_tips" style="margin-top:10px;">
- 提示: 每个申报专业每个区域(省市)每个等级对应一条规则;
- </p>
-
- </dd>
- </dl>
-
- <?php
-
- /*
- * 字段模板
- * <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>年龄区间:</label> </dt>
- <dd class="opt">
- <input type="text" name="title" id="title" onkeyup="DetectionTitleRepeat(this);" class="input-txt" autocomplete="off" value="">
- <span style="">助理工程师,技术员</span>
- <span class="err"></span>
- <p class="notic2 red" id="title_tips">
- </p>
- </dd>
- </dl>
- */
-
- ?>
-
- <div style="display: none;">
- <hr/>
- <b>基本要求设置:</b>
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>年龄区间:</label> </dt>
- <dd class="opt">
-
- <span style="" id="ega-b">
- <label class="curpoin">
- <input type="radio" name="is_ega" value="0" checked>年龄不限制</label>
-
- <label class="curpoin">
- <input type="radio" name="is_ega" value="1">年龄限制</label>
- </span>
-
-
- <span id="ega_input" style="display:none; margin-left: 15px !important;text-align: center;">
- <input style="width:50px !important;" type="number" name="ega[]" id="ega333" class="input-txt" autocomplete="off" value="23">
- -
- <input style="width:50px !important;" type="number" name="ega[]" id="ega333" class="input-txt" autocomplete="off" value="60">
- 岁
- </span>
-
- <script>
- $(function(){
- $('#ega-b input[name="is_ega"]').change(function (){
- console.log("fdfd");
-
- if($(this).val() == 1){
- $('#ega_input').show();
- }else{
- $('#ega_input').hide();
- }
- });
- });
-
- </script>
-
- <span class="err"></span>
- <p class="notic2 red" id="title_tips">
- </p>
- </dd>
- </dl>
-
- <dl class="row">
- <dt class="tit">
- <label for="type">毕业专业</label>
- </dt>
- <dd class="opt">
-
-
- <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
- -->
-
- <?php
- /*
- * {eyou:foreach name='$pro_list' item='field1'}
- <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
- {/eyou:foreach}
- */
- ?>
- <select name="byzy" class="select" id="selectTest777" style="margin:0px 5px;height:30px;width:130px;">
- <option value="0">不要求</option>
- <option value="1">指定相关要求</option>
- </select>
-
- <script>
- $(function(){
- $("#selectTest777").change(function(e){
-
-
- var item = $("#selectTest").val();
- if(item == '' || item == 0){
- layer.msg('请先选择申报专业!', {icon: 2,time: 1000});
- $("#selectTest777").val('0');
- return false;
- }
- console.log(item);
-
- //发送ajax 请求地区数据
- $.ajax({
- type:'POST',
- url:"{:url('ZcwdPosition/getZs2', ['_ajax'=>1])}",
- data:{
- id: item //获取当前专业
- ,_ajax:1
- },
- success:function(res){
- $('#zhengshu2').html(res.data);
- }
- });
-
- console.log($(this).val());
- var v = $(this).val();
- if(v == 1){
- $('#citychoose2').show();
- }else{
- $('#citychoose2').hide();
- }
- });
- });
- </script>
-
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
-
- <dl class="row" id="citychoose2" style="display: none;">
- <dt class="tit"> <label for="title"><em>*</em>专业选择</label> </dt>
- <dd class="opt">
-
- <!---checked-->
- <div id="zhengshu2"></div>
-
- <span class="err"></span>
- <p class="notic2 red" id="title_tips"></p>
- </dd>
- </dl>
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>学历要求</label> </dt>
- <dd class="opt">
- <select name="xlyq" class="select" id="selectTest333" style="margin:0px 5px;height:30px;width:130px;">
- <option value="0">不限制</option>
- <option value="1">中专</option>
- <option value="2">高技</option>
- <option value="3">大专</option>
- <option value="4">本科</option>
- <option value="5">硕士</option>
- <option value="6">博士</option>
- </select>
- 以上
- </dd>
- </dl>
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>学校类型</label> </dt>
- <dd class="opt">
- <label class="curpoin">
- <input type="radio" name="xxlx" value="0" checked>不限制</label>
-
- <label class="curpoin">
- <input type="radio" name="xxlx" value="1">全日制</label>
-
- <label class="curpoin">
- <input type="radio" name="xxlx" value="2">非全日制</label>
- </dd>
- </dl>
-
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>毕业时间:</label> </dt>
- <dd class="opt">
-
- <span style="" id="bysj-b">
- <label class="curpoin">
- <input type="radio" name="bysj" value="0" checked>不限制</label>
-
- <label class="curpoin">
- <input type="radio" name="bysj" value="1">限制</label>
- </span>
-
-
-
- <span id="bysj_input" style="display:none; margin-left: 15px !important;text-align: center;">
- >=
- <input style="width:50px !important;" type="number" name="bysj_time" id="bysj333" class="input-txt" autocomplete="off" value="1">
- 年
- </span>
-
- <script>
- $(function(){
- $('#bysj-b input[name="bysj"]').change(function (){
- console.log("fdfd");
-
- if($(this).val() == 1){
- $('#bysj_input').show();
- }else{
- $('#bysj_input').hide();
- }
- });
- });
-
- </script>
-
- <span class="err"></span>
- <p class="notic2 red" id="title_tips">
- </p>
- </dd>
- </dl>
-
-
- <hr/>
- <b>设置前置条件:</b>
-
-
- <dl class="row">
- <dt class="tit">
- <label for="type">是否需要证书</label>
- </dt>
- <dd class="opt">
-
-
- <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
- -->
-
- <?php
- /*
- * {eyou:foreach name='$pro_list' item='field1'}
- <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
- {/eyou:foreach}
- */
- ?>
- <select name="is_zs" class="select" id="selectTest666" style="margin:0px 5px;height:30px;width:130px;">
- <option value="0">不需要</option>
- <option value="1">需要</option>
- </select>
-
- <script>
- $(function(){
- $("#selectTest666").change(function(e){
-
-
- var item = $("#selectTest").val();
- if(item == '' || item == 0){
- layer.msg('请先选择申报专业!', {icon: 2,time: 1000});
- $("#selectTest666").val('0');
- return false;
- }
- console.log(item);
-
- //发送ajax 请求地区数据
- $.ajax({
- type:'POST',
- url:"{:url('ZcwdPosition/getZs', ['_ajax'=>1])}",
- data:{
- id: item //获取当前专业
- ,_ajax:1
- },
- success:function(res){
- $('#zhengshu').html(res.data);
- }
- });
-
- console.log($(this).val());
- var v = $(this).val();
- if(v == 1){
- $('#citychoose').show();
- }else{
- $('#citychoose').hide();
- }
- });
- });
- </script>
-
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
-
- <dl class="row" id="citychoose" style="display: none;">
- <dt class="tit"> <label for="title"><em>*</em>证书选择</label> </dt>
- <dd class="opt">
-
- <!---checked-->
- <div id="zhengshu"></div>
-
- <span class="err"></span>
- <p class="notic2 red" id="title_tips"></p>
- </dd>
- </dl>
-
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>工作时间年限</label> </dt>
- <dd class="opt">
- <select name="sjnx" class="select" id="selectTest888" style="margin:0px 5px;height:30px;width:130px;">
- <option value="0">不限制</option>
- <option value="1">1年</option>
- <option value="2">2年</option>
- <option value="3">3年</option>
- <option value="4">4年</option>
- <option value="5">5年</option>
- <option value="6">6年</option>
- <option value="7">7年</option>
- <option value="8">8年</option>
- </select>
- 以上(包括)
- </dd>
- </dl>
-
- <dl class="row">
- <dt class="tit"> <label for="title"><em>*</em>工作要求:</label> </dt>
- <dd class="opt">
- {eyou:for start='1' end='10'}
- {$i}. <input type="text" name="gzyq[]" value="" id="title" class="input-txt" autocomplete="off" style="margin-top: 5px;width: 800px !important;"><br/>
- {/eyou:for}
- </dd>
- </dl>
-
-
-
- <hr/>
- <b>其他:</b>
-
- <?php
-
- /*
- * <dl class="row 1615775137_dl" style="display: none;" id="1615775137_1">
- <dt class="tit"> <label>主题背景</label> </dt>
- <dd class="opt">
- <div class="tab-pane" id="tab_imgupload">
- <table class="table table-bordered">
- <tbody>
- <tr>
- <td >
- <div class="sort-list">
- <div class="images_upload">
- </div>
- </div>
- <a href="javascript:void(0);" onClick="GetUploadify(30,'','allimg','imgupload_call_back');" class="img-upload b-img-upload mb15" title="点击上传">
- <div class="y-line"></div>
- <div class="x-line"></div>
- </a>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- 上传图片显示的样板 start -->
- <div class="images_upload_tpl none">
- <div class="images_upload ic">
- <div class="ic">
- <div class='upimg' title="拖动修改排序" onmouseover="upimgMouseover(this);" onmouseout="upimgMouseout(this);">
- <div class='icaction' style="display: none">
- <span class="load_images" onclick="">
- <a href="javascript:void(0);" style="color: white">
- <i class='fa fa-search-plus'></i>大图
- </a>
- </span>
- <span class="load_images" onclick="">
- <i class='fa fa-file-text-o'></i>信息
- </span>
- </div>
- <div class='cover-bg' style="display: none"></div>
- <img src="__STATIC__/admin/images/add-button.jpg"/>
- <a class="delect" href="javascript:void(0);" title="删除"></a>
- </div>
-
- <div class="load_input" data-showOrHide="hide">
- <input type="hidden"/>
- <span class="span_input"> <input type="hidden"/> </span>
- <textarea placeholder="请输入标题..." style="height: 28px;"></textarea>
- <textarea placeholder="请输入链接网址..." style="height: 28px;"></textarea>
- <textarea placeholder="广告注释:支持HTML代码" style="height: 64px;"></textarea>
- <div class="operation">
- <a href="javascript:void(0)"> </a>
- <a href="javascript:void(0)"> </a>
- <a style="width: 32%;" href="javascript:void(0);"> </a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 上传图片显示的样板 end -->
- </dd>
- </dl>
- */
-
- ?>
-
- <dl class="row 1615775137_dl" style="display: none;" id="1615775137_2">
- <dt class="tit"> <label for="type">广告内容</label> </dt>
- <dd class="opt">
- <input type="text" name="video_litpic" id="video_litpic" class="input-txt">
- <input type="file" id="courseware_file" data-type='local' onchange="upload_video_litpic_1615775137(this)" style="display: none;">
- {eq name="$WeappOpen.qny_open" value="1"}
- <a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_qiniu" onclick="$('#courseware_file').attr('data-type', 'qiniu').trigger('click');">七牛云上传</a>
- {/eq}
- {eq name="$WeappOpen.oss_open" value="1"}
- <a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_oss" onclick="$('#courseware_file').attr('data-type', 'oss').trigger('click');">oss上传</a>
- {/eq}
- {eq name="$WeappOpen.cos_open" value="1"}
- <a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="upload_video_litpic_cos" onclick="$('#courseware_file').attr('data-type', 'cos').trigger('click');">cos上传</a>
- {/eq}
- <a href="javascript:void(0);" class="ncap-btn ncap-btn-green " id="upload_video_litpic_local" onclick="$('#courseware_file').attr('data-type', 'local').trigger('click');">本地上传</a>
- <input type="hidden" id="OpenPreviewVideoUrl" value="{:url('ZcwdPosition/open_preview_video')}">
- <a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="PreviewVideo" onclick="OpenPreviewVideo();">预览</a>
- </dd>
- </dl>
-
- <dl class="row 1615775137_dl" style="display: none;" id="1615775137_3">
- <dt class="tit"> <label for="type">广告内容</label> </dt>
- <dd class="opt">
- <textarea rows="5" cols="60" id="html_intro" name="html_intro" style="height: 200px;"></textarea>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
-
- <dl class="row">
- <dt class="tit">
- <label>其他条件</label>
- </dt>
- <dd class="opt">
- <textarea rows="5" cols="60" id="intro" name="qttj" style="height:60px;"></textarea>
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
-
- <dl class="row">
- <dt class="tit">
- <label>输出结果</label>
- </dt>
- <dd class="opt">
-
- 匹配算法: 前端根据选择的申报专业和所选资料,按所设定的规则(多条)进行对比,结果可能符合多个区域(符合省市),生成多个报告;
-
-
- <span class="err"></span>
- <p class="notic"></p>
- </dd>
- </dl>
-
- </div>
-
- <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
- </div>
- </form>
- </div>
-
- <script type="text/javascript">
- var SelectedType = 1;
- $(function() {
- // 新增时,广告类型默认选中图片类型
- $('#type1').prop('checked', 'checked');
- // 新增时,默认显示图片上传
- $('#1615775137_1').show();
- // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
- VideoLitpicValue('#video_litpic');
- });
-
- // 切换广告类型
- function TypeSwitch(typeValue) {
- // 隐藏全部类型内容
- $('.1615775137_dl').hide();
- // 显示指定类型内容
- $('#1615775137_'+typeValue).show();
- // 切换类型后设置为当前切换的类型
- SelectedType = typeValue;
- // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
- VideoLitpicValue('#video_litpic');
- }
-
- // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
- function VideoLitpicValue(obj) {
- // 获取广告内容(多媒体为播放链接)
- // var video_litpic = $(obj).val();
- // 判断隐藏/显示预览按钮if (2 == SelectedType && video_litpic)
- if (2 == SelectedType) {
- $('#PreviewVideo').show();
- } else {
- $('#PreviewVideo').hide();
- }
- }
-
- // 打开预览视频
- function OpenPreviewVideo() {
- // 获取视频链接
- var video_litpic = $('#video_litpic').val();
- if (video_litpic == '') {
- $('#video_litpic').focus();
- showErrorMsg('请先上传视频');
- return false;
- }
-
- /* 视频链接后缀验证处理 */
- var fileExt = video_litpic.substr(video_litpic.lastIndexOf('.')).toLowerCase();
- var fileExt = judgeExt(fileExt);
- if (fileExt == -1) {
- $('#video_litpic').focus();
- showErrorMsg('不支持的视频格式,可在附件设置中修改');
- return false;
- }
- /* END */
-
- /* 视频链接是否存在斜杠处理 */
- var fileInfo = video_litpic.lastIndexOf('/');
- if (fileInfo == -1) {
- $('#video_litpic').focus();
- showErrorMsg('视频链接不完整,无法正常预览');
- return false;
- }
- /* END */
-
- // 打开视频播放
- $.ajax({
- type : 'post',
- url : $('#OpenPreviewVideoUrl').val(),
- data : {video_litpic: video_litpic},
- dataType : 'json',
- success : function(res) {
- if (1 == res.code) {
- var PreviewVideo = "<video style='width:100%; height:100%;' src='"+res.url+"' controls preload='auto' oncontextmenu='return fase' autoplay></video>";
- layer.open({
- type: 1,
- title: false,
- fixed: true, //不固定
- shadeClose: false,
- shade: layer_shade,
- area: ['80%', '80%'],
- content: PreviewVideo
- });
- } else {
- showErrorMsg(res.msg);
- }
- },
- error: function(e) {
- showErrorAlert(e.responseText);
- }
- });
- }
-
- // 上传媒体文件
- function upload_video_litpic_1615775137(e) {
- var data_type = $(e).attr('data-type');
- if ('qiniu' == data_type) {
- // 七牛云上传
- upload_video_litpic_qiniu(e);
- } else if ('oss' == data_type) {
- // OSS上传
- upload_video_litpic_oss(e);
- } else if ('cos' == data_type) {
- // COS上传
- upload_video_litpic_cos(e);
- } else {
- // 本地上传
- upload_video_litpic_local(e);
- }
- }
-
- // 七牛云上传
- function upload_video_litpic_qiniu(e) {
- // 获取文件路径名
- var file = $(e)[0].files[0];
-
- // 验证上传格式
- var fileName = file.name;
- var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
- var ext = judgeExt(fileExt);
- if (ext == -1) {
- showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
- return false;
- }
-
- // 验证上传大小
- var size = "{$upload_max_filesize}";
- if (file.size > size) {
- showErrorMsg('视频大小超过限制,可在附件设置中修改');
- return false;
- }
-
- // 执行上传
- layer_loading('上传本地');
- $.ajax({
- type: 'POST',
- url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
- data: {_ajax: 1},
- dataType: "JSON",
- success: function(res1) {
- if (1 == res1.code) {
- var token = res1.data.token;
- var formData = new FormData();
- formData.append('file', file);
- formData.append('token', token);
-
- fileName = res1.data.filePath + fileExt;
- formData.append('key', fileName);
- $.ajax({
- url: res1.data.uphost,
- type: 'POST',
- dataType: 'JSON',
- data: formData,
- timeout: 1200000,
- cache: false,
- processData: false,
- contentType: false,
- xhr: function () {
- myXhr = $.ajaxSettings.xhr();
- if (myXhr.upload) {
- myXhr.upload.addEventListener('progress', function(e){
- var curr = e.loaded;
- var total = e.total;
- process = parseInt(curr / total * 100);
- $("#upload_video_litpic_qiniu").text('上传中...'+process+"%");
- });
- }
- return myXhr;
- },
- success: function(res2) {
- layer.closeAll();
- $("#upload_video_litpic_qiniu").text('上传成功');
- setTimeout(function() {
- $('#upload_video_litpic_qiniu').text('七牛云上传');
- }, 2000);
- var video_url = res1.data.domain + "/" + res2.key;
- $("#video_litpic").val(video_url);
- },
- error: function(e) {
- layer.closeAll();
- showErrorMsg(e.responseText);
- return false;
- }
- });
- } else {
- layer.closeAll();
- showErrorMsg(res1.msg);
- }
- },
- error: function(e) {
- layer.closeAll();
- showErrorMsg(e.responseText);
- }
- });
- }
-
- // 阿里云OSS上传
- function upload_video_litpic_oss(e) {
- // 获取文件路径名
- var file = $(e)[0].files[0];
-
- // 验证上传格式
- var fileName = file.name;
- var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
- var ext = judgeExt(fileExt);
- if (ext == -1) {
- showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
- return false;
- }
-
- // 验证上传大小
- var size = "{$upload_max_filesize}";
- if (file.size > size) {
- showErrorMsg('视频大小超过限制,可在附件设置中修改');
- return false;
- }
-
- // 执行上传
- layer_loading('上传阿里云OSS');
- $.ajax({
- type: 'POST',
- url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
- data: {_ajax: 1},
- dataType: "JSON",
- success: function(res1){
- if (1 == res1.code){
- fileName = res1.data.filePath + fileExt;
- //组装发送数据
- var request = new FormData();
- request.append("OSSAccessKeyId",res1.data.accessid);
- request.append("policy",res1.data.policy);
- request.append("Signature",res1.data.signature);
- request.append("key",fileName);
- request.append("success_action_status",201);
- request.append('file', file);
-
- $.ajax({
- url : res1.data.host,
- data : request,
- processData: false,
- cache: false,
- contentType: false,
- dataType: 'xml',
- type : 'post',
- xhr: function () {
- myXhr = $.ajaxSettings.xhr();
- if (myXhr.upload) {
- myXhr.upload.addEventListener('progress', function(e){
- var curr = e.loaded;
- var total = e.total;
- var process = parseInt(curr / total * 100);
- $("#upload_video_litpic_oss").text('上传中...'+process+"%");
- });
- }
- return myXhr;
- },
- success : function(data) {
- layer.closeAll();
- var res = $(data).find('PostResponse');
- if (res) {
- var key = res.find('Key').text();
- $("#upload_video_litpic_oss").text('上传成功');
- setTimeout(function() {
- $('#upload_video_litpic_oss').text('oss上传');
- }, 2000);
- var video_url = res1.data.domain + "/" + key;
- $("#video_litpic").val(video_url);
- } else {
- $("#upload_video_litpic_oss").text('上传失败');
- setTimeout(function() {
- $('#upload_video_litpic_oss').text('oss上传');
- }, 2000);
- }
- },
- error : function(e) {
- layer.closeAll();
- console.log(e.responseText);
- }
- });
- } else {
- layer.closeAll();
- showErrorMsg(res1.msg);
- }
- },
- error: function(e) {
- layer.closeAll();
- showErrorMsg(e.responseText);
- }
- });
- }
-
- // 腾讯云COS上传
- function upload_video_litpic_cos(e) {
- // 获取文件路径名
- var file = $(e)[0].files[0];
-
- // 验证上传格式
- var fileName = file.name;
- var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
- var ext = judgeExt(fileExt);
- if (ext == -1) {
- showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
- return false;
- }
-
- // 验证上传大小
- var size = "{$upload_max_filesize}";
- if (file.size > size) {
- showErrorMsg('视频大小超过限制,可在附件设置中修改');
- return false;
- }
-
- // 上传参数
- var formData = new FormData();
- formData.append('file', file);
- formData.append('file_ext', fileExt);
-
- // 执行上传
- $.ajax({
- type: 'post',
- url: '__ROOT_DIR__/index.php?m=plugins&c=Cos&a=cos_upload&_ajax=1',
- data: formData,
- contentType: false,
- processData: false,
- dataType: 'json',
- xhr: function () {
- myXhr = $.ajaxSettings.xhr();
- if (myXhr.upload) {
- myXhr.upload.addEventListener('progress', function(e){
- var curr = e.loaded;
- var total = e.total;
- process = parseInt(curr / total * 100);
- if (100 == process) {
- process = 99;
- layer_loading('上传腾讯云');
- }
- $("#upload_video_litpic_cos").text('上传中...'+process+"%");
-
- });
- }
- return myXhr;
- },
- success: function(res) {
- layer.closeAll();
- if (1 == res.code) {
- $("#video_litpic").val(res.data.url);
- $("#upload_video_litpic_cos").text('上传成功');
- } else {
- $("#upload_video_litpic_cos").text('上传失败');
- }
- setTimeout(function() {
- $('#upload_video_litpic_cos').text('cos上传');
- }, 2000);
- },
- error: function(e) {
- layer.closeAll();
- showErrorMsg(e.responseText);
- }
- });
- }
-
- // 本地上传
- function upload_video_litpic_local(e) {
- // 获取文件路径名
- var file = $(e)[0].files[0];
-
- // 验证上传格式
- var fileName = file.name;
- var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
- var ext = judgeExt(fileExt);
- if (ext == -1) {
- showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
- return false;
- }
-
- // 验证上传大小
- var size = "{$upload_max_filesize}";
- if (file.size > size) {
- showErrorMsg('视频大小超过限制,可在附件设置中修改');
- return false;
- }
-
- // 定义上传数据
- var formData = new FormData();
- formData.append('file', file);
-
- // 执行上传
- layer_loading('上传本地');
- $.ajax({
- type: 'post',
- url : "{:url('Ueditor/upVideo', ['savepath'=>'media'])}",
- data: formData,
- contentType: false,
- processData: false,
- dataType: 'json',
- xhr: function () {
- myXhr = $.ajaxSettings.xhr();
- if (myXhr.upload) {
- myXhr.upload.addEventListener('progress', function(e){
- var curr = e.loaded;
- var total = e.total;
- process = parseInt(curr / total * 100);
- $("#upload_video_litpic_local").html('上传中...'+process+"%");
- });
- }
- return myXhr;
- },
- success: function (res) {
- layer.closeAll();
- $("#upload_video_litpic_local").html('上传成功');
- setTimeout(function() {
- $('#upload_video_litpic_local').html('本地上传');
- }, 2000);
- if ("SUCCESS" == res.state) {
- $("#video_litpic").val(res.url);
- } else {
- showErrorMsg(res.msg);
- }
- }
- });
- }
-
- // 验证格式
- function judgeExt(ext) {
- var type = "{$media_type}";
- var extArr = [];
- extArr = type.split("|");
- var ext = ext.replace(".","");
- return extArr.indexOf(ext);
- }
- </script>
-
- <script type="text/javascript">
- var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
- // 勾选新窗口打开链接
- function CheckedTarget(t){
- if ($(t).is(':checked')) {
- $(t).parent().find('input[name="img_target[]"]').val(1);
- }else{
- $(t).parent().find('input[name="img_target[]"]').val(0);
- }
- }
- // 鼠标事件,加载查看大图和更新图片
- function upimgMouseover(obj)
- {
- $(obj).find('div.icaction').show();
- $(obj).find('div.cover-bg').show();
- }
- function upimgMouseout(obj)
- {
- $(obj).find('div.icaction').hide();
- $(obj).find('div.cover-bg').hide();
- }
-
- // 检测广告名称是否存在重复
- function DetectionTitleRepeat(obj) {
- // 当前广告ID
- var id = 0;
- // 传入的广告名称
- var title = $(obj).val();
- // 执行检测
- $.ajax({
- type: 'post',
- url : "{:url('ZcwdPosition/detection_title_repeat', ['_ajax'=>1])}",
- data: {id: id, title: title},
- dataType: 'json',
- success: function(res) {
- if (0 == res.code) {
- $('#title_tips').show().html(res.msg);
- } else {
- $('#title_tips').hide().html('');
- }
- },
- error: function(e){
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- }
-
- // 判断输入框是否为空
- function checkForm(){
- /* if($('input[name=title]').val() == ''){
- layer.msg('广告位名称不能为空!', {icon: 2,time: 1000});
- return false;
- }*/
-
- if($("#selectTest").val() == ''){
- layer.msg('请选择申报专业!', {icon: 2,time: 1000});
- return false;
- }
-
- if($("#selectTest222").val() == '' || $("#selectTest222").val() == 0){
- layer.msg('请选择申报等级!', {icon: 2,time: 1000});
- return false;
- }
-
- //'zyid': $("#selectTest").val(),
- //'sf': $('#selectTest000_1').val(),
- //'cs': $('#selectTest000_2').val(),
- //'sbdj': $('#selectTest000_2').val(),
-
- layer_loading('正在处理');
- $.ajax({
- type : 'post',
- url : "{:url('ZcwdPosition/add', ['_ajax'=>1])}",
- data : $('#post_form').serialize(),
- dataType : 'json',
- success : function(res) {
- layer.closeAll();
- if (1 == res.code) {
- var _parent = parent;
- _parent.layer.close(parentObj);
- _parent.layer.msg(res.msg, {icon: 1, shade: layer_shade, time: 1000}, function() {
- _parent.window.location.reload();
- });
- } else {
- showErrorMsg(res.msg);
- }
- },
- error: function(e) {
- layer.closeAll();
- showErrorAlert(e.responseText);
- }
- });
- }
-
- // 显示信息输入框
- function ShowInput(id) {
- var obj = $("#"+id+"_ShowInput");
- var showOrHide = obj.attr('data-showOrHide');
- if ('hide' == showOrHide) {
- obj.show().attr('data-showOrHide', 'show');
- } else {
- obj.hide().attr('data-showOrHide', 'hide');
- }
- }
-
- // 隐藏信息输入
- function HideInput(id) {
- $("#"+id+"_ShowInput").hide().attr('data-showOrHide', 'hide');
- }
-
- // 上传图集相册回调函数
- function imgupload_call_back(paths){
- var last_div = $(".images_upload_tpl").html();
- var inputs = $('.span_input input');
- var timestamp = 0;
-
- for (var i=0; i<paths.length; i++){
- // 生成新的时间戳
- timestamp = (new Date()).getTime();
- // 插入一个 新图片
- $(".images_upload:eq(0)").before(last_div);
- // 处理他的链接地址
- $(".images_upload:eq(0)").find('span:eq(0)').attr('onclick',"Images('"+paths[i]+"', 900, 600);");
- // 处理信息显示隐藏按钮
- $(".images_upload:eq(0)").find('span:eq(1)').attr('onclick', "ShowInput('"+timestamp+"');");
- // 处理他的图片路径
- $(".images_upload:eq(0)").find('img').attr('src',paths[i]);
- // 处理删除按钮
- $(".images_upload:eq(0)").find('a:eq(1)').attr('onclick', "ClearPicArr(this, '"+paths[i]+"', 0);");
- // 处理图片信息框ID
- $(".images_upload:eq(0)").find('.load_input:eq(0)').attr('id', timestamp+'_ShowInput');
-
- // 处理图片路径及隐藏域
- if (inputs.length > '0') {
- // 修改隐藏域,提交ID隐藏域
- $(".images_upload:eq(0)").find('input:eq(0)').attr('name','img_id[]').attr('value','');
- // 修改隐藏域,提交图片隐藏域
- $(".span_input:eq(0)").find('input:eq(0)').attr('name','img_litpic[]').attr('value',paths[i]);
- // 提交标题
- $(".images_upload:eq(0)").find('textarea:eq(0)').attr('name','img_title[]');
- // 提交跳转链接
- $(".images_upload:eq(0)").find('textarea:eq(1)').attr('name','img_links[]');
- // 处理内容描述
- $(".images_upload:eq(0)").find('textarea:eq(2)').attr('name','img_intro[]');
- // 提交新窗口选项
- $(".images_upload:eq(0)").find('div.operation a:eq(0)').html("<label><input type='checkbox' title='在新窗口打开' onclick='CheckedTarget(this)'/>新窗口<input type='hidden' name='img_target[]' value='0'></label>");
- // 处理收回按钮
- $(".images_upload:eq(0)").find('div.operation a:eq(2)').attr('onclick', "HideInput('"+timestamp+"');").attr('title', "收回").html('<i style="font-size:16px;" class="fa fa-angle-double-up"></i>');
- }
- }
- }
-
- // 上传之后删除组图input
- function ClearPicArr(obj,path)
- {
- $(obj).parent().parent().parent().remove(); // 删除完服务器的, 再删除 html上的图片
- $.ajax({
- type:'POST',
- url:"{:url('Uploadimgnew/delupload')}",
- data:{action:"del", filename:path, _ajax:1},
- success:function(){}
- });
- }
-
- // 代码调用js
- function copyToClipBoard(id) {
- var adstr = "{eyou:ad aid='" + id + "'}\r\n <a href='{$"+"field.links}' {$"+"field.target}><img src='{$"+"field.litpic}' alt='{$"+"field.title}' /></a>\r\n{/eyou:ad";
- var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 ad 调用:</dd>'
- contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:80px;">' + adstr + '}</textarea>'
- contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将对应标签代码复制并粘贴到对应模板文件中!</dd></dl></div>'
- layer.open({
- title: '代码调用',
- type: 1,
- shade: layer_shade,
- skin: 'layui-layer-demo',
- area: ['480px', '240px'], //宽高
- content: contentdiv
- });
- }
-
- // 图集相册的拖动排序相关 js
- $( ".sort-list" ).sortable({
- start: function( event, ui) {
-
- }
- ,stop: function( event, ui ) {
-
- }
- });
- //因为他们要拖动,所以尽量设置他们的文字不能选择。
- // $( ".sort-list" ).disableSelection();
- </script>
-
- {include file="public/footer" /}
|