From 797f5c547268a45518729d164e812c73491f3f48 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Mon, 25 Jan 2021 16:58:41 +0800
Subject: [PATCH] Merge branch 'api' of https://gitee.com/jyyforjava/zq-erp into api

---
 zq-erp/src/main/resources/templates/views/admin/hive-erp/products/shoppinggoods-list.html |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/zq-erp/src/main/resources/templates/views/admin/hive-erp/products/shoppinggoods-list.html b/zq-erp/src/main/resources/templates/views/admin/hive-erp/products/shoppinggoods-list.html
index d5ee48e..15facb0 100644
--- a/zq-erp/src/main/resources/templates/views/admin/hive-erp/products/shoppinggoods-list.html
+++ b/zq-erp/src/main/resources/templates/views/admin/hive-erp/products/shoppinggoods-list.html
@@ -107,18 +107,18 @@
             <tr>
                 <th data-checkbox="true"></th>
                 <th data-formatter="MGrid.indexfn" data-align="center" data-width="30px">序号</th>
-                <th data-field="code">商品编号</th>
-                <th data-field="name">商品名称</th>
-                <th data-field="sealPice">售价/(本金)</th>
+                <th data-field="code"  data-sortable="true">商品编号</th>
+                <th data-field="name"  data-sortable="true">商品名称</th>
+                <th data-field="sealPice" data-sortable="true">售价/(本金)</th>
                 <th data-field="referencePice">参考价/(赠送金额)</th>
-                <th data-field="realSealCount">真实销量</th>
-                <th data-field="staus">状态</th>
-                <th data-field="isPresent">是否赠送</th>
-                <th data-field="goodType">类型</th>
+                <th data-field="realSealCount" data-sortable="true">真实销量</th>
+                <th data-field="staus" data-sortable="true">状态</th>
+                <th data-field="isPresent" data-sortable="true">是否赠送</th>
+                <th data-field="goodType" data-sortable="true" >类型</th>
                 <th data-field="cateName">分类</th>
                 <th data-field="isCourse" data-formatter="getCourse">套餐卡</th>
-                <th  data-field="shopName">所属门店</th>
-                <th data-field="createTime" data-formatter="MGrid.getTime">创建时间</th>
+                <th  data-field="shopName" >所属门店</th>
+                <th data-field="createTime" data-sortable="true" data-formatter="MGrid.getTime">创建时间</th>
             </tr>
             </thead>
         </table>

--
Gitblit v1.9.1