Commit 5c632731 authored by 季圣华's avatar 季圣华
Browse files

单据列表展示优化

parent 01a7e6de
......@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '供应商', dataIndex: 'organName',width:120},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:120},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '供应商', dataIndex: 'organName',width:120},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -163,7 +163,7 @@
},
// 表头
columns: [
{ title: '供应商', dataIndex: 'organName',width:120},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -164,7 +164,7 @@
},
// 表头
columns: [
{ title: '供应商', dataIndex: 'organName',width:120},
{ title: '供应商', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '会员', dataIndex: 'organName',width:120},
{ title: '会员', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '会员', dataIndex: 'organName',width:120},
{ title: '会员', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:120},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -164,7 +164,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:120},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -163,7 +163,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:120},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
......
......@@ -154,7 +154,7 @@
},
// 表头
columns: [
{ title: '付款会员', dataIndex: 'organName',width:140},
{ title: '付款会员', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
......
......@@ -154,7 +154,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:140},
{ title: '客户', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
......
......@@ -154,7 +154,7 @@
},
// 表头
columns: [
{ title: '供应商', dataIndex: 'organName',width:140},
{ title: '供应商', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
......
......@@ -155,7 +155,7 @@
},
// 表头
columns: [
{ title: '客户', dataIndex: 'organName',width:140},
{ title: '客户', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
......
......@@ -155,7 +155,7 @@
},
// 表头
columns: [
{ title: '供应商', dataIndex: 'organName',width:140},
{ title: '供应商', dataIndex: 'organName',width:140, ellipsis:true},
{ title: '财务人员', dataIndex: 'handsPersonName',width:140},
{ title: '单据编号', dataIndex: 'billNo',width:160},
{ title: '单据日期 ', dataIndex: 'billTimeStr',width:160},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment