Browse Source

机具列表添加设备名称字段

lcl 1 năm trước cách đây
mục cha
commit
99e7a09d88
2 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. BIN
      .DS_Store
  2. 1 0
      wwwroot/layuiadmin/modules_main/PosMachinesTwo_Admin.js

BIN
.DS_Store


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

@@ -152,6 +152,7 @@ layui.config({
             , { field: 'StoreIdCode', width: 200, title: '所在仓库编号', sort: true }
             , { field: 'StoreIdName', width: 200, title: '所在仓库名称', sort: true }
             , { field: 'OutBatchNo', width: 200, title: '广电卡地区', sort: true }
+            , { field: 'DeviceName', width: 200, title: '设备名称', sort: true }
             , { field: 'UserIdMakerCode', width: 200, title: '创客编号', sort: true }
             , { field: 'UserIdRealName', width: 200, title: '创客姓名', sort: true }
             , { field: 'BindMerchantIdMerchantNo', width: 200, title: '绑定商户编号', sort: true }