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 33KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876
  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. <input type="hidden" name="type" value="{$rule_id}" />
  15. 规则编号: {$detail.orderno} &nbsp;&nbsp;&nbsp;&nbsp; 规则名称: {$detail.title}
  16. </dd>
  17. </dl>
  18. <dl class="row">
  19. <dt class="tit"> <label for="title"><em>*</em>学历要求</label> </dt>
  20. <dd class="opt">
  21. <select name="xlyq" class="select" id="selectTest333" style="margin:0px 5px;height:30px;width:130px;">
  22. <option value="0">请选择学历</option>
  23. <option value="1">中专</option>
  24. <option value="2">高技</option>
  25. <option value="3">大专</option>
  26. <option value="4">本科</option>
  27. <option value="5">硕士</option>
  28. <option value="6">博士</option>
  29. </select>
  30. </dd>
  31. </dl>
  32. <?php
  33. /*
  34. * 字段模板
  35. * <dl class="row">
  36. <dt class="tit"> <label for="title"><em>*</em>年龄区间:</label> </dt>
  37. <dd class="opt">
  38. <input type="text" name="title" id="title" onkeyup="DetectionTitleRepeat(this);" class="input-txt" autocomplete="off" value="">
  39. <span style="">助理工程师,技术员</span>
  40. <span class="err"></span>
  41. <p class="notic2 red" id="title_tips">
  42. </p>
  43. </dd>
  44. </dl>
  45. */
  46. ?>
  47. <hr/>
  48. <b>基本要求设置:</b>
  49. <dl class="row">
  50. <dt class="tit"> <label for="title"><em>*</em>年龄区间:</label> </dt>
  51. <dd class="opt">
  52. <span style="" id="ega-b">
  53. <label class="curpoin">
  54. <input type="radio" name="is_ega" value="0" checked>年龄不限制</label>
  55. &nbsp;&nbsp;
  56. <label class="curpoin">
  57. <input type="radio" name="is_ega" value="1">年龄限制</label>
  58. </span>
  59. <span id="ega_input" style="display:none; margin-left: 15px !important;text-align: center;">
  60. <input style="width:50px !important;" type="number" name="ega[]" id="ega333" class="input-txt" autocomplete="off" value="23">
  61. &nbsp;&nbsp;-&nbsp;&nbsp;
  62. <input style="width:50px !important;" type="number" name="ega[]" id="ega333" class="input-txt" autocomplete="off" value="60">&nbsp;
  63. </span>
  64. <script>
  65. $(function(){
  66. $('#ega-b input[name="is_ega"]').change(function (){
  67. console.log("fdfd");
  68. if($(this).val() == 1){
  69. $('#ega_input').show();
  70. }else{
  71. $('#ega_input').hide();
  72. }
  73. });
  74. });
  75. </script>
  76. <span class="err"></span>
  77. <p class="notic2 red" id="title_tips">
  78. </p>
  79. </dd>
  80. </dl>
  81. <dl class="row">
  82. <dt class="tit">
  83. <label for="type">毕业专业</label>
  84. </dt>
  85. <dd class="opt">
  86. <!--<label class="curpoin"><input type="radio" id="type{$field1.id}" name="type" value="{$field1.id}" onclick="TypeSwitch({$field1.id});">{$field1.name}</label>
  87. -->
  88. <?php
  89. /*
  90. * {eyou:foreach name='$pro_list' item='field1'}
  91. <option value="{$field1.id}" {eq name="$Request.param.type" value="$field1.id"}selected{/eq}>{$field1.name}</option>
  92. {/eyou:foreach}
  93. */
  94. ?>
  95. <select name="byzy" class="select" id="selectTest777" style="margin:0px 5px;height:30px;width:130px;">
  96. <option value="0">不要求</option>
  97. <option value="1">指定相关要求</option>
  98. </select>
  99. <script>
  100. $(function(){
  101. $("#selectTest777").change(function(e){
  102. /*var item = $("#selectTest").val();
  103. if(item == '' || item == 0){
  104. layer.msg('请先选择申报专业!', {icon: 2,time: 1000});
  105. $("#selectTest777").val('0');
  106. return false;
  107. }
  108. console.log(item);
  109. //发送ajax 请求地区数据
  110. $.ajax({
  111. type:'POST',
  112. url:"{:url('ZcwdPosition/getZs2', ['_ajax'=>1])}",
  113. data:{
  114. id: item //获取当前专业
  115. ,_ajax:1
  116. },
  117. success:function(res){
  118. $('#zhengshu2').html(res.data);
  119. }
  120. });
  121. */
  122. console.log($(this).val());
  123. var v = $(this).val();
  124. if(v == 1){
  125. $('#citychoose2').show();
  126. }else{
  127. $('#citychoose2').hide();
  128. }
  129. });
  130. });
  131. </script>
  132. <span class="err"></span>
  133. <p class="notic"></p>
  134. </dd>
  135. </dl>
  136. <dl class="row" id="citychoose2" style="display: none;">
  137. <dt class="tit"> <label for="title"><em>*</em>专业选择</label> </dt>
  138. <dd class="opt">
  139. <!---checked-->
  140. <div id="zhengshu2">
  141. {$byzy_html}
  142. </div>
  143. <span class="err"></span>
  144. <p class="notic2 red" id="title_tips"></p>
  145. </dd>
  146. </dl>
  147. <dl class="row">
  148. <dt class="tit"> <label for="title"><em>*</em>学校类型</label> </dt>
  149. <dd class="opt">
  150. <label class="curpoin">
  151. <input type="radio" name="xxlx" value="0" checked>不限制</label>
  152. &nbsp;&nbsp;
  153. <label class="curpoin">
  154. <input type="radio" name="xxlx" value="1">全日制</label>
  155. &nbsp;&nbsp;
  156. <label class="curpoin">
  157. <input type="radio" name="xxlx" value="2">非全日制</label>
  158. </dd>
  159. </dl>
  160. <dl class="row">
  161. <dt class="tit"> <label for="title"><em>*</em>毕业时间:</label> </dt>
  162. <dd class="opt">
  163. <span style="" id="bysj-b">
  164. <label class="curpoin">
  165. <input type="radio" name="bysj" value="0" checked>不限制</label>
  166. &nbsp;&nbsp;
  167. <label class="curpoin">
  168. <input type="radio" name="bysj" value="1">限制</label>
  169. </span>
  170. <span id="bysj_input" style="display:none; margin-left: 15px !important;text-align: center;">
  171. >=
  172. <input style="width:50px !important;" type="number" name="bysj_time" id="bysj333" class="input-txt" autocomplete="off" value="1">
  173. &nbsp;年
  174. </span>
  175. <script>
  176. $(function(){
  177. $('#bysj-b input[name="bysj"]').change(function (){
  178. console.log("fdfd");
  179. if($(this).val() == 1){
  180. $('#bysj_input').show();
  181. }else{
  182. $('#bysj_input').hide();
  183. }
  184. });
  185. });
  186. </script>
  187. <span class="err"></span>
  188. <p class="notic2 red" id="title_tips">
  189. </p>
  190. </dd>
  191. </dl>
  192. <div class="bot"><a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a></div>
  193. </div>
  194. </form>
  195. </div>
  196. <script type="text/javascript">
  197. var SelectedType = 1;
  198. $(function() {
  199. // 新增时,广告类型默认选中图片类型
  200. $('#type1').prop('checked', 'checked');
  201. // 新增时,默认显示图片上传
  202. $('#1615775137_1').show();
  203. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  204. VideoLitpicValue('#video_litpic');
  205. });
  206. // 切换广告类型
  207. function TypeSwitch(typeValue) {
  208. // 隐藏全部类型内容
  209. $('.1615775137_dl').hide();
  210. // 显示指定类型内容
  211. $('#1615775137_'+typeValue).show();
  212. // 切换类型后设置为当前切换的类型
  213. SelectedType = typeValue;
  214. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  215. VideoLitpicValue('#video_litpic');
  216. }
  217. // 多媒体类型 && 广告内容不为空 则执行显示 否则 执行隐藏
  218. function VideoLitpicValue(obj) {
  219. // 获取广告内容(多媒体为播放链接)
  220. // var video_litpic = $(obj).val();
  221. // 判断隐藏/显示预览按钮if (2 == SelectedType && video_litpic)
  222. if (2 == SelectedType) {
  223. $('#PreviewVideo').show();
  224. } else {
  225. $('#PreviewVideo').hide();
  226. }
  227. }
  228. // 打开预览视频
  229. function OpenPreviewVideo() {
  230. // 获取视频链接
  231. var video_litpic = $('#video_litpic').val();
  232. if (video_litpic == '') {
  233. $('#video_litpic').focus();
  234. showErrorMsg('请先上传视频');
  235. return false;
  236. }
  237. /* 视频链接后缀验证处理 */
  238. var fileExt = video_litpic.substr(video_litpic.lastIndexOf('.')).toLowerCase();
  239. var fileExt = judgeExt(fileExt);
  240. if (fileExt == -1) {
  241. $('#video_litpic').focus();
  242. showErrorMsg('不支持的视频格式,可在附件设置中修改');
  243. return false;
  244. }
  245. /* END */
  246. /* 视频链接是否存在斜杠处理 */
  247. var fileInfo = video_litpic.lastIndexOf('/');
  248. if (fileInfo == -1) {
  249. $('#video_litpic').focus();
  250. showErrorMsg('视频链接不完整,无法正常预览');
  251. return false;
  252. }
  253. /* END */
  254. // 打开视频播放
  255. $.ajax({
  256. type : 'post',
  257. url : $('#OpenPreviewVideoUrl').val(),
  258. data : {video_litpic: video_litpic},
  259. dataType : 'json',
  260. success : function(res) {
  261. if (1 == res.code) {
  262. var PreviewVideo = "<video style='width:100%; height:100%;' src='"+res.url+"' controls preload='auto' oncontextmenu='return fase' autoplay></video>";
  263. layer.open({
  264. type: 1,
  265. title: false,
  266. fixed: true, //不固定
  267. shadeClose: false,
  268. shade: layer_shade,
  269. area: ['80%', '80%'],
  270. content: PreviewVideo
  271. });
  272. } else {
  273. showErrorMsg(res.msg);
  274. }
  275. },
  276. error: function(e) {
  277. showErrorAlert(e.responseText);
  278. }
  279. });
  280. }
  281. // 上传媒体文件
  282. function upload_video_litpic_1615775137(e) {
  283. var data_type = $(e).attr('data-type');
  284. if ('qiniu' == data_type) {
  285. // 七牛云上传
  286. upload_video_litpic_qiniu(e);
  287. } else if ('oss' == data_type) {
  288. // OSS上传
  289. upload_video_litpic_oss(e);
  290. } else if ('cos' == data_type) {
  291. // COS上传
  292. upload_video_litpic_cos(e);
  293. } else {
  294. // 本地上传
  295. upload_video_litpic_local(e);
  296. }
  297. }
  298. // 七牛云上传
  299. function upload_video_litpic_qiniu(e) {
  300. // 获取文件路径名
  301. var file = $(e)[0].files[0];
  302. // 验证上传格式
  303. var fileName = file.name;
  304. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  305. var ext = judgeExt(fileExt);
  306. if (ext == -1) {
  307. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  308. return false;
  309. }
  310. // 验证上传大小
  311. var size = "{$upload_max_filesize}";
  312. if (file.size > size) {
  313. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  314. return false;
  315. }
  316. // 执行上传
  317. layer_loading('上传本地');
  318. $.ajax({
  319. type: 'POST',
  320. url: '__ROOT_DIR__/index.php?m=plugins&c=Qiniuyun&a=qiniu_upload',
  321. data: {_ajax: 1},
  322. dataType: "JSON",
  323. success: function(res1) {
  324. if (1 == res1.code) {
  325. var token = res1.data.token;
  326. var formData = new FormData();
  327. formData.append('file', file);
  328. formData.append('token', token);
  329. fileName = res1.data.filePath + fileExt;
  330. formData.append('key', fileName);
  331. $.ajax({
  332. url: res1.data.uphost,
  333. type: 'POST',
  334. dataType: 'JSON',
  335. data: formData,
  336. timeout: 1200000,
  337. cache: false,
  338. processData: false,
  339. contentType: false,
  340. xhr: function () {
  341. myXhr = $.ajaxSettings.xhr();
  342. if (myXhr.upload) {
  343. myXhr.upload.addEventListener('progress', function(e){
  344. var curr = e.loaded;
  345. var total = e.total;
  346. process = parseInt(curr / total * 100);
  347. $("#upload_video_litpic_qiniu").text('上传中...'+process+"%");
  348. });
  349. }
  350. return myXhr;
  351. },
  352. success: function(res2) {
  353. layer.closeAll();
  354. $("#upload_video_litpic_qiniu").text('上传成功');
  355. setTimeout(function() {
  356. $('#upload_video_litpic_qiniu').text('七牛云上传');
  357. }, 2000);
  358. var video_url = res1.data.domain + "/" + res2.key;
  359. $("#video_litpic").val(video_url);
  360. },
  361. error: function(e) {
  362. layer.closeAll();
  363. showErrorMsg(e.responseText);
  364. return false;
  365. }
  366. });
  367. } else {
  368. layer.closeAll();
  369. showErrorMsg(res1.msg);
  370. }
  371. },
  372. error: function(e) {
  373. layer.closeAll();
  374. showErrorMsg(e.responseText);
  375. }
  376. });
  377. }
  378. // 阿里云OSS上传
  379. function upload_video_litpic_oss(e) {
  380. // 获取文件路径名
  381. var file = $(e)[0].files[0];
  382. // 验证上传格式
  383. var fileName = file.name;
  384. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  385. var ext = judgeExt(fileExt);
  386. if (ext == -1) {
  387. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  388. return false;
  389. }
  390. // 验证上传大小
  391. var size = "{$upload_max_filesize}";
  392. if (file.size > size) {
  393. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  394. return false;
  395. }
  396. // 执行上传
  397. layer_loading('上传阿里云OSS');
  398. $.ajax({
  399. type: 'POST',
  400. url: '__ROOT_DIR__/index.php?m=plugins&c=AliyunOss&a=oss_upload',
  401. data: {_ajax: 1},
  402. dataType: "JSON",
  403. success: function(res1){
  404. if (1 == res1.code){
  405. fileName = res1.data.filePath + fileExt;
  406. //组装发送数据
  407. var request = new FormData();
  408. request.append("OSSAccessKeyId",res1.data.accessid);
  409. request.append("policy",res1.data.policy);
  410. request.append("Signature",res1.data.signature);
  411. request.append("key",fileName);
  412. request.append("success_action_status",201);
  413. request.append('file', file);
  414. $.ajax({
  415. url : res1.data.host,
  416. data : request,
  417. processData: false,
  418. cache: false,
  419. contentType: false,
  420. dataType: 'xml',
  421. type : 'post',
  422. xhr: function () {
  423. myXhr = $.ajaxSettings.xhr();
  424. if (myXhr.upload) {
  425. myXhr.upload.addEventListener('progress', function(e){
  426. var curr = e.loaded;
  427. var total = e.total;
  428. var process = parseInt(curr / total * 100);
  429. $("#upload_video_litpic_oss").text('上传中...'+process+"%");
  430. });
  431. }
  432. return myXhr;
  433. },
  434. success : function(data) {
  435. layer.closeAll();
  436. var res = $(data).find('PostResponse');
  437. if (res) {
  438. var key = res.find('Key').text();
  439. $("#upload_video_litpic_oss").text('上传成功');
  440. setTimeout(function() {
  441. $('#upload_video_litpic_oss').text('oss上传');
  442. }, 2000);
  443. var video_url = res1.data.domain + "/" + key;
  444. $("#video_litpic").val(video_url);
  445. } else {
  446. $("#upload_video_litpic_oss").text('上传失败');
  447. setTimeout(function() {
  448. $('#upload_video_litpic_oss').text('oss上传');
  449. }, 2000);
  450. }
  451. },
  452. error : function(e) {
  453. layer.closeAll();
  454. console.log(e.responseText);
  455. }
  456. });
  457. } else {
  458. layer.closeAll();
  459. showErrorMsg(res1.msg);
  460. }
  461. },
  462. error: function(e) {
  463. layer.closeAll();
  464. showErrorMsg(e.responseText);
  465. }
  466. });
  467. }
  468. // 腾讯云COS上传
  469. function upload_video_litpic_cos(e) {
  470. // 获取文件路径名
  471. var file = $(e)[0].files[0];
  472. // 验证上传格式
  473. var fileName = file.name;
  474. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  475. var ext = judgeExt(fileExt);
  476. if (ext == -1) {
  477. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  478. return false;
  479. }
  480. // 验证上传大小
  481. var size = "{$upload_max_filesize}";
  482. if (file.size > size) {
  483. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  484. return false;
  485. }
  486. // 上传参数
  487. var formData = new FormData();
  488. formData.append('file', file);
  489. formData.append('file_ext', fileExt);
  490. // 执行上传
  491. $.ajax({
  492. type: 'post',
  493. url: '__ROOT_DIR__/index.php?m=plugins&c=Cos&a=cos_upload&_ajax=1',
  494. data: formData,
  495. contentType: false,
  496. processData: false,
  497. dataType: 'json',
  498. xhr: function () {
  499. myXhr = $.ajaxSettings.xhr();
  500. if (myXhr.upload) {
  501. myXhr.upload.addEventListener('progress', function(e){
  502. var curr = e.loaded;
  503. var total = e.total;
  504. process = parseInt(curr / total * 100);
  505. if (100 == process) {
  506. process = 99;
  507. layer_loading('上传腾讯云');
  508. }
  509. $("#upload_video_litpic_cos").text('上传中...'+process+"%");
  510. });
  511. }
  512. return myXhr;
  513. },
  514. success: function(res) {
  515. layer.closeAll();
  516. if (1 == res.code) {
  517. $("#video_litpic").val(res.data.url);
  518. $("#upload_video_litpic_cos").text('上传成功');
  519. } else {
  520. $("#upload_video_litpic_cos").text('上传失败');
  521. }
  522. setTimeout(function() {
  523. $('#upload_video_litpic_cos').text('cos上传');
  524. }, 2000);
  525. },
  526. error: function(e) {
  527. layer.closeAll();
  528. showErrorMsg(e.responseText);
  529. }
  530. });
  531. }
  532. // 本地上传
  533. function upload_video_litpic_local(e) {
  534. // 获取文件路径名
  535. var file = $(e)[0].files[0];
  536. // 验证上传格式
  537. var fileName = file.name;
  538. var fileExt = fileName.substr(fileName.lastIndexOf('.')).toLowerCase();
  539. var ext = judgeExt(fileExt);
  540. if (ext == -1) {
  541. showErrorMsg('不支持选中的视频格式,可在附件设置中修改');
  542. return false;
  543. }
  544. // 验证上传大小
  545. var size = "{$upload_max_filesize}";
  546. if (file.size > size) {
  547. showErrorMsg('视频大小超过限制,可在附件设置中修改');
  548. return false;
  549. }
  550. // 定义上传数据
  551. var formData = new FormData();
  552. formData.append('file', file);
  553. // 执行上传
  554. layer_loading('上传本地');
  555. $.ajax({
  556. type: 'post',
  557. url : "{:url('Ueditor/upVideo', ['savepath'=>'media'])}",
  558. data: formData,
  559. contentType: false,
  560. processData: false,
  561. dataType: 'json',
  562. xhr: function () {
  563. myXhr = $.ajaxSettings.xhr();
  564. if (myXhr.upload) {
  565. myXhr.upload.addEventListener('progress', function(e){
  566. var curr = e.loaded;
  567. var total = e.total;
  568. process = parseInt(curr / total * 100);
  569. $("#upload_video_litpic_local").html('上传中...'+process+"%");
  570. });
  571. }
  572. return myXhr;
  573. },
  574. success: function (res) {
  575. layer.closeAll();
  576. $("#upload_video_litpic_local").html('上传成功');
  577. setTimeout(function() {
  578. $('#upload_video_litpic_local').html('本地上传');
  579. }, 2000);
  580. if ("SUCCESS" == res.state) {
  581. $("#video_litpic").val(res.url);
  582. } else {
  583. showErrorMsg(res.msg);
  584. }
  585. }
  586. });
  587. }
  588. // 验证格式
  589. function judgeExt(ext) {
  590. var type = "{$media_type}";
  591. var extArr = [];
  592. extArr = type.split("|");
  593. var ext = ext.replace(".","");
  594. return extArr.indexOf(ext);
  595. }
  596. </script>
  597. <script type="text/javascript">
  598. var parentObj = parent.layer.getFrameIndex(window.name); //先得到当前iframe层的索引
  599. // 勾选新窗口打开链接
  600. function CheckedTarget(t){
  601. if ($(t).is(':checked')) {
  602. $(t).parent().find('input[name="img_target[]"]').val(1);
  603. }else{
  604. $(t).parent().find('input[name="img_target[]"]').val(0);
  605. }
  606. }
  607. // 鼠标事件,加载查看大图和更新图片
  608. function upimgMouseover(obj)
  609. {
  610. $(obj).find('div.icaction').show();
  611. $(obj).find('div.cover-bg').show();
  612. }
  613. function upimgMouseout(obj)
  614. {
  615. $(obj).find('div.icaction').hide();
  616. $(obj).find('div.cover-bg').hide();
  617. }
  618. // 检测广告名称是否存在重复
  619. function DetectionTitleRepeat(obj) {
  620. // 当前广告ID
  621. var id = 0;
  622. // 传入的广告名称
  623. var title = $(obj).val();
  624. // 执行检测
  625. $.ajax({
  626. type: 'post',
  627. url : "{:url('ZcwdPosition/detection_title_repeat', ['_ajax'=>1])}",
  628. data: {id: id, title: title},
  629. dataType: 'json',
  630. success: function(res) {
  631. if (0 == res.code) {
  632. $('#title_tips').show().html(res.msg);
  633. } else {
  634. $('#title_tips').hide().html('');
  635. }
  636. },
  637. error: function(e){
  638. layer.closeAll();
  639. showErrorAlert(e.responseText);
  640. }
  641. });
  642. }
  643. // 判断输入框是否为空
  644. function checkForm(){
  645. /* if($('input[name=title]').val() == ''){
  646. layer.msg('广告位名称不能为空!', {icon: 2,time: 1000});
  647. return false;
  648. }*/
  649. if($("#selectTest333").val() == '' || $("#selectTest333").val() == 0){
  650. layer.msg('请选择学历要求!', {icon: 2,time: 1000});
  651. return false;
  652. }
  653. if($('#selectTest777').val() == '1'){
  654. var checkedValues = [];
  655. $('#zhengshu2 input[type=checkbox]:checked').each(function() {
  656. checkedValues.push($(this).val());
  657. });
  658. console.log(checkedValues); // 打印选中的checkbox值
  659. if(checkedValues.length > 0){
  660. }else{
  661. layer.msg('请选择专业!', {icon: 2,time: 1000});
  662. return false;
  663. }
  664. }
  665. //'zyid': $("#selectTest").val(),
  666. //'sf': $('#selectTest000_1').val(),
  667. //'cs': $('#selectTest000_2').val(),
  668. //'sbdj': $('#selectTest000_2').val(),
  669. layer_loading('正在处理');
  670. $.ajax({
  671. type : 'post',
  672. url : "{:url('ZcwePosition/add', ['_ajax'=>1])}",
  673. data : $('#post_form').serialize(),
  674. dataType : 'json',
  675. success : function(res) {
  676. layer.closeAll();
  677. if (1 == res.code) {
  678. var _parent = parent;
  679. _parent.layer.close(parentObj);
  680. _parent.layer.msg(res.msg, {icon: 1, shade: layer_shade, time: 1000}, function() {
  681. _parent.window.location.reload();
  682. });
  683. } else {
  684. showErrorMsg(res.msg);
  685. }
  686. },
  687. error: function(e) {
  688. layer.closeAll();
  689. showErrorAlert(e.responseText);
  690. }
  691. });
  692. }
  693. // 显示信息输入框
  694. function ShowInput(id) {
  695. var obj = $("#"+id+"_ShowInput");
  696. var showOrHide = obj.attr('data-showOrHide');
  697. if ('hide' == showOrHide) {
  698. obj.show().attr('data-showOrHide', 'show');
  699. } else {
  700. obj.hide().attr('data-showOrHide', 'hide');
  701. }
  702. }
  703. // 隐藏信息输入
  704. function HideInput(id) {
  705. $("#"+id+"_ShowInput").hide().attr('data-showOrHide', 'hide');
  706. }
  707. // 上传图集相册回调函数
  708. function imgupload_call_back(paths){
  709. var last_div = $(".images_upload_tpl").html();
  710. var inputs = $('.span_input input');
  711. var timestamp = 0;
  712. for (var i=0; i<paths.length; i++){
  713. // 生成新的时间戳
  714. timestamp = (new Date()).getTime();
  715. // 插入一个 新图片
  716. $(".images_upload:eq(0)").before(last_div);
  717. // 处理他的链接地址
  718. $(".images_upload:eq(0)").find('span:eq(0)').attr('onclick',"Images('"+paths[i]+"', 900, 600);");
  719. // 处理信息显示隐藏按钮
  720. $(".images_upload:eq(0)").find('span:eq(1)').attr('onclick', "ShowInput('"+timestamp+"');");
  721. // 处理他的图片路径
  722. $(".images_upload:eq(0)").find('img').attr('src',paths[i]);
  723. // 处理删除按钮
  724. $(".images_upload:eq(0)").find('a:eq(1)').attr('onclick', "ClearPicArr(this, '"+paths[i]+"', 0);");
  725. // 处理图片信息框ID
  726. $(".images_upload:eq(0)").find('.load_input:eq(0)').attr('id', timestamp+'_ShowInput');
  727. // 处理图片路径及隐藏域
  728. if (inputs.length > '0') {
  729. // 修改隐藏域,提交ID隐藏域
  730. $(".images_upload:eq(0)").find('input:eq(0)').attr('name','img_id[]').attr('value','');
  731. // 修改隐藏域,提交图片隐藏域
  732. $(".span_input:eq(0)").find('input:eq(0)').attr('name','img_litpic[]').attr('value',paths[i]);
  733. // 提交标题
  734. $(".images_upload:eq(0)").find('textarea:eq(0)').attr('name','img_title[]');
  735. // 提交跳转链接
  736. $(".images_upload:eq(0)").find('textarea:eq(1)').attr('name','img_links[]');
  737. // 处理内容描述
  738. $(".images_upload:eq(0)").find('textarea:eq(2)').attr('name','img_intro[]');
  739. // 提交新窗口选项
  740. $(".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>");
  741. // 处理收回按钮
  742. $(".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>');
  743. }
  744. }
  745. }
  746. // 上传之后删除组图input
  747. function ClearPicArr(obj,path)
  748. {
  749. $(obj).parent().parent().parent().remove(); // 删除完服务器的, 再删除 html上的图片
  750. $.ajax({
  751. type:'POST',
  752. url:"{:url('Uploadimgnew/delupload')}",
  753. data:{action:"del", filename:path, _ajax:1},
  754. success:function(){}
  755. });
  756. }
  757. // 代码调用js
  758. function copyToClipBoard(id) {
  759. 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";
  760. var contentdiv = '<div class="dialog_content" style="margin: 0px; padding: 0px;"><dl style="padding:10px 30px;line-height:30px"><dd>标签 ad 调用:</dd>'
  761. contentdiv += '<textarea rows="4" cols="60" style="width:400px;height:80px;">' + adstr + '}</textarea>'
  762. contentdiv += '<dd style="border-top: dotted 1px #E7E7E7; color: #F60;">请将对应标签代码复制并粘贴到对应模板文件中!</dd></dl></div>'
  763. layer.open({
  764. title: '代码调用',
  765. type: 1,
  766. shade: layer_shade,
  767. skin: 'layui-layer-demo',
  768. area: ['480px', '240px'], //宽高
  769. content: contentdiv
  770. });
  771. }
  772. // 图集相册的拖动排序相关 js
  773. $( ".sort-list" ).sortable({
  774. start: function( event, ui) {
  775. }
  776. ,stop: function( event, ui ) {
  777. }
  778. });
  779. //因为他们要拖动,所以尽量设置他们的文字不能选择。
  780. // $( ".sort-list" ).disableSelection();
  781. </script>
  782. {include file="public/footer" /}