This commit is contained in:
parent
09a5027109
commit
8f24d1b970
|
|
@ -112,8 +112,7 @@ function initTable() {
|
|||
[
|
||||
{
|
||||
type: 'checkbox',
|
||||
width: '4%',
|
||||
fixed: 'left'
|
||||
width: '3%'
|
||||
},
|
||||
{
|
||||
width: '4%',
|
||||
|
|
@ -133,7 +132,7 @@ function initTable() {
|
|||
},
|
||||
{
|
||||
field: "type",
|
||||
width: '10%',
|
||||
width: '8%',
|
||||
title: "领用类型",
|
||||
unresize: true,
|
||||
sort: true,
|
||||
|
|
@ -153,7 +152,6 @@ function initTable() {
|
|||
width: '10%',
|
||||
title: "领用人",
|
||||
unresize: true,
|
||||
sort: true,
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
|
|
@ -161,12 +159,11 @@ function initTable() {
|
|||
width: '6%',
|
||||
title: "电话",
|
||||
unresize: true,
|
||||
sort: true,
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
field: "applyNum",
|
||||
width: '8%',
|
||||
width: '6%',
|
||||
title: "领用数",
|
||||
unresize: true,
|
||||
sort: true,
|
||||
|
|
@ -200,7 +197,6 @@ function initTable() {
|
|||
title: "备注",
|
||||
unresize: true,
|
||||
align: "center",
|
||||
sort: true,
|
||||
templet: function (d) {
|
||||
if (d.remark) {
|
||||
if (d.remark.length > 60) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue