jinlin
2024-11-19 195bb5267a6ece13363303e177fee7d1fa3941aa
web/src/views/modules/basicInfo/ProductImport.vue
@@ -1,5 +1,5 @@
<template>
  <zt-dialog ref="dialog" title="导入产品模型" :hasConfirm="false" append-to-body>
  <zt-dialog ref="dialog" title="导入产品结构树" :hasConfirm="false" :editAble="false" append-to-body>
    <el-form>
      <zt-form-item style="width:100%;" label="" prop="remark">
        <el-upload
@@ -31,9 +31,6 @@
        <el-table-column prop="lineNumber" label="错误行数"/>
      </el-table>
    </el-form>
    <!--<template slot="footer">-->
    <!--<zt-button type="primary" style="float:left" @click="exportExcelModel()">导出Excel导入模板</zt-button>-->
    <!--</template>-->
  </zt-dialog>
</template>
@@ -88,6 +85,7 @@
      //   return val1 - val2
      // }),
      init(row) {
        console.log(row,'ship')
        this.fileList = []
        this.resultData = []
        this.progress.id = guid()
@@ -156,6 +154,7 @@
            }
          )
        } else {
          clearInterval(this.timer)
        }
      }
    }