Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

add.htm 51KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247
  1. {include file="public/layout" /}
  2. <body class="bodystyle" style="overflow-y: scroll;">
  3. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  4. <div id="append_parent"></div>
  5. <div id="ajaxwaitid"></div>
  6. <div class="page min-hg-c-10">
  7. <form class="form-horizontal" id="post_form" action="{:url('ZcwdPosition/add')}" method="post">
  8. <div class="ncap-form-default">
  9. <dl class="row">
  10. <dt class="tit">
  11. <label for="type">申报专业</label>
  12. </dt>
  13. <dd class="opt">
  14. <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
  15. -->
  16. <?php
  17. /*
  18. * <select name="type" class="select" style="margin:0px 5px;height:30px;">
  19. <option value="">--选择地区--</option>
  20. {eyou:foreach name='$pro_list' item='field1'}
  21. <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  22. {/eyou:foreach}
  23. </select>
  24. */
  25. ?>
  26. <select name="type" class="select" id="selectTest" style="margin:0px 5px;height:30px;">
  27. <option value="">--选择申报专业--</option>
  28. {eyou:foreach name='$pos_list' item='field1'}
  29. <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.title}</option>
  30. {/eyou:foreach}
  31. </select>
  32. <span style="margin-left: 14px;">服务地区范围: <font id="map_desc">全国</font></span>
  33. <script>
  34. $(function(){
  35. $("#selectTest").change(function(e){
  36. console.log($(this).val());
  37. //发送ajax 请求地区数据
  38. $.ajax({
  39. type:'POST',
  40. url:"{:url('ZcwdPosition/getMap', ['_ajax'=>1])}",
  41. data:{
  42. id: $(this).val()
  43. ,_ajax:1
  44. },
  45. success:function(res){
  46. $('#map_desc').html(res.data);
  47. //重置前置条件
  48. $('#selectTest666').val('0');
  49. $('#citychoose').hide();
  50. $('#selectTest777').val('0');
  51. $('#citychoose2').hide();
  52. }
  53. });
  54. //请求等级数据
  55. $.ajax({
  56. type:'POST',
  57. url:"{:url('ZcwdPosition/getLess', ['_ajax'=>1])}",
  58. data:{
  59. id: $(this).val()
  60. ,_ajax:1
  61. },
  62. success:function(res){
  63. $('#selectTest222').html(res.data);
  64. }
  65. });
  66. });
  67. });
  68. </script>
  69. <!-- <span class="err">
  70. </span>
  71. <p class="notic">
  72. </p>-->
  73. <p class="notic2 red" id="title_tips" style="margin-top:10px;">
  74. 提示: 申报专业需要先设定地区范围,且名称不允许重复,前端可根据区域筛选出相关的申报专业;
  75. </p>
  76. </dd>
  77. </dl>
  78. <dl class="row">
  79. <dt class="tit"> <label for="title"><em>*</em>精确区域</label> </dt>
  80. <dd class="opt">
  81. <select name="sf" class="select" id="selectTest000_1" style="margin:0px 5px;height:30px;width:120px;">
  82. <option value="0">全国</option>
  83. {eyou:foreach name='$pro_list' item='field1'}
  84. <option value="{$field1.id}" {eq name="$curr_id" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  85. {/eyou:foreach}
  86. </select>
  87. <select name="cs" class="select" id="selectTest000_2" style="margin:0px 5px;height:30px;width:120px;display: none;">
  88. <option value="0">选择市</option>
  89. </select>
  90. <p class="notic2 red" id="title_tips" style="margin-top:10px;">
  91. 提示: 每个申报专业根据精确区域可对应多条规则(即当前设定针对某个区域);
  92. </p>
  93. <script>
  94. $(function(){
  95. $("#selectTest000_1").change(function(e){
  96. console.log($(this).val());
  97. if($("#selectTest000_1").val() == 0){
  98. $('#selectTest000_2').hide();
  99. }else{
  100. //发送ajax 请求地区数据
  101. $.ajax({
  102. type:'POST',
  103. url:"{:url('ZcwdPosition/getCity', ['_ajax'=>1])}",
  104. data:{
  105. id: $("#selectTest000_1").val()
  106. ,_ajax:1
  107. },
  108. success:function(res){
  109. $('#selectTest000_2').html(res.data);
  110. //重置前置条件
  111. $('#selectTest000_2').show();
  112. }
  113. });
  114. }
  115. });
  116. });
  117. </script>
  118. </dd>
  119. </dl>
  120. <dl class="row">
  121. <dt class="tit"> <label for="title"><em>*</em>申报等级</label> </dt>
  122. <dd class="opt">
  123. <select name="sbdj" class="select" id="selectTest222" style="margin:0px 5px;height:30px;">
  124. <option value="0">请选择</option>
  125. <!--<option value="0">初级助理工程师</option>
  126. <option value="1">初级技术员</option>
  127. <option value="2">中级</option>
  128. <option value="3">品牌中级</option>
  129. <option value="4">副高级</option>-->
  130. </select>
  131. <p class="notic2 red" id="title_tips" style="margin-top:10px;">
  132. 提示: 每个申报专业每个区域(省市)每个等级对应一条规则;
  133. </p>
  134. </dd>
  135. </dl>
  136. <?php
  137. /*
  138. * 字段模板
  139. * <dl class="row">
  140. <dt class="tit"> <label for="title"><em>*</em>年龄区间:</label> </dt>
  141. <dd class="opt">
  142. <input type="text" name="title" id="title" onkeyup="DetectionTitleRepeat(this);" class="input-txt" autocomplete="off" value="">
  143. <span style="">助理工程师,技术员</span>
  144. <span class="err"></span>
  145. <p class="notic2 red" id="title_tips">
  146. </p>
  147. </dd>
  148. </dl>
  149. */
  150. ?>
  151. <div style="display: none;">
  152. <hr/>
  153. <b>基本要求设置:</b>
  154. <dl class="row">
  155. <dt class="tit"> <label for="title"><em>*</em>年龄区间:</label> </dt>
  156. <dd class="opt">
  157. <span style="" id="ega-b">
  158. <label class="curpoin">
  159. <input type="radio" name="is_ega" value="0" checked>年龄不限制</label>
  160. &nbsp;&nbsp;
  161. <label class="curpoin">
  162. <input type="radio" name="is_ega" value="1">年龄限制</label>
  163. </span>
  164. <span id="ega_input" style="display:none; margin-left: 15px !important;text-align: center;">
  165. <input style="width:50px !important;" type="number" name="ega[]" id="ega333" class="input-txt" autocomplete="off" value="23">
  166. &nbsp;&nbsp;-&nbsp;&nbsp;
  167. <input style="width:50px !important;" type="number" name="ega[]" id="ega333" class="input-txt" autocomplete="off" value="60">&nbsp;
  168. </span>
  169. <script>
  170. $(function(){
  171. $('#ega-b input[name="is_ega"]').change(function (){
  172. console.log("fdfd");
  173. if($(this).val() == 1){
  174. $('#ega_input').show();
  175. }else{
  176. $('#ega_input').hide();
  177. }
  178. });
  179. });
  180. </script>
  181. <span class="err"></span>
  182. <p class="notic2 red" id="title_tips">
  183. </p>
  184. </dd>
  185. </dl>
  186. <dl class="row">
  187. <dt class="tit">
  188. <label for="type">毕业专业</label>
  189. </dt>
  190. <dd class="opt">
  191. <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
  192. -->
  193. <?php
  194. /*
  195. * {eyou:foreach name='$pro_list' item='field1'}
  196. <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  197. {/eyou:foreach}
  198. */
  199. ?>
  200. <select name="byzy" class="select" id="selectTest777" style="margin:0px 5px;height:30px;width:130px;">
  201. <option value="0">不要求</option>
  202. <option value="1">指定相关要求</option>
  203. </select>
  204. <script>
  205. $(function(){
  206. $("#selectTest777").change(function(e){
  207. var item = $("#selectTest").val();
  208. if(item == '' || item == 0){
  209. layer.msg('请先选择申报专业!', {icon: 2,time: 1000});
  210. $("#selectTest777").val('0');
  211. return false;
  212. }
  213. console.log(item);
  214. //发送ajax 请求地区数据
  215. $.ajax({
  216. type:'POST',
  217. url:"{:url('ZcwdPosition/getZs2', ['_ajax'=>1])}",
  218. data:{
  219. id: item //获取当前专业
  220. ,_ajax:1
  221. },
  222. success:function(res){
  223. $('#zhengshu2').html(res.data);
  224. }
  225. });
  226. console.log($(this).val());
  227. var v = $(this).val();
  228. if(v == 1){
  229. $('#citychoose2').show();
  230. }else{
  231. $('#citychoose2').hide();
  232. }
  233. });
  234. });
  235. </script>
  236. <span class="err"></span>
  237. <p class="notic"></p>
  238. </dd>
  239. </dl>
  240. <dl class="row" id="citychoose2" style="display: none;">
  241. <dt class="tit"> <label for="title"><em>*</em>专业选择</label> </dt>
  242. <dd class="opt">
  243. <!---checked-->
  244. <div id="zhengshu2"></div>
  245. <span class="err"></span>
  246. <p class="notic2 red" id="title_tips"></p>
  247. </dd>
  248. </dl>
  249. <dl class="row">
  250. <dt class="tit"> <label for="title"><em>*</em>学历要求</label> </dt>
  251. <dd class="opt">
  252. <select name="xlyq" class="select" id="selectTest333" style="margin:0px 5px;height:30px;width:130px;">
  253. <option value="0">不限制</option>
  254. <option value="1">中专</option>
  255. <option value="2">高技</option>
  256. <option value="3">大专</option>
  257. <option value="4">本科</option>
  258. <option value="5">硕士</option>
  259. <option value="6">博士</option>
  260. </select>
  261. 以上
  262. </dd>
  263. </dl>
  264. <dl class="row">
  265. <dt class="tit"> <label for="title"><em>*</em>学校类型</label> </dt>
  266. <dd class="opt">
  267. <label class="curpoin">
  268. <input type="radio" name="xxlx" value="0" checked>不限制</label>
  269. &nbsp;&nbsp;
  270. <label class="curpoin">
  271. <input type="radio" name="xxlx" value="1">全日制</label>
  272. &nbsp;&nbsp;
  273. <label class="curpoin">
  274. <input type="radio" name="xxlx" value="2">非全日制</label>
  275. </dd>
  276. </dl>
  277. <dl class="row">
  278. <dt class="tit"> <label for="title"><em>*</em>毕业时间:</label> </dt>
  279. <dd class="opt">
  280. <span style="" id="bysj-b">
  281. <label class="curpoin">
  282. <input type="radio" name="bysj" value="0" checked>不限制</label>
  283. &nbsp;&nbsp;
  284. <label class="curpoin">
  285. <input type="radio" name="bysj" value="1">限制</label>
  286. </span>
  287. <span id="bysj_input" style="display:none; margin-left: 15px !important;text-align: center;">
  288. >=
  289. <input style="width:50px !important;" type="number" name="bysj_time" id="bysj333" class="input-txt" autocomplete="off" value="1">
  290. &nbsp;年
  291. </span>
  292. <script>
  293. $(function(){
  294. $('#bysj-b input[name="bysj"]').change(function (){
  295. console.log("fdfd");
  296. if($(this).val() == 1){
  297. $('#bysj_input').show();
  298. }else{
  299. $('#bysj_input').hide();
  300. }
  301. });
  302. });
  303. </script>
  304. <span class="err"></span>
  305. <p class="notic2 red" id="title_tips">
  306. </p>
  307. </dd>
  308. </dl>
  309. <hr/>
  310. <b>设置前置条件:</b>
  311. <dl class="row">
  312. <dt class="tit">
  313. <label for="type">是否需要证书</label>
  314. </dt>
  315. <dd class="opt">
  316. <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
  317. -->
  318. <?php
  319. /*
  320. * {eyou:foreach name='$pro_list' item='field1'}
  321. <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  322. {/eyou:foreach}
  323. */
  324. ?>
  325. <select name="is_zs" class="select" id="selectTest666" style="margin:0px 5px;height:30px;width:130px;">
  326. <option value="0">不需要</option>
  327. <option value="1">需要</option>
  328. </select>
  329. <script>
  330. $(function(){
  331. $("#selectTest666").change(function(e){
  332. var item = $("#selectTest").val();
  333. if(item == '' || item == 0){
  334. layer.msg('请先选择申报专业!', {icon: 2,time: 1000});
  335. $("#selectTest666").val('0');
  336. return false;
  337. }
  338. console.log(item);
  339. //发送ajax 请求地区数据
  340. $.ajax({
  341. type:'POST',
  342. url:"{:url('ZcwdPosition/getZs', ['_ajax'=>1])}",
  343. data:{
  344. id: item //获取当前专业
  345. ,_ajax:1
  346. },
  347. success:function(res){
  348. $('#zhengshu').html(res.data);
  349. }
  350. });
  351. console.log($(this).val());
  352. var v = $(this).val();
  353. if(v == 1){
  354. $('#citychoose').show();
  355. }else{
  356. $('#citychoose').hide();
  357. }
  358. });
  359. });
  360. </script>
  361. <span class="err"></span>
  362. <p class="notic"></p>
  363. </dd>
  364. </dl>
  365. <dl class="row" id="citychoose" style="display: none;">
  366. <dt class="tit"> <label for="title"><em>*</em>证书选择</label> </dt>
  367. <dd class="opt">
  368. <!---checked-->
  369. <div id="zhengshu"></div>
  370. <span class="err"></span>
  371. <p class="notic2 red" id="title_tips"></p>
  372. </dd>
  373. </dl>
  374. <dl class="row">
  375. <dt class="tit"> <label for="title"><em>*</em>工作时间年限</label> </dt>
  376. <dd class="opt">
  377. <select name="sjnx" class="select" id="selectTest888" style="margin:0px 5px;height:30px;width:130px;">
  378. <option value="0">不限制</option>
  379. <option value="1">1年</option>
  380. <option value="2">2年</option>
  381. <option value="3">3年</option>
  382. <option value="4">4年</option>
  383. <option value="5">5年</option>
  384. <option value="6">6年</option>
  385. <option value="7">7年</option>
  386. <option value="8">8年</option>
  387. </select>
  388. 以上(包括)
  389. </dd>
  390. </dl>
  391. <dl class="row">
  392. <dt class="tit"> <label for="title"><em>*</em>工作要求:</label> </dt>
  393. <dd class="opt">
  394. {eyou:for start='1' end='10'}
  395. {$i}.&nbsp;<input type="text" name="gzyq[]" value="" id="title" class="input-txt" autocomplete="off" style="margin-top: 5px;width: 800px !important;"><br/>
  396. {/eyou:for}
  397. </dd>
  398. </dl>
  399. <hr/>
  400. <b>其他:</b>
  401. <?php
  402. /*
  403. * <dl class="row 1615775137_dl" style="display: none;" id="1615775137_1">
  404. <dt class="tit"> <label>主题背景</label> </dt>
  405. <dd class="opt">
  406. <div class="tab-pane" id="tab_imgupload">
  407. <table class="table table-bordered">
  408. <tbody>
  409. <tr>
  410. <td >
  411. <div class="sort-list">
  412. <div class="images_upload">
  413. </div>
  414. </div>
  415. <a href="javascript:void(0);" onClick="GetUploadify(30,'','allimg','imgupload_call_back');" class="img-upload b-img-upload mb15" title="点击上传">
  416. <div class="y-line"></div>
  417. <div class="x-line"></div>
  418. </a>
  419. </td>
  420. </tr>
  421. </tbody>
  422. </table>
  423. </div>
  424. <!-- 上传图片显示的样板 start -->
  425. <div class="images_upload_tpl none">
  426. <div class="images_upload ic">
  427. <div class="ic">
  428. <div class='upimg' title="拖动修改排序" onmouseover="upimgMouseover(this);" onmouseout="upimgMouseout(this);">
  429. <div class='icaction' style="display: none">
  430. <span class="load_images" onclick="">
  431. <a href="javascript:void(0);" style="color: white">
  432. <i class='fa fa-search-plus'></i>大图
  433. </a>
  434. </span>
  435. <span class="load_images" onclick="">
  436. <i class='fa fa-file-text-o'></i>信息
  437. </span>
  438. </div>
  439. <div class='cover-bg' style="display: none"></div>
  440. <img src="__STATIC__/admin/images/add-button.jpg"/>
  441. <a class="delect" href="javascript:void(0);" title="删除"></a>
  442. </div>
  443. <div class="load_input" data-showOrHide="hide">
  444. <input type="hidden"/>
  445. <span class="span_input"> <input type="hidden"/> </span>
  446. <textarea placeholder="请输入标题..." style="height: 28px;"></textarea>
  447. <textarea placeholder="请输入链接网址..." style="height: 28px;"></textarea>
  448. <textarea placeholder="广告注释:支持HTML代码" style="height: 64px;"></textarea>
  449. <div class="operation">
  450. <a href="javascript:void(0)">&nbsp;&nbsp;</a>
  451. <a href="javascript:void(0)">&nbsp;&nbsp;</a>
  452. <a style="width: 32%;" href="javascript:void(0);">&nbsp;&nbsp;</a>
  453. </div>
  454. </div>
  455. </div>
  456. </div>
  457. </div>
  458. <!-- 上传图片显示的样板 end -->
  459. </dd>
  460. </dl>
  461. */
  462. ?>
  463. <dl class="row 1615775137_dl" style="display: none;" id="1615775137_2">
  464. <dt class="tit"> <label for="type">广告内容</label> </dt>
  465. <dd class="opt">
  466. <input type="text" name="video_litpic" id="video_litpic" class="input-txt">
  467. <input type="file" id="courseware_file" data-type='local' onchange="upload_video_litpic_1615775137(this)" style="display: none;">
  468. {eq name="$WeappOpen.qny_open" value="1"}
  469. &nbsp;<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>
  470. {/eq}
  471. {eq name="$WeappOpen.oss_open" value="1"}
  472. &nbsp;<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>
  473. {/eq}
  474. {eq name="$WeappOpen.cos_open" value="1"}
  475. &nbsp;<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>
  476. {/eq}
  477. &nbsp;<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>
  478. <input type="hidden" id="OpenPreviewVideoUrl" value="{:url('ZcwdPosition/open_preview_video')}">
  479. &nbsp;<a href="javascript:void(0);" class="ncap-btn ncap-btn-green" id="PreviewVideo" onclick="OpenPreviewVideo();">预览</a>
  480. </dd>
  481. </dl>
  482. <dl class="row 1615775137_dl" style="display: none;" id="1615775137_3">
  483. <dt class="tit"> <label for="type">广告内容</label> </dt>
  484. <dd class="opt">
  485. <textarea rows="5" cols="60" id="html_intro" name="html_intro" style="height: 200px;"></textarea>
  486. <span class="err"></span>
  487. <p class="notic"></p>
  488. </dd>
  489. </dl>
  490. <dl class="row">
  491. <dt class="tit">
  492. <label>其他条件</label>
  493. </dt>
  494. <dd class="opt">
  495. <textarea rows="5" cols="60" id="intro" name="qttj" style="height:60px;"></textarea>
  496. <span class="err"></span>
  497. <p class="notic"></p>
  498. </dd>
  499. </dl>
  500. <dl class="row">
  501. <dt class="tit">
  502. <label>输出结果</label>
  503. </dt>
  504. <dd class="opt">
  505. 匹配算法: 前端根据选择的申报专业和所选资料,按所设定的规则(多条)进行对比,结果可能符合多个区域(符合省市),生成多个报告;
  506. <span class="err"></span>
  507. <p class="notic"></p>
  508. </dd>
  509. </dl>
  510. </div>
  511. <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
  512. </div>
  513. </form>
  514. </div>
  515. <script type="text/javascript">
  516. var SelectedType = 1;
  517. $(function() {
  518. // 新增时,广告类型默认选中图片类型
  519. $('#type1').prop('checked', 'checked');
  520. // 新增时,默认显示图片上传
  521. $('#1615775137_1').show();
  522. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  523. VideoLitpicValue('#video_litpic');
  524. });
  525. // 切换广告类型
  526. function TypeSwitch(typeValue) {
  527. // 隐藏全部类型内容
  528. $('.1615775137_dl').hide();
  529. // 显示指定类型内容
  530. $('#1615775137_'+typeValue).show();
  531. // 切换类型后设置为当前切换的类型
  532. SelectedType = typeValue;
  533. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  534. VideoLitpicValue('#video_litpic');
  535. }
  536. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  537. function VideoLitpicValue(obj) {
  538. // 获取广告内容(多媒体为播放链接)
  539. // var video_litpic = $(obj).val();
  540. // 判断隐藏/显示预览按钮if (2 == SelectedType && video_litpic)
  541. if (2 == SelectedType) {
  542. $('#PreviewVideo').show();
  543. } else {
  544. $('#PreviewVideo').hide();
  545. }
  546. }
  547. // 打开预览视频
  548. function OpenPreviewVideo() {
  549. // 获取视频链接
  550. var video_litpic = $('#video_litpic').val();
  551. if (video_litpic == '') {
  552. $('#video_litpic').focus();
  553. showErrorMsg('请先上传视频');
  554. return false;
  555. }
  556. /* 视频链接后缀验证处理 */
  557. var fileExt = video_litpic.substr(video_litpic.lastIndexOf('.')).toLowerCase();
  558. var fileExt = judgeExt(fileExt);
  559. if (fileExt == -1) {
  560. $('#video_litpic').focus();
  561. showErrorMsg('不支持的视频格式,可在附件设置中修改');
  562. return false;
  563. }
  564. /* END */
  565. /* 视频链接是否存在斜杠处理 */
  566. var fileInfo = video_litpic.lastIndexOf('/');
  567. if (fileInfo == -1) {
  568. $('#video_litpic').focus();
  569. showErrorMsg('视频链接不完整,无法正常预览');
  570. return false;
  571. }
  572. /* END */
  573. // 打开视频播放
  574. $.ajax({
  575. type : 'post',
  576. url : $('#OpenPreviewVideoUrl').val(),
  577. data : {video_litpic: video_litpic},
  578. dataType : 'json',
  579. success : function(res) {
  580. if (1 == res.code) {
  581. var PreviewVideo = "<video style='width:100%; height:100%;' src='"+res.url+"' controls preload='auto' oncontextmenu='return fase' autoplay></video>";
  582. layer.open({
  583. type: 1,
  584. title: false,
  585. fixed: true, //不固定
  586. shadeClose: false,
  587. shade: layer_shade,
  588. area: ['80%', '80%'],
  589. content: PreviewVideo
  590. });
  591. } else {
  592. showErrorMsg(res.msg);
  593. }
  594. },
  595. error: function(e) {
  596. showErrorAlert(e.responseText);
  597. }
  598. });
  599. }
  600. // 上传媒体文件
  601. function upload_video_litpic_1615775137(e) {
  602. var data_type = $(e).attr('data-type');
  603. if ('qiniu' == data_type) {
  604. // 七牛云上传
  605. upload_video_litpic_qiniu(e);
  606. } else if ('oss' == data_type) {
  607. // OSS上传
  608. upload_video_litpic_oss(e);
  609. } else if ('cos' == data_type) {
  610. // COS上传
  611. upload_video_litpic_cos(e);
  612. } else {
  613. // 本地上传
  614. upload_video_litpic_local(e);
  615. }
  616. }
  617. // 七牛云上传
  618. function upload_video_litpic_qiniu(e) {
  619. // 获取文件路径名
  620. var file = $(e)[0].files[0];
  621. // 验证上传格式
  622. var fileName = file.name;
  623. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  624. var ext = judgeExt(fileExt);
  625. if (ext == -1) {
  626. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  627. return false;
  628. }
  629. // 验证上传大小
  630. var size = "{$upload_max_filesize}";
  631. if (file.size > size) {
  632. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  633. return false;
  634. }
  635. // 执行上传
  636. layer_loading('上传本地');
  637. $.ajax({
  638. type: 'POST',
  639. url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
  640. data: {_ajax: 1},
  641. dataType: "JSON",
  642. success: function(res1) {
  643. if (1 == res1.code) {
  644. var token = res1.data.token;
  645. var formData = new FormData();
  646. formData.append('file', file);
  647. formData.append('token', token);
  648. fileName = res1.data.filePath + fileExt;
  649. formData.append('key', fileName);
  650. $.ajax({
  651. url: res1.data.uphost,
  652. type: 'POST',
  653. dataType: 'JSON',
  654. data: formData,
  655. timeout: 1200000,
  656. cache: false,
  657. processData: false,
  658. contentType: false,
  659. xhr: function () {
  660. myXhr = $.ajaxSettings.xhr();
  661. if (myXhr.upload) {
  662. myXhr.upload.addEventListener('progress', function(e){
  663. var curr = e.loaded;
  664. var total = e.total;
  665. process = parseInt(curr / total * 100);
  666. $("#upload_video_litpic_qiniu").text('上传中...'+process+"%");
  667. });
  668. }
  669. return myXhr;
  670. },
  671. success: function(res2) {
  672. layer.closeAll();
  673. $("#upload_video_litpic_qiniu").text('上传成功');
  674. setTimeout(function() {
  675. $('#upload_video_litpic_qiniu').text('七牛云上传');
  676. }, 2000);
  677. var video_url = res1.data.domain + "/" + res2.key;
  678. $("#video_litpic").val(video_url);
  679. },
  680. error: function(e) {
  681. layer.closeAll();
  682. showErrorMsg(e.responseText);
  683. return false;
  684. }
  685. });
  686. } else {
  687. layer.closeAll();
  688. showErrorMsg(res1.msg);
  689. }
  690. },
  691. error: function(e) {
  692. layer.closeAll();
  693. showErrorMsg(e.responseText);
  694. }
  695. });
  696. }
  697. // 阿里云OSS上传
  698. function upload_video_litpic_oss(e) {
  699. // 获取文件路径名
  700. var file = $(e)[0].files[0];
  701. // 验证上传格式
  702. var fileName = file.name;
  703. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  704. var ext = judgeExt(fileExt);
  705. if (ext == -1) {
  706. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  707. return false;
  708. }
  709. // 验证上传大小
  710. var size = "{$upload_max_filesize}";
  711. if (file.size > size) {
  712. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  713. return false;
  714. }
  715. // 执行上传
  716. layer_loading('上传阿里云OSS');
  717. $.ajax({
  718. type: 'POST',
  719. url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
  720. data: {_ajax: 1},
  721. dataType: "JSON",
  722. success: function(res1){
  723. if (1 == res1.code){
  724. fileName = res1.data.filePath + fileExt;
  725. //组装发送数据
  726. var request = new FormData();
  727. request.append("OSSAccessKeyId",res1.data.accessid);
  728. request.append("policy",res1.data.policy);
  729. request.append("Signature",res1.data.signature);
  730. request.append("key",fileName);
  731. request.append("success_action_status",201);
  732. request.append('file', file);
  733. $.ajax({
  734. url : res1.data.host,
  735. data : request,
  736. processData: false,
  737. cache: false,
  738. contentType: false,
  739. dataType: 'xml',
  740. type : 'post',
  741. xhr: function () {
  742. myXhr = $.ajaxSettings.xhr();
  743. if (myXhr.upload) {
  744. myXhr.upload.addEventListener('progress', function(e){
  745. var curr = e.loaded;
  746. var total = e.total;
  747. var process = parseInt(curr / total * 100);
  748. $("#upload_video_litpic_oss").text('上传中...'+process+"%");
  749. });
  750. }
  751. return myXhr;
  752. },
  753. success : function(data) {
  754. layer.closeAll();
  755. var res = $(data).find('PostResponse');
  756. if (res) {
  757. var key = res.find('Key').text();
  758. $("#upload_video_litpic_oss").text('上传成功');
  759. setTimeout(function() {
  760. $('#upload_video_litpic_oss').text('oss上传');
  761. }, 2000);
  762. var video_url = res1.data.domain + "/" + key;
  763. $("#video_litpic").val(video_url);
  764. } else {
  765. $("#upload_video_litpic_oss").text('上传失败');
  766. setTimeout(function() {
  767. $('#upload_video_litpic_oss').text('oss上传');
  768. }, 2000);
  769. }
  770. },
  771. error : function(e) {
  772. layer.closeAll();
  773. console.log(e.responseText);
  774. }
  775. });
  776. } else {
  777. layer.closeAll();
  778. showErrorMsg(res1.msg);
  779. }
  780. },
  781. error: function(e) {
  782. layer.closeAll();
  783. showErrorMsg(e.responseText);
  784. }
  785. });
  786. }
  787. // 腾讯云COS上传
  788. function upload_video_litpic_cos(e) {
  789. // 获取文件路径名
  790. var file = $(e)[0].files[0];
  791. // 验证上传格式
  792. var fileName = file.name;
  793. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  794. var ext = judgeExt(fileExt);
  795. if (ext == -1) {
  796. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  797. return false;
  798. }
  799. // 验证上传大小
  800. var size = "{$upload_max_filesize}";
  801. if (file.size > size) {
  802. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  803. return false;
  804. }
  805. // 上传参数
  806. var formData = new FormData();
  807. formData.append('file', file);
  808. formData.append('file_ext', fileExt);
  809. // 执行上传
  810. $.ajax({
  811. type: 'post',
  812. url: '__ROOT_DIR__/index.php?m=plugins&c=Cos&a=cos_upload&_ajax=1',
  813. data: formData,
  814. contentType: false,
  815. processData: false,
  816. dataType: 'json',
  817. xhr: function () {
  818. myXhr = $.ajaxSettings.xhr();
  819. if (myXhr.upload) {
  820. myXhr.upload.addEventListener('progress', function(e){
  821. var curr = e.loaded;
  822. var total = e.total;
  823. process = parseInt(curr / total * 100);
  824. if (100 == process) {
  825. process = 99;
  826. layer_loading('上传腾讯云');
  827. }
  828. $("#upload_video_litpic_cos").text('上传中...'+process+"%");
  829. });
  830. }
  831. return myXhr;
  832. },
  833. success: function(res) {
  834. layer.closeAll();
  835. if (1 == res.code) {
  836. $("#video_litpic").val(res.data.url);
  837. $("#upload_video_litpic_cos").text('上传成功');
  838. } else {
  839. $("#upload_video_litpic_cos").text('上传失败');
  840. }
  841. setTimeout(function() {
  842. $('#upload_video_litpic_cos').text('cos上传');
  843. }, 2000);
  844. },
  845. error: function(e) {
  846. layer.closeAll();
  847. showErrorMsg(e.responseText);
  848. }
  849. });
  850. }
  851. // 本地上传
  852. function upload_video_litpic_local(e) {
  853. // 获取文件路径名
  854. var file = $(e)[0].files[0];
  855. // 验证上传格式
  856. var fileName = file.name;
  857. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  858. var ext = judgeExt(fileExt);
  859. if (ext == -1) {
  860. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  861. return false;
  862. }
  863. // 验证上传大小
  864. var size = "{$upload_max_filesize}";
  865. if (file.size > size) {
  866. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  867. return false;
  868. }
  869. // 定义上传数据
  870. var formData = new FormData();
  871. formData.append('file', file);
  872. // 执行上传
  873. layer_loading('上传本地');
  874. $.ajax({
  875. type: 'post',
  876. url : "{:url('Ueditor/upVideo', ['savepath'=>'media'])}",
  877. data: formData,
  878. contentType: false,
  879. processData: false,
  880. dataType: 'json',
  881. xhr: function () {
  882. myXhr = $.ajaxSettings.xhr();
  883. if (myXhr.upload) {
  884. myXhr.upload.addEventListener('progress', function(e){
  885. var curr = e.loaded;
  886. var total = e.total;
  887. process = parseInt(curr / total * 100);
  888. $("#upload_video_litpic_local").html('上传中...'+process+"%");
  889. });
  890. }
  891. return myXhr;
  892. },
  893. success: function (res) {
  894. layer.closeAll();
  895. $("#upload_video_litpic_local").html('上传成功');
  896. setTimeout(function() {
  897. $('#upload_video_litpic_local').html('本地上传');
  898. }, 2000);
  899. if ("SUCCESS" == res.state) {
  900. $("#video_litpic").val(res.url);
  901. } else {
  902. showErrorMsg(res.msg);
  903. }
  904. }
  905. });
  906. }
  907. // 验证格式
  908. function judgeExt(ext) {
  909. var type = "{$media_type}";
  910. var extArr = [];
  911. extArr = type.split("|");
  912. var ext = ext.replace(".","");
  913. return extArr.indexOf(ext);
  914. }
  915. </script>
  916. <script type="text/javascript">
  917. var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  918. // 勾选新窗口打开链接
  919. function CheckedTarget(t){
  920. if ($(t).is(':checked')) {
  921. $(t).parent().find('input[name="img_target[]"]').val(1);
  922. }else{
  923. $(t).parent().find('input[name="img_target[]"]').val(0);
  924. }
  925. }
  926. // 鼠标事件,加载查看大图和更新图片
  927. function upimgMouseover(obj)
  928. {
  929. $(obj).find('div.icaction').show();
  930. $(obj).find('div.cover-bg').show();
  931. }
  932. function upimgMouseout(obj)
  933. {
  934. $(obj).find('div.icaction').hide();
  935. $(obj).find('div.cover-bg').hide();
  936. }
  937. // 检测广告名称是否存在重复
  938. function DetectionTitleRepeat(obj) {
  939. // 当前广告ID
  940. var id = 0;
  941. // 传入的广告名称
  942. var title = $(obj).val();
  943. // 执行检测
  944. $.ajax({
  945. type: 'post',
  946. url : "{:url('ZcwdPosition/detection_title_repeat', ['_ajax'=>1])}",
  947. data: {id: id, title: title},
  948. dataType: 'json',
  949. success: function(res) {
  950. if (0 == res.code) {
  951. $('#title_tips').show().html(res.msg);
  952. } else {
  953. $('#title_tips').hide().html('');
  954. }
  955. },
  956. error: function(e){
  957. layer.closeAll();
  958. showErrorAlert(e.responseText);
  959. }
  960. });
  961. }
  962. // 判断输入框是否为空
  963. function checkForm(){
  964. /* if($('input[name=title]').val() == ''){
  965. layer.msg('广告位名称不能为空!', {icon: 2,time: 1000});
  966. return false;
  967. }*/
  968. if($("#selectTest").val() == ''){
  969. layer.msg('请选择申报专业!', {icon: 2,time: 1000});
  970. return false;
  971. }
  972. if($("#selectTest222").val() == '' || $("#selectTest222").val() == 0){
  973. layer.msg('请选择申报等级!', {icon: 2,time: 1000});
  974. return false;
  975. }
  976. //'zyid': $("#selectTest").val(),
  977. //'sf': $('#selectTest000_1').val(),
  978. //'cs': $('#selectTest000_2').val(),
  979. //'sbdj': $('#selectTest000_2').val(),
  980. layer_loading('正在处理');
  981. $.ajax({
  982. type : 'post',
  983. url : "{:url('ZcwdPosition/add', ['_ajax'=>1])}",
  984. data : $('#post_form').serialize(),
  985. dataType : 'json',
  986. success : function(res) {
  987. layer.closeAll();
  988. if (1 == res.code) {
  989. var _parent = parent;
  990. _parent.layer.close(parentObj);
  991. _parent.layer.msg(res.msg, {icon: 1, shade: layer_shade, time: 1000}, function() {
  992. _parent.window.location.reload();
  993. });
  994. } else {
  995. showErrorMsg(res.msg);
  996. }
  997. },
  998. error: function(e) {
  999. layer.closeAll();
  1000. showErrorAlert(e.responseText);
  1001. }
  1002. });
  1003. }
  1004. // 显示信息输入框
  1005. function ShowInput(id) {
  1006. var obj = $("#"+id+"_ShowInput");
  1007. var showOrHide = obj.attr('data-showOrHide');
  1008. if ('hide' == showOrHide) {
  1009. obj.show().attr('data-showOrHide', 'show');
  1010. } else {
  1011. obj.hide().attr('data-showOrHide', 'hide');
  1012. }
  1013. }
  1014. // 隐藏信息输入
  1015. function HideInput(id) {
  1016. $("#"+id+"_ShowInput").hide().attr('data-showOrHide', 'hide');
  1017. }
  1018. // 上传图集相册回调函数
  1019. function imgupload_call_back(paths){
  1020. var last_div = $(".images_upload_tpl").html();
  1021. var inputs = $('.span_input input');
  1022. var timestamp = 0;
  1023. for (var i=0; i<paths.length; i++){
  1024. // 生成新的时间戳
  1025. timestamp = (new Date()).getTime();
  1026. // 插入一个 新图片
  1027. $(".images_upload:eq(0)").before(last_div);
  1028. // 处理他的链接地址
  1029. $(".images_upload:eq(0)").find('span:eq(0)').attr('onclick',"Images('"+paths[i]+"', 900, 600);");
  1030. // 处理信息显示隐藏按钮
  1031. $(".images_upload:eq(0)").find('span:eq(1)').attr('onclick', "ShowInput('"+timestamp+"');");
  1032. // 处理他的图片路径
  1033. $(".images_upload:eq(0)").find('img').attr('src',paths[i]);
  1034. // 处理删除按钮
  1035. $(".images_upload:eq(0)").find('a:eq(1)').attr('onclick', "ClearPicArr(this, '"+paths[i]+"', 0);");
  1036. // 处理图片信息框ID
  1037. $(".images_upload:eq(0)").find('.load_input:eq(0)').attr('id', timestamp+'_ShowInput');
  1038. // 处理图片路径及隐藏域
  1039. if (inputs.length > '0') {
  1040. // 修改隐藏域,提交ID隐藏域
  1041. $(".images_upload:eq(0)").find('input:eq(0)').attr('name','img_id[]').attr('value','');
  1042. // 修改隐藏域,提交图片隐藏域
  1043. $(".span_input:eq(0)").find('input:eq(0)').attr('name','img_litpic[]').attr('value',paths[i]);
  1044. // 提交标题
  1045. $(".images_upload:eq(0)").find('textarea:eq(0)').attr('name','img_title[]');
  1046. // 提交跳转链接
  1047. $(".images_upload:eq(0)").find('textarea:eq(1)').attr('name','img_links[]');
  1048. // 处理内容描述
  1049. $(".images_upload:eq(0)").find('textarea:eq(2)').attr('name','img_intro[]');
  1050. // 提交新窗口选项
  1051. $(".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>");
  1052. // 处理收回按钮
  1053. $(".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>');
  1054. }
  1055. }
  1056. }
  1057. // 上传之后删除组图input
  1058. function ClearPicArr(obj,path)
  1059. {
  1060. $(obj).parent().parent().parent().remove(); // 删除完服务器的, 再删除 html上的图片
  1061. $.ajax({
  1062. type:'POST',
  1063. url:"{:url('Uploadimgnew/delupload')}",
  1064. data:{action:"del", filename:path, _ajax:1},
  1065. success:function(){}
  1066. });
  1067. }
  1068. // 代码调用js
  1069. function copyToClipBoard(id) {
  1070. 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";
  1071. var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 ad 调用:</dd>'
  1072. contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:80px;">' + adstr + '}</textarea>'
  1073. contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将对应标签代码复制并粘贴到对应模板文件中!</dd></dl></div>'
  1074. layer.open({
  1075. title: '代码调用',
  1076. type: 1,
  1077. shade: layer_shade,
  1078. skin: 'layui-layer-demo',
  1079. area: ['480px', '240px'], //宽高
  1080. content: contentdiv
  1081. });
  1082. }
  1083. // 图集相册的拖动排序相关 js
  1084. $( ".sort-list" ).sortable({
  1085. start: function( event, ui) {
  1086. }
  1087. ,stop: function( event, ui ) {
  1088. }
  1089. });
  1090. //因为他们要拖动,所以尽量设置他们的文字不能选择。
  1091. // $( ".sort-list" ).disableSelection();
  1092. </script>
  1093. {include file="public/footer" /}