Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
note-library
This project
Loading...
Sign in
Toggle navigation
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
May 15, 2020
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
6e074a81
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
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
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment