优化单据查看界面

This commit is contained in:
jishenghua
2025-04-24 21:19:47 +08:00
parent 7aa33185c3
commit 49632b34c6

View File

@@ -1680,7 +1680,8 @@
needAddkeywords.push('mfrs')
}
}
let currentCol = [{title:'#',dataIndex:'',align:'center',customRender:function(t,r,index){return parseInt(index)+1;}}]
let currentCol = [{title:'#',dataIndex:'',align:'center',customRender:function(t,r,index){
return index === ds.length-1?'':parseInt(index)+1}}]
if(record.status === '3') {
//部分采购|部分销售的时候显示全部列
for(let i=0; i<this.defColumns.length; i++){