增加单据导出的埋点

This commit is contained in:
季圣华
2023-08-16 00:25:03 +08:00
parent 34fcdf9aea
commit e220aa8f39
4 changed files with 106 additions and 3 deletions

View File

@@ -929,12 +929,12 @@
getMaxBarCode({}).then((res)=> {
if (res && res.code === 200) {
this.maxBarCodeInfo = res.data.barCode - 0
this.maxBarCodeInfo = this.maxBarCodeInfo + 1
this.maxBarCodeInfo = this.maxBarCodeInfo
target.setValues([{rowKey: row.id, values: {barCode: this.maxBarCodeInfo, commodityUnit: unit?unit:''}}])
}
})
} else {
this.maxBarCodeInfo = this.maxBarCodeInfo + 1
this.maxBarCodeInfo = this.maxBarCodeInfo
target.setValues([{rowKey: row.id, values: {barCode: this.maxBarCodeInfo, commodityUnit: unit?unit:''}}])
}
},