Ingen beskrivning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

add.htm 33KB

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