Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

choose.htm 31KB

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