Nessuna descrizione
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 37KB

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