Kaynağa Gözat

划拨机具券详细列表显示备注

lcl 2 yıl önce
ebeveyn
işleme
387bd08f70

+ 1 - 0
Areas/Admin/Controllers/MainServer/SysToolsController.cs

@@ -5102,6 +5102,7 @@ namespace MySystem.Areas.Admin.Controllers
                     ToUserId = tUserId.Id,
                     FromUserId = fUserId.Id,
                     PosCouponId = item.Id,
+                    SeoKeyword = Note,
                 }).Entity;
             }
             int CouponCount = PosCouponList.Length;

+ 1 - 0
wwwroot/layuiadmin/modules_main/PosCouponRecord_Admin.js

@@ -100,6 +100,7 @@ layui.config({
             , { field: 'ToUserIdRealName', width: 200, title: '目标创客真实姓名', sort: true }
             , { field: 'OrderNo', width: 200, title: '单号', sort: true }
             , { field: 'ChangeKind', width: 200, title: '变更类型', sort: true }
+            , { field: 'SeoKeyword', width: 300, title: '备注', sort: true }
 
             // , {field:'Sort', fixed: 'right', title:'排序', width:80, edit: 'text'}
             // , { title: '操作', align: 'center', fixed: 'right', toolbar: '#table-list-tools' }