8282cd5263a93ec1dc56b97360c4292e.php 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?php /*a:3:{s:67:"D:\project\gyx\gaoyixia\application\operate\view\supplier\form.html";i:1699858976;s:56:"D:\project\gyx\gaoyixia\application\admin\view\main.html";i:1699858976;s:73:"D:\project\gyx\gaoyixia\application\mall\view\store_goods\form_style.html";i:1699858976;}*/ ?>
  2. <div class="layui-card layui-bg-gray"><?php if(!(empty($title) || (($title instanceof \think\Collection || $title instanceof \think\Paginator ) && $title->isEmpty()))): ?><div class="layui-card-header layui-anim layui-anim-fadein notselect"><span class="layui-icon layui-icon-next font-s10 color-desc margin-right-5"></span><?php echo htmlentities((isset($title) && ($title !== '')?$title:'')); ?><div class="pull-right"></div></div><?php endif; ?><div class="layui-card-body layui-anim layui-anim-upbit"><style> .inner-input {
  3. width: 80px;
  4. height: 14px;
  5. padding: 1px 5px;
  6. line-height: 12px;
  7. }
  8. .goods-spec-box {
  9. position: relative;
  10. margin: 0 10px 10px 0;
  11. vertical-align: middle;
  12. }
  13. .goods-spec-title {
  14. z-index: 2;
  15. width: 40px;
  16. color: #fff;
  17. height: 28px;
  18. position: absolute;
  19. background: #999;
  20. line-height: 28px;
  21. }
  22. .goods-spec-close {
  23. right: 8px;
  24. z-index: 2;
  25. line-height: 28px;
  26. position: absolute;
  27. display: inline-block
  28. }
  29. .goods-spec-btn {
  30. height: 28px;
  31. margin-left: 5px !important;
  32. line-height: 26px !important;
  33. }
  34. .goods-spec-box input {
  35. z-index: 1;
  36. width: 120px;
  37. position: relative;
  38. border: 1px solid #999;
  39. padding: 5px 0 5px 45px;
  40. display: inline-block !important;
  41. }
  42. .goods-spec-box input[type=checkbox] {
  43. z-index: 2;
  44. width: 40px;
  45. height: 28px;
  46. border: none;
  47. cursor: pointer;
  48. appearance: none;
  49. position: absolute;
  50. -webkit-appearance: none;
  51. }
  52. .goods-spec-box input[type=checkbox]:before {
  53. top: 1px;
  54. left: 1px;
  55. width: 40px;
  56. height: 26px;
  57. content: ' ';
  58. position: absolute;
  59. background: #c9c9c9;
  60. }
  61. .goods-spec-box input[type=checkbox]:after {
  62. top: 1px;
  63. left: 1px;
  64. color: #999;
  65. width: 40px;
  66. height: 26px;
  67. content: '\e63f';
  68. font-size: 16px;
  69. line-height: 26px;
  70. position: absolute;
  71. text-align: center;
  72. font-family: 'layui-icon';
  73. }
  74. .goods-spec-box input[type=checkbox]:checked:after {
  75. color: #333;
  76. content: '\e605';
  77. }
  78. </style><style> .layui-form-radio{
  79. margin: 0 !important;
  80. padding-right:0 !important;
  81. }
  82. .layui-form-select{
  83. margin-right: 10px !important;
  84. }
  85. .layui-col-xs9{
  86. width: 90%;
  87. }
  88. </style><form onsubmit="return false;" id="GoodsForm" data-auto="true" method="post" class='layui-form layui-card' autocomplete="off"><div class="layui-card-body think-box-shadow padding-left-40"><div class="layui-tab"><ul class="layui-tab-title"><li class="layui-this">供应商设置</li></ul><div class="layui-tab-content"><!--基础设置--><div class="layui-tab-item layui-show"><!--基础设置start--><div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">名称</span><input name="title" required class="layui-input" placeholder="请输入供应商名称" value="<?php echo htmlentities((isset($vo['title']) && ($vo['title'] !== '')?$vo['title']:'')); ?>"></label></div><!-- <div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">分类</span></label><div class="layui-inline" style="top: -15px;margin-bottom: -25px"><div class="layui-input-inline"><select name="first_classify" lay-filter ="first_classify"><option value="0">请选择</option><?php if(!empty($cate_tree)): foreach($cate_tree as $ck=>$cv): if(isset($vo['first_classify']) && $vo['first_classify'] == $cv['id']): ?><option selected data-cl_key="<?php echo htmlentities($ck); ?>" value="<?php echo htmlentities($cv['id']); ?>"><?php echo htmlentities($cv['title']); ?></option><?php else: ?><option data-cl_key="<?php echo htmlentities($ck); ?>" value="<?php echo htmlentities($cv['id']); ?>"><?php echo htmlentities($cv['title']); ?></option><?php endif; ?><?php endforeach; ?><?php endif; ?></select></div><div class="layui-input-inline"><select name="second_classify" lay-filter ="second_classify"><option value="0">请选择</option><?php if(!empty($cate_tree)): foreach($cate_tree as $ck=>$cv): if(isset($vo['first_classify']) && $vo['first_classify'] == $cv['id']): if(isset($cv['children'])): foreach($cv['children'] as $cln): if(isset($vo['second_classify']) && $vo['second_classify'] == $cln['id']): ?><option selected value="<?php echo htmlentities($cln['id']); ?>"><?php echo htmlentities($cln['title']); ?></option><?php else: ?><option value="<?php echo htmlentities($cln['id']); ?>"><?php echo htmlentities($cln['title']); ?></option><?php endif; ?><?php endforeach; ?><?php endif; ?><?php endif; ?><?php endforeach; ?><?php endif; ?></select></div></div></div>--><div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">办公地点</span><input name="work_place" required class="layui-input" placeholder="请输入办公地点" value="<?php echo htmlentities((isset($vo['work_place']) && ($vo['work_place'] !== '')?$vo['work_place']:'')); ?>"></label></div><div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">标签</span><span class="margin-left-10 color-gray">多个半角逗号(,)隔开</span><textarea placeholder="请输入供应商标签" class="layui-textarea" name="label"><?php echo htmlentities((isset($vo['label']) && ($vo['label'] !== '')?$vo['label']:'')); ?></textarea></label></div><div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">主营业务</span><span class="margin-left-10 color-gray">多个半角逗号(,)隔开</span><textarea placeholder="请输入内容" class="layui-textarea" name="business"><?php echo htmlentities((isset($vo['business']) && ($vo['business'] !== '')?$vo['business']:'')); ?></textarea></label></div><div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs3 relative"><span class="color-green">邮箱</span><input name="email" class="layui-input" placeholder="请输入邮箱" value="<?php echo htmlentities((isset($vo['email']) && ($vo['email'] !== '')?$vo['email']:'')); ?>"></label><label class="layui-col-xs3 relative"><span class="color-green">电话</span><input name="phone" class="layui-input" placeholder="请输入电话" value="<?php echo htmlentities((isset($vo['phone']) && ($vo['phone'] !== '')?$vo['phone']:'')); ?>"></label><label class="layui-col-xs3 relative" ><span class="color-green">成立时间</span><input name="build_time" id="build_time" value='<?php echo htmlentities((isset($vo['build_time']) && ($vo['build_time'] !== '')?$vo['build_time']:"")); ?>' placeholder="" class="layui-input"></label></div><div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">排序</span><input name="sort" class="layui-input" placeholder="请输入排序号" value="<?php echo htmlentities((isset($vo['sort']) && ($vo['sort'] !== '')?$vo['sort']:'0')); ?>"></label></div><div class="layui-form-item layui-row layui-col-space15" style="width: 90%"><span class="color-green">二维码</span><table class="layui-table"><thead><tr><td width="auto" class="text-left"><input name="qr_code" type="hidden" value="<?php echo htmlentities((isset($vo['qr_code']) && ($vo['qr_code'] !== '')?$vo['qr_code']:'')); ?>"></td></tr></thead></table><script>$('[name="qr_code"]').uploadOneImage()</script></div><div class="layui-form-item layui-row layui-col-space15" style="width: 90%"><span class="color-green label-required-prev">LOGO</span><table class="layui-table"><thead><tr><td width="auto" class="text-left"><input name="logo" type="hidden" value="<?php echo htmlentities((isset($vo['logo']) && ($vo['logo'] !== '')?$vo['logo']:'')); ?>"></td></tr></thead></table><script>$('[name="logo"]').uploadOneImage()</script></div><!-- <div class="layui-form-item layui-row layui-col-space15"><label class="layui-col-xs9 relative"><span class="color-green">供应商详情</span><textarea name="content"><?php echo htmlentities((isset($vo['content']) && ($vo['content'] !== '')?$vo['content']:"")); ?></textarea></label></div>--><div class="layui-form-item text-center"><?php if(!(empty($vo['id']) || (($vo['id'] instanceof \think\Collection || $vo['id'] instanceof \think\Paginator ) && $vo['id']->isEmpty()))): ?><input type="hidden" name="id" value="<?php echo htmlentities($vo['id']); ?>"><?php endif; ?><button class="layui-btn" type="submit">保存</button><button class="layui-btn layui-btn-danger" type='button' onclick="history.go(-1)" data-close>返回</button></div></div></div></div></div></form></div><script> window.form.render();
  89. layui.use('form', function () {
  90. var form = layui.form;
  91. //日期时间范围
  92. laydate.render({
  93. elem: '#build_time'
  94. ,type: 'date'
  95. });
  96. })
  97. layui.use('element', function(){
  98. var $ = layui.jquery
  99. ,element = layui.element;
  100. var active = {
  101. tabAdd: function(){
  102. element.tabAdd('demo', {
  103. title: '新选项'+ (Math.random()*1000|0)
  104. ,content: '内容'+ (Math.random()*1000|0)
  105. ,id: new Date().getTime()
  106. })
  107. }
  108. ,tabDelete: function(othis){
  109. element.tabDelete('demo', '44');
  110. othis.addClass('layui-btn-disabled');
  111. }
  112. ,tabChange: function(){
  113. element.tabChange('demo', '22');
  114. }
  115. };
  116. $('.site-demo-active').on('click', function(){
  117. var othis = $(this), type = othis.data('type');
  118. active[type] ? active[type].call(this, othis) : '';
  119. });
  120. //Hash地址的定位
  121. var layid = location.hash.replace(/^#test=/, '');
  122. element.tabChange('test', layid);
  123. element.on('tab(test)', function(elem){
  124. location.hash = 'test='+ $(this).attr('lay-id');
  125. });
  126. });
  127. require(['ckeditor', 'angular'], function () {
  128. window.createEditor('[name="content"]', {
  129. height: 500,
  130. });
  131. })
  132. // 添加设置
  133. $(document).on('click',".add_goods_no",function () {
  134. var knum = $('.no_html tr').length;
  135. var no_html = get_ht(knum);
  136. $(".no_html").append(no_html);
  137. form.render();
  138. console.log(a);// 别删这个!!!
  139. })
  140. // 删除设置
  141. $(document).on('click',".del_no",function (){
  142. var knum = $('.no_html tr').length;
  143. if(knum == 1) {
  144. layer.msg('不能全部删除!')
  145. form.render();
  146. console.log(a);// 别删这个!!!
  147. }
  148. var index= $(".del_no").index(this);
  149. $(".no_detail").eq(index).remove();
  150. form.render();
  151. console.log(a);// 别删这个!!!
  152. })
  153. // 分类选择监听
  154. form.on('select(first_classify)', function(data){
  155. var cl_html = '<option value="0">请选择</option>';
  156. if(data.value == 0) {
  157. $("select[name='second_classify']").html(cl_html);
  158. }else{
  159. var cl_key = data.elem[data.elem.selectedIndex].dataset.cl_key;
  160. var goods_spec = <?php echo json_encode($cate_tree); ?>;
  161. $.each(goods_spec[cl_key]['children'],function (ck,cv) {
  162. cl_html +='<option value="'+cv.id+'">'+cv.title+'</option>';
  163. })
  164. $("select[name='second_classify']").html(cl_html);
  165. }
  166. window.form.render();
  167. });
  168. </script></div>