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