单据列表展示优化

This commit is contained in:
季圣华 2021-09-16 23:58:18 +08:00
parent 01a7e6de9c
commit 5c6327313b
15 changed files with 15 additions and 15 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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) {

View File

@ -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},

View File

@ -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},

View File

@ -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},

View File

@ -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},

View File

@ -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},