给全部单据增加列设置的功能

This commit is contained in:
季圣华
2023-08-09 00:18:00 +08:00
parent 705bb3273b
commit 28a2610b16
14 changed files with 447 additions and 50 deletions

View File

@@ -242,13 +242,9 @@
span: 18,
offset: 1
},
// 实际索引
settingDataIndex:[],
// 默认索引
defDataIndex:['action','organName','number','materialsList','operTimeStr','userName','materialCount','totalPrice','totalTaxLastMoney',
'needInMoney','changeAmount','debt','status'],
// 实际列
columns:[],
// 默认列
defColumns: [
{
@@ -317,7 +313,6 @@
computed: {
},
created () {
this.initColumnsSetting()
this.initSystemConfig()
this.initSupplier()
this.getDepotData()