説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

edit.htm 35KB

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