This commit is contained in:
2025-04-15 13:52:25 +08:00
parent 0b1078aeb8
commit 2f397ee7b8
3 changed files with 3 additions and 22 deletions

View File

@ -8,24 +8,7 @@
{block name="content"} {block name="content"}
{include file='goods/form_style'} {include file='goods/form_style'}
<form action="{:sysuri()}" method="post" data-auto="true" class="layui-form layui-card"> <form action="{:sysuri()}" method="post" data-auto="true" class="layui-form layui-card">
<div class="layui-card-body"> <div class="layui-card-body" style="margin-top: 50px">
<!--{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}-->
<!--{notempty name='cates'}--> <!--{notempty name='cates'}-->
<div class="layui-form-item block relative"> <div class="layui-form-item block relative">

View File

@ -41,7 +41,6 @@
$('#OrderTable').layTable({ $('#OrderTable').layTable({
even: true, height: 'full', sort: {field: 'id', type: 'desc'}, even: true, height: 'full', sort: {field: 'id', type: 'desc'},
cols: [[ cols: [[
{field: 'headimg', title: '头 像', width: 90, align: 'center', templet: '<div>{{-showTableImage(d.user.headimg,true,"md")}}</div>'},
{ {
title: '会员用户', width: 170, templet: function (d) { title: '会员用户', width: 170, templet: function (d) {
let tpls = []; let tpls = [];

View File

@ -33,14 +33,13 @@
return _.join(' '); return _.join(' ');
} }
let tstatus = ['已取消', '待发货', '已发货', '已收货']; var tstatus = ['已取消', '待发货', '已发货', '已收货'];
let tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green']; var tstyles = ['layui-bg-gray layui-border-red', 'layui-bg-black', 'layui-bg-blue', 'layui-bg-green'];
$(function () { $(function () {
$('#SenderTable').layTable({ $('#SenderTable').layTable({
even: true, height: 'full', sort: {field: 'id', type: 'desc'}, even: true, height: 'full', sort: {field: 'id', type: 'desc'},
cols: [[ 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) { field: 'unid', title: '会员用户', width: 170, templet: function (d) {
let tpls = []; let tpls = [];