Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

孙龙 / note-library

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 10ae0116 authored 5 years ago by 孙龙's avatar 孙龙
Browse files
Options
  • _('Browse Files')
  • Download
  • Email Patches
  • Plain Diff

up

parent 6e074a81
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 5 deletions
  • public/js/web/record.js
public/js/web/record.js
View file @ 10ae0116
......@@ -28,10 +28,10 @@ layui.use(['form', 'table', 'laydate'], function(){
,{field: 'template_name', title: '模板名称'}
,{field: 'sale_order_sn', title: '销售单号'}
,{field: 'goods_type', title: '型号'}
,{field: 'print_nums', title: '打印次数', sort: true}
//,{field: 'print_nums', title: '打印次数', sort: true}
,{field: 'createUser', title: '销售员', sort: true}
,{field: 'create_time', title: '使用时间', sort: true}
,{field: 'print_time', title: '打印时间', sort: true}
,{field: 'create_time', title: '创建时间', sort: true}
//,{field: 'print_time', title: '打印时间', sort: true}
,{ title: '操作',width: 250, fixed: 'right', toolbar: '#action'}
]]
,limit: 10
......@@ -142,4 +142,6 @@ layui.use(['form', 'table', 'laydate'], function(){
});
});
\ No newline at end of file
});
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment