commit 2022-09-06

This commit is contained in:
LIUHAO
2022-09-06 11:41:18 +08:00
parent 0a551baa42
commit a137256830
28 changed files with 1991 additions and 98 deletions

View File

@@ -462,7 +462,7 @@ export default {
param[11] = ['二维码', this.traceabilityCode]
param[12] = ['物料条码批次_ischeck', batchBarcodeValue_check]
param[13] = ['物料条码批次', this.batchBarcodeValue]
var Data = this.CreateData('2001', '物料数据查询_报表', param)
var Data = this.CreateData('2001', '物料数据查询_报表', param)
this.exportExcel_NPOI(Data)
} else {
this.$message.warning('暂无数据')