e6460db6c725f2eb096ccc6768a43d8f.php 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?php if (!defined('THINK_PATH')) exit();?><!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <?php $shoname_name = D('Home/Front')->get_config_by_name('shoname'); ?>
  6. <title><?php echo $shoname; ?></title>
  7. <link rel="shortcut icon" href="" />
  8. <meta name="renderer" content="webkit">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  11. <link rel="stylesheet" href="/layuiadmin/style/admin.css" media="all">
  12. <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
  13. <!--[if lt IE 9]>
  14. <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  15. <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. <link href="./resource/css/bootstrap.min.css?v=201903260001" rel="stylesheet">
  18. <link href="./resource/css/common.css?v=201903260001" rel="stylesheet">
  19. <script type="text/javascript">
  20. window.sysinfo = {
  21. <?php if (!empty($_W['uniacid']) ){ ?>'uniacid': '<?php echo ($_W['uniacid']); ?>',<?php } ?>
  22. <?php if( !empty($_W['acid']) ){ ?>'acid': '<?php echo ($_W['acid']); ?>',<?php } ?>
  23. <?php if (!empty($_W['openid']) ) { ?>'openid': '<?php echo ($_W['openid']); ?>',<?php } ?>
  24. <?php if( !empty($_W['uid']) ) { ?>'uid': '<?php echo ($_W['uid']); ?>',<?php } ?>
  25. 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
  26. 'siteroot': '<?php echo ($_W['siteroot']); ?>',
  27. 'siteurl': '<?php echo ($_W['siteurl']); ?>',
  28. 'attachurl': '<?php echo ($_W['attachurl']); ?>',
  29. 'attachurl_local': '<?php echo ($_W['attachurl_local']); ?>',
  30. 'attachurl_remote': '<?php echo ($_W['attachurl_remote']); ?>',
  31. 'module' : {'url' : '<?php if( defined('MODULE_URL') ) { ?>{MODULE_URL}<?php } ?>', 'name' : '<?php if (defined('IN_MODULE') ) { ?>{IN_MODULE}<?php } ?>'},
  32. 'cookie' : {'pre': ''},
  33. 'account' : <?php echo json_encode($_W['account']);?>,
  34. };
  35. </script>
  36. <script type="text/javascript" src="./resource/js/lib/jquery-1.11.1.min.js"></script>
  37. <script type="text/javascript" src="./resource/js/lib/bootstrap.min.js"></script>
  38. <script type="text/javascript" src="./resource/js/app/util.js?v=201903260001"></script>
  39. <script type="text/javascript" src="./resource/js/app/common.min.js?v=201903260001"></script>
  40. <script type="text/javascript" src="./resource/js/require.js?v=201903260001"></script>
  41. <script type="text/javascript" src="./resource/js/lib/jquery.nice-select.js?v=201903260001"></script>
  42. <link rel="stylesheet" href="/layuiadmin/layui/css/layui.css" media="all">
  43. <link href="/static/css/snailfish.css" rel="stylesheet">
  44. </head>
  45. <body layadmin-themealias="default">
  46. <div class="layui-fluid">
  47. <div class="layui-card">
  48. <div class="layui-card-header layui-elem-quote">当前位置:
  49. <span class="line-text"><?php if( !empty($item['id'])){ ?>编辑<?php }else{ ?>添加<?php } ?>标签 <small><?php if( !empty($item['id'])){ ?>修改【<?php echo ($item['label']); ?>】<?php } ?></span></div>
  50. <div class="layui-card-body" style="padding:15px;">
  51. <form action="" method="post" class="layui-form" lay-filter="component-layui-form-item" enctype="multipart/form-data" >
  52. <input type="hidden" name="data[id]" value="<?php echo ($item['id']); ?>" />
  53. <input type="hidden" name="data[tagcontent_1]" value="<?php echo ($item['tagcontent']); ?>" />
  54. <input type="hidden" name="data[type_1]" value="<?php echo ($item['type']); ?>" />
  55. <div class="layui-form-item">
  56. <label class="layui-form-label">标签名称</label>
  57. <div class="layui-input-block">
  58. <input type="text" name="data[tagname]" class="form-control" value="<?php echo ($item['tagname']); ?>" data-rule-required="true" />
  59. </div>
  60. </div>
  61. <div class="layui-form-item">
  62. <label class="layui-form-label">标签类型</label>
  63. <div class="layui-input-block">
  64. <label class="radio-inline">
  65. <input type="radio" name='data[type]' value="0" <?php if( empty($item['type']) || $item['type']==0){ ?>checked<?php } ?> title="文字" />
  66. </label>
  67. <label class="radio-inline">
  68. <input type="radio" name='data[type]' value="1" <?php if( !empty($item['type']) && $item['type']==1){ ?>checked<?php } ?> title="图片" />
  69. </label>
  70. </div>
  71. </div>
  72. <div class="layui-form-item" id="typeGroup0" <?php if( !empty($item['type']) && $item['type']==1){ ?>style="display: none;"<?php } ?>>
  73. <label class="layui-form-label ">标签内容</label>
  74. <div class="layui-input-block">
  75. <input type="text" name="data[tagcontent]" maxlength="4" class="form-control" value="<?php echo ($item['tagcontent']); ?>" data-rule-required="true" />
  76. </div>
  77. </div>
  78. <div class="layui-form-item" id="typeGroup1" <?php if( empty($item['type']) || $item['type']==0){ ?>style="display: none;"<?php } ?>>
  79. <label class="layui-form-label ">标签图片</label>
  80. <div class="layui-input-block">
  81. <?php echo tpl_form_field_image2('data[tagimg]', $item['tagcontent']);?>
  82. <span class='help-block'>尺寸:54*62</span>
  83. </div>
  84. </div>
  85. <div class="layui-form-item">
  86. <label class="layui-form-label">排序</label>
  87. <div class="layui-input-block">
  88. <input type="text" name="data[sort_order]" class="form-control" value="<?php if( empty($item)){ ?>0<?php }else{ echo ($item['sort_order']); } ?>" />
  89. </div>
  90. </div>
  91. <div class="layui-form-item">
  92. <label class="layui-form-label">是否启用</label>
  93. <div class="layui-input-block" id="param-items">
  94. <label class="radio-inline">
  95. <input type="radio" name='data[state]' value="1" <?php if( empty($item['state']) || $item['state']==1){ ?>checked<?php } ?> title="是" />
  96. </label>
  97. <label class="radio-inline">
  98. <input type="radio" name='data[state]' value="0" <?php if( !empty($item['state']) && $item['state'] == 0){ ?>checked<?php } ?> title="否" />
  99. </label>
  100. </div>
  101. </div>
  102. <div class="layui-form-item">
  103. <label class="layui-form-label"> </label>
  104. <div class="layui-input-block">
  105. <input type="submit" value="提交" lay-submit lay-filter="formDemo" class="btn btn-primary" />
  106. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  107. <a class="btn btn-default" style='margin-left:10px;' href="<?php echo U('goods/goodstag',array('ok'=>'1'));?>">返回列表</a>
  108. </div>
  109. </div>
  110. </form>
  111. </div>
  112. </div>
  113. </div>
  114. <script src="/layuiadmin/layui/layui.js"></script>
  115. <script>
  116. layui.config({
  117. base: '/layuiadmin/' //静态资源所在路径
  118. }).extend({
  119. index: 'lib/index' //主入口模块
  120. }).use('index');
  121. </script>
  122. <script>
  123. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  124. var layer = layui.layer;
  125. var $;
  126. var cur_open_div;
  127. layui.use(['jquery', 'layer','form'], function(){
  128. $ = layui.$;
  129. var form = layui.form;
  130. form.on('radio(linktype)', function(data){
  131. if (data.value == 2) {
  132. $('#typeGroup').show();
  133. } else {
  134. $('#typeGroup').hide();
  135. }
  136. });
  137. $('#chose_link').click(function(){
  138. cur_open_div = $(this).attr('data-input');
  139. $.post("<?php echo U('util.selecturl', array('ok' => 1));?>", {}, function(shtml){
  140. layer.open({
  141. type: 1,
  142. area: '930px',
  143. content: shtml //注意,如果str是object,那么需要字符拼接。
  144. });
  145. });
  146. })
  147. //监听提交
  148. form.on('submit(formDemo)', function(data){
  149. var tagname = $.trim($('input[name="data[tagname]"]').val());
  150. var type = $("input[name='data[type]']:checked").val();
  151. var tagcontent = $.trim($('input[name="data[tagcontent]"]').val());
  152. if(tagname == ''){
  153. layer.msg("标签名称不能为空",{icon: 2,time: 2000});
  154. return false;
  155. }
  156. if(type == 0 && tagcontent == ''){
  157. layer.msg("标签内容不能为空",{icon: 2,time: 2000});
  158. return false;
  159. }
  160. $.ajax({
  161. url: data.form.action,
  162. type: data.form.method,
  163. data: data.field,
  164. dataType:'json',
  165. success: function (info) {
  166. if(info.status == 0)
  167. {
  168. layer.msg(info.result.message,{icon: 1,time: 2000});
  169. }else if(info.status == 1){
  170. var go_url = location.href;
  171. if( info.result.hasOwnProperty("url") )
  172. {
  173. go_url = info.result.url;
  174. }
  175. layer.msg('操作成功',{time: 1000,
  176. end:function(){
  177. location.href = info.result.url;
  178. }
  179. });
  180. }
  181. }
  182. });
  183. return false;
  184. });
  185. })
  186. $(document).ready(function() {
  187. var type = $('input[name="data[type_1]"]').val();
  188. var tagcontent = $('input[name="data[tagcontent_1]"]').val();
  189. $('input[name="data[tagimg]"]').attr("readonly",true);
  190. $('input[type=radio][name="data[type]"]').click(function() {
  191. if (this.value == 0) {
  192. $('#typeGroup0').show();
  193. $('#typeGroup1').hide();
  194. if(type == 1){
  195. $('input[name="data[tagcontent]"]').val('');
  196. }else{
  197. $('input[name="data[tagcontent]"]').val(tagcontent);
  198. }
  199. } else {
  200. $('#typeGroup1').show();
  201. $('#typeGroup0').hide();
  202. if(type == 0){
  203. $('input[name="data[tagcontent]"]').val('');
  204. $('input[name="data[tagimg]"]').val('');
  205. }else{
  206. $('input[name="data[tagcontent]"]').val(tagcontent);
  207. }
  208. }
  209. });
  210. });
  211. </script>
  212. </body>