Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

edit.htm 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. {include file="public/layout" /}
  2. {load href="__PUBLIC__/plugins/Ueditor/ueditor.config.js" /}
  3. {load href="__PUBLIC__/plugins/Ueditor/ueditor.all.min.js" /}
  4. {load href="__PUBLIC__/plugins/Ueditor/lang/zh-cn/zh-cn.js" /}
  5. <body class="bodystyle" style="overflow-y: scroll;">
  6. <div id="toolTipLayer" style="position: absolute; z-index: 9999; display: none; visibility: visible; left: 95px; top: 573px;"></div>
  7. <div id="append_parent"></div>
  8. <div id="ajaxwaitid"></div>
  9. <div class="page">
  10. <div class="fixed-bar">
  11. <div class="item-title"><a class="back_xin" href="{:url('Memgift/index')}" title="返回"><i class="iconfont e-fanhui"></i></a>
  12. <ul class="tab-base nc-row">
  13. <li><a href="javascript:void(0);" class="current"><span>编辑商品</span></a></li>
  14. </ul>
  15. </div>
  16. </div>
  17. <form class="form-horizontal" id="postForm" action="{:url('Memgift/edit')}" method="post">
  18. <div class="ncap-form-default">
  19. <dl class="row">
  20. <dt class="tit">
  21. <label for="giftname"><em>*</em>商品名称</label>
  22. </dt>
  23. <dd class="opt">
  24. <input type="text" name="giftname" id="giftname" value="{$info.giftname}" class="input-txt">
  25. </dd>
  26. </dl>
  27. <dl class="row">
  28. <dt class="tit">
  29. <label for="litpic">缩略图</label>
  30. </dt>
  31. <dd class="opt">
  32. <div class="input-file-show div_litpic_local" >
  33. <span class="show">
  34. <a id="img_a" target="_blank" class="nyroModal" rel="gal" href="{$info.litpic|default='javascript:void(0);'}">
  35. <i id="img_i" class="fa fa-picture-o" {notempty name="$info.litpic"}onmouseover="layer_tips=layer.tips('<img src={$info.litpic} class=\'layer_tips_img\'>',this,{tips: [1, '#fff']});"{/notempty} onmouseout="layer.close(layer_tips);"></i>
  36. </a>
  37. </span>
  38. <span class="type-file-box">
  39. <input type="text" id="litpic" name="litpic" value="{$info.litpic|default=''}" class="type-file-text" autocomplete="off">
  40. <input type="button" name="button" id="button1" value="选择上传..." class="type-file-button">
  41. <input class="type-file-file" onClick="GetUploadify(1,'','allimg','img_call_back')" size="30" hidefocus="true" nc_type="change_site_logo"
  42. title="点击前方预览图可查看大图,点击按钮选择文件并提交表单后上传生效">
  43. </span>
  44. </div>
  45. </dd>
  46. </dl>
  47. <dl class="row">
  48. <dt class="tit">
  49. <label for="type">商品属性</label>
  50. </dt>
  51. <dd class="opt">
  52. <select name="type" id="type">
  53. <option value="-1" {eq name="$info.type" value="-1"}selected{/eq}>实物</option>
  54. {foreach name="$users_level" item="vo" key="k" }
  55. <option value="{$vo.type_id}" {eq name="$info.type_id" value="$vo.type_id"}selected{/eq}>{$vo.level_name}</option>
  56. {/foreach}
  57. </select>
  58. <span class="err"></span>
  59. <p class="notic"></p>
  60. </dd>
  61. </dl>
  62. <dl class="row">
  63. <dt class="tit">
  64. <label for="price"><em>*</em>兑换价格</label>
  65. </dt>
  66. <dd class="opt">
  67. <input type="text" name="score" id="score" value="{$info.score}" style="width: 100px !important;" class="input-txt">
  68. </dd>
  69. </dl>
  70. <dl class="row">
  71. <dt class="tit">
  72. <label for="lists"><em>*</em>库存</label>
  73. </dt>
  74. <dd class="opt">
  75. <input type="text" name="stock" id="stock" value="{$info.stock}" style="width: 100px !important;" class="input-txt">
  76. </dd>
  77. </dl>
  78. <dl class="row">
  79. <dt class="tit">
  80. <label for="type">商品状态</label>
  81. </dt>
  82. <dd class="opt">
  83. <select name="status" id="sales">
  84. <option value="1" {eq name="$info.status" value="1"}selected{/eq}>显示</option>
  85. <option value="0" {eq name="$info.status" value="0"}selected{/eq}>隐藏</option>
  86. </select>
  87. <span class="err"></span>
  88. <p class="notic"></p>
  89. </dd>
  90. </dl>
  91. {eq name="$editor.editor_select" value="1"}
  92. <dl class="row">
  93. <dt class="tit">
  94. <label>商品详情</label>
  95. </dt>
  96. <dd class="opt">
  97. <label class="curpoin"><input type="checkbox" id="editor_remote_img_local" data-val="{$editor.editor_remote_img_local}" {eq name="$editor.editor_remote_img_local" value="1"} checked {/eq}>远程图片本地化</label>&nbsp;<a href="javascript:void(0);" onclick="ajax_auto_editor_content(1,0);">[手动]</a>
  98. <label class="curpoin"><input type="checkbox" id="editor_img_clear_link" data-val="{$editor.editor_img_clear_link}" {eq name="$editor.editor_img_clear_link" value="1"} checked {/eq}>清除非本站链接</label>&nbsp;<a href="javascript:void(0);" onclick="ajax_auto_editor_content(0,1);">[手动]</a>
  99. <textarea class="span12 ckeditor" id="content" data-func="content" name="content" title="">{$info.content|default=''}</textarea>
  100. <span class="err"></span>
  101. </dd>
  102. </dl>
  103. <script type="text/javascript">
  104. // 打开多图选择及上传界面
  105. function OpenImagesList(e, obj) {
  106. var OpenUrl = "{:url('Uploadimgnew/upload', ['num'=>30, 'path'=>'allimg', 'is_water'=>1])}";
  107. OpenUrl += "&func=images_call_content";
  108. top.layer.open({
  109. type: 2,
  110. title: '图片上传',
  111. shade: layer_shade,
  112. maxmin: false,
  113. shadeClose: false,
  114. area: ['1000px', '625px'],
  115. content: OpenUrl
  116. });
  117. }
  118. var ue_content = UE.getEditor('content',{
  119. serverUrl :"{:url('Ueditor/index',array('savepath'=>'allimg'))}",
  120. zIndex: 999,
  121. initialFrameWidth: "100%", //初化宽度
  122. initialFrameHeight: 450, //初化高度
  123. focus: false, //初始化时,是否让编辑器获得焦点true或false
  124. maximumWords: 99999,
  125. removeFormatAttributes: 'class,style,lang,width,height,align,hspace,valign',//允许的最大字符数 'fullscreen',
  126. pasteplain:false, //是否默认为纯文本粘贴。false为不使用纯文本粘贴,true为使用纯文本粘贴
  127. autoHeightEnabled: false,
  128. toolbars: ueditor_toolbars
  129. });
  130. //必须在提交前渲染编辑器;
  131. function content() {
  132. //判断编辑模式状态:0表示【源代码】HTML视图;1是【设计】视图,即可见即所得;-1表示不可用
  133. if(UE.getEditor("content").queryCommandState('source') != 0) {
  134. UE.getEditor("content").execCommand('source'); //切换到【设计】视图
  135. }
  136. }
  137. // 加载图片到编辑器指定位置
  138. function images_call_content(fileurl_tmp,filename_tmp) {
  139. var addBody = '';
  140. $.each(fileurl_tmp, function(index, items) {
  141. addBody += '<p><img src="'+items+'" alt="'+filename_tmp[index]+'"></p>';
  142. });
  143. UE.getEditor("content").execCommand('inserthtml', addBody);
  144. }
  145. // 自动远程图片本地化/自动清除非本站链接
  146. function ajax_auto_editor_content(local,link) {
  147. var body = UE.getEditor("content").getContent();
  148. $.ajax({
  149. type: 'POST',
  150. url: "{:url('Archives/ajax_auto_editor')}",
  151. data: {local:local,link:link,body:body,_ajax:1},
  152. dataType: "JSON",
  153. async:false,
  154. success: function(res){
  155. if (res.code == 1) {
  156. UE.getEditor("content").setContent(res.data.body);
  157. }
  158. }
  159. });
  160. }
  161. </script>
  162. {else/}
  163. <dl class="row">
  164. <dt class="tit">
  165. <label>商品详情</label>
  166. </dt>
  167. <dd class="opt">
  168. <label class="curpoin"><input type="checkbox" id="editor_remote_img_local" data-val="{$editor.editor_remote_img_local}" {eq name="$editor.editor_remote_img_local" value="1"} checked {/eq}>远程图片本地化</label>&nbsp;<a href="javascript:void(0);" onclick="ajax_auto_editor_content(1,0);">[手动]</a>
  169. <label class="curpoin"><input type="checkbox" id="editor_img_clear_link" data-val="{$editor.editor_img_clear_link}" {eq name="$editor.editor_img_clear_link" value="1"} checked {/eq}>清除非本站链接</label>&nbsp;<a href="javascript:void(0);" onclick="ajax_auto_editor_content(0,1);">[手动]</a>
  170. <textarea id="content" name="{$vo.fieldArr}[{$vo.name|default=''}]">{$info.contente|default=''}</textarea>
  171. <span class="err"></span>
  172. </dd>
  173. </dl>
  174. <script type="text/javascript">
  175. // 加载编辑器,若存在编辑器则先进行销毁
  176. try {
  177. var elemtid = "content";
  178. var editor = CKEDITOR.instances[elemtid];
  179. if (editor) editor.destroy(true);
  180. } catch(e) {}
  181. CKEDITOR.replace(elemtid, {
  182. filebrowserBrowseUrl: "{:url('Ueditor/index', ['savepath'=>'allimg', 'action'=>'uploadimage'])}",
  183. filebrowserImageBrowseUrl: "{:url('Ueditor/index', ['savepath'=>'allimg', 'action'=>'uploadimage'])}",
  184. filebrowserUploadUrl: "{:url('Ueditor/index', ['savepath'=>'allimg', 'action'=>'uploadimage'])}",
  185. filebrowserImageUploadUrl: "{:url('Ueditor/index', ['savepath'=>'allimg', 'action'=>'uploadimage'])}",
  186. });
  187. // 自动远程图片本地化/自动清除非本站链接
  188. function ajax_auto_editor_content(local,link) {
  189. var body = CKEDITOR.instances.content.getData();
  190. $.ajax({
  191. type: 'POST',
  192. url: "{:url('Archives/ajax_auto_editor')}",
  193. data: {local:local,link:link,body:body,_ajax:1},
  194. dataType: "JSON",
  195. async:false,
  196. success: function(res){
  197. if (res.code == 1) {
  198. CKEDITOR.instances.content.setData(res.data.body);
  199. }
  200. }
  201. });
  202. }
  203. </script>
  204. {/eq}
  205. <div class="bot">
  206. <input type="hidden" name="gift_id" value="{$info.gift_id}">
  207. <a href="JavaScript:void(0);" onclick="checkForm();" class="ncap-btn-big ncap-btn-green" id="submitBtn">确认提交</a>
  208. </div>
  209. </div>
  210. </form>
  211. </div>
  212. <script type="text/javascript">
  213. // 判断输入框是否为空
  214. function checkForm(){
  215. if($.trim($('#giftname').val()) == ''){
  216. showErrorMsg('商品名称不能为空!');
  217. $('#giftname').focus();
  218. return false;
  219. }
  220. if($.trim($('#score').val()) == '' || $('#score').val() == 0){
  221. showErrorMsg('兑换价格不能为空!');
  222. $('#score').focus();
  223. return false;
  224. }
  225. if($.trim($('#stock').val()) == '' || $('#stock').val() == 0){
  226. showErrorMsg('库存不能为空!');
  227. $('#stock').focus();
  228. return false;
  229. }
  230. layer_loading('正在处理');
  231. var link = 0,local = 0;
  232. if ($('#editor_remote_img_local').attr('checked')) {
  233. local = 1;
  234. }
  235. if ($('#editor_img_clear_link').attr('checked')) {
  236. link = 1;
  237. }
  238. if (1 == link || 1 == local){
  239. ajax_auto_editor_content(local,link);
  240. }
  241. $.ajax({
  242. type : 'post',
  243. url : "{:url('Memgift/edit', ['_ajax'=>1])}",
  244. data : $('#postForm').serialize(),
  245. dataType : 'json',
  246. success : function(res){
  247. layer.closeAll();
  248. if(res.code == 1){
  249. layer.msg(res.msg, {icon: 1, time:1000},function(){
  250. if (res.url){
  251. window.location = res.url;
  252. }else{
  253. window.location.reload();
  254. }
  255. });
  256. }else{
  257. showErrorMsg(res.msg);
  258. }
  259. },
  260. error: function(e){
  261. layer.closeAll();
  262. layer.alert(e.responseText, {icon: 5, title:false});
  263. }
  264. });
  265. }
  266. function img_call_back(fileurl_tmp){
  267. $("#litpic").val(fileurl_tmp);
  268. $("#img_a").attr('href', fileurl_tmp);
  269. $("#img_i").attr('onmouseover', "layer_tips=layer.tips('<img src="+fileurl_tmp+" class=\\'layer_tips_img\\'>',this,{tips: [1, '#fff']});");
  270. }
  271. </script>
  272. {include file="public/footer" /}