Commit 6eb8526c authored by renjintao's avatar renjintao

process

parent a73a612b
...@@ -937,8 +937,8 @@ export default { ...@@ -937,8 +937,8 @@ export default {
} else { } else {
temData = this.$u.clone(this.$refs.comExcel.excelData) temData = this.$u.clone(this.$refs.comExcel.excelData)
} }
let arrTitleUse = []; ////使用数据字典的字段 let arrTitleUse = []; //使用数据字典的字段
let arrTitleUse1 = []; ////使用物料编码的字段 let arrTitleUse1 = []; //使用物料编码的字段
temColPage.forEach((elCode) => { temColPage.forEach((elCode) => {
if (elCode.code) { if (elCode.code) {
arrTitleUse.push({ arrTitleUse.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment