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.

add.htm 14KB

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