优化单据列表中商品列的样式

This commit is contained in:
季圣华 2023-05-22 23:10:24 +08:00
parent 22a612dd5f
commit 98e35a31ed
13 changed files with 13 additions and 13 deletions

View File

@ -183,7 +183,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -183,7 +183,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -183,7 +183,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -200,7 +200,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -200,7 +200,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -215,7 +215,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -236,7 +236,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -195,7 +195,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -215,7 +215,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -209,7 +209,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -215,7 +215,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -196,7 +196,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},

View File

@ -236,7 +236,7 @@
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replace(",","");
return text.replaceAll(",","");
}
}
},