@@ -106,6 +106,12 @@ export default {
return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
}
},
+ {
+ title: '用友单号',
+ dataIndex: 'yongYouId',
+ checked: true,
+ width: 200
+ },
{
title: '存货编码',
dataIndex: 'no',