You've already forked guangan
4
This commit is contained in:
@ -8,24 +8,7 @@
|
||||
{block name="content"}
|
||||
{include file='goods/form_style'}
|
||||
<form action="{:sysuri()}" method="post" data-auto="true" class="layui-form layui-card">
|
||||
<div class="layui-card-body">
|
||||
|
||||
<!--{notempty name='marks'}-->
|
||||
<div class="layui-form-item">
|
||||
<span class="help-label label-required-prev"><b>商品标签</b>Goods Mark</span>
|
||||
<div class="layui-textarea help-checks">
|
||||
{foreach $marks as $mark}
|
||||
<label class="think-checkbox">
|
||||
{if isset($vo.marks) && is_array($vo.marks) && in_array($mark, $vo.marks)}
|
||||
<input name="marks[]" type="checkbox" value="{$mark}" lay-ignore checked> {$mark}
|
||||
{else}
|
||||
<input name="marks[]" type="checkbox" value="{$mark}" lay-ignore> {$mark}
|
||||
{/if}
|
||||
</label>
|
||||
{/foreach}
|
||||
</div>
|
||||
</div>
|
||||
<!--{/notempty}-->
|
||||
<div class="layui-card-body" style="margin-top: 50px">
|
||||
|
||||
<!--{notempty name='cates'}-->
|
||||
<div class="layui-form-item block relative">
|
||||
|
@ -41,7 +41,6 @@
|
||||
$('#OrderTable').layTable({
|
||||
even: true, height: 'full', sort: {field: 'id', type: 'desc'},
|
||||
cols: [[
|
||||
{field: 'headimg', title: '头 像', width: 90, align: 'center', templet: '<div>{{-showTableImage(d.user.headimg,true,"md")}}</div>'},
|
||||
{
|
||||
title: '会员用户', width: 170, templet: function (d) {
|
||||
let tpls = [];
|
||||
|
@ -33,14 +33,13 @@
|
||||
return _.join(' ');
|
||||
}
|
||||
|
||||
let tstatus = ['已取消', '待发货', '已发货', '已收货'];
|
||||
let tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
|
||||
var tstatus = ['已取消', '待发货', '已发货', '已收货'];
|
||||
var tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
|
||||
|
||||
$(function () {
|
||||
$('#SenderTable').layTable({
|
||||
even: true, height: 'full', sort: {field: 'id', type: 'desc'},
|
||||
cols: [[
|
||||
{field: 'headimg', title: '头 像', width: 90, align: 'center', templet: '<div>{{-showTableImage(d.user.headimg,true,"md")}}</div>'},
|
||||
{
|
||||
field: 'unid', title: '会员用户', width: 170, templet: function (d) {
|
||||
let tpls = [];
|
||||
|
Reference in New Issue
Block a user