123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?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;}*/ ?>
- <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 {
- width: 80px;
- height: 14px;
- padding: 1px 5px;
- line-height: 12px;
- }
- .goods-spec-box {
- position: relative;
- margin: 0 10px 10px 0;
- vertical-align: middle;
- }
- .goods-spec-title {
- z-index: 2;
- width: 40px;
- color: #fff;
- height: 28px;
- position: absolute;
- background: #999;
- line-height: 28px;
- }
- .goods-spec-close {
- right: 8px;
- z-index: 2;
- line-height: 28px;
- position: absolute;
- display: inline-block
- }
- .goods-spec-btn {
- height: 28px;
- margin-left: 5px !important;
- line-height: 26px !important;
- }
- .goods-spec-box input {
- z-index: 1;
- width: 120px;
- position: relative;
- border: 1px solid #999;
- padding: 5px 0 5px 45px;
- display: inline-block !important;
- }
- .goods-spec-box input[type=checkbox] {
- z-index: 2;
- width: 40px;
- height: 28px;
- border: none;
- cursor: pointer;
- appearance: none;
- position: absolute;
- -webkit-appearance: none;
- }
- .goods-spec-box input[type=checkbox]:before {
- top: 1px;
- left: 1px;
- width: 40px;
- height: 26px;
- content: ' ';
- position: absolute;
- background: #c9c9c9;
- }
- .goods-spec-box input[type=checkbox]:after {
- top: 1px;
- left: 1px;
- color: #999;
- width: 40px;
- height: 26px;
- content: '\e63f';
- font-size: 16px;
- line-height: 26px;
- position: absolute;
- text-align: center;
- font-family: 'layui-icon';
- }
- .goods-spec-box input[type=checkbox]:checked:after {
- color: #333;
- content: '\e605';
- }
- </style><style> .layui-form-radio{
- margin: 0 !important;
- padding-right:0 !important;
- }
- .layui-form-select{
- margin-right: 10px !important;
- }
- .layui-col-xs9{
- width: 90%;
- }
- </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();
- layui.use('form', function () {
- var form = layui.form;
- //日期时间范围
- laydate.render({
- elem: '#build_time'
- ,type: 'date'
- });
- })
- layui.use('element', function(){
- var $ = layui.jquery
- ,element = layui.element;
- var active = {
- tabAdd: function(){
- element.tabAdd('demo', {
- title: '新选项'+ (Math.random()*1000|0)
- ,content: '内容'+ (Math.random()*1000|0)
- ,id: new Date().getTime()
- })
- }
- ,tabDelete: function(othis){
- element.tabDelete('demo', '44');
- othis.addClass('layui-btn-disabled');
- }
- ,tabChange: function(){
- element.tabChange('demo', '22');
- }
- };
- $('.site-demo-active').on('click', function(){
- var othis = $(this), type = othis.data('type');
- active[type] ? active[type].call(this, othis) : '';
- });
- //Hash地址的定位
- var layid = location.hash.replace(/^#test=/, '');
- element.tabChange('test', layid);
- element.on('tab(test)', function(elem){
- location.hash = 'test='+ $(this).attr('lay-id');
- });
- });
- require(['ckeditor', 'angular'], function () {
- window.createEditor('[name="content"]', {
- height: 500,
- });
- })
- // 添加设置
- $(document).on('click',".add_goods_no",function () {
- var knum = $('.no_html tr').length;
- var no_html = get_ht(knum);
- $(".no_html").append(no_html);
- form.render();
- console.log(a);// 别删这个!!!
- })
- // 删除设置
- $(document).on('click',".del_no",function (){
- var knum = $('.no_html tr').length;
- if(knum == 1) {
- layer.msg('不能全部删除!')
- form.render();
- console.log(a);// 别删这个!!!
- }
- var index= $(".del_no").index(this);
- $(".no_detail").eq(index).remove();
- form.render();
- console.log(a);// 别删这个!!!
- })
- // 分类选择监听
- form.on('select(first_classify)', function(data){
- var cl_html = '<option value="0">请选择</option>';
- if(data.value == 0) {
- $("select[name='second_classify']").html(cl_html);
- }else{
- var cl_key = data.elem[data.elem.selectedIndex].dataset.cl_key;
- var goods_spec = <?php echo json_encode($cate_tree); ?>;
- $.each(goods_spec[cl_key]['children'],function (ck,cv) {
- cl_html +='<option value="'+cv.id+'">'+cv.title+'</option>';
- })
- $("select[name='second_classify']").html(cl_html);
- }
- window.form.render();
- });
- </script></div>
|