From 7acc9ddf4e0ee4211c38d56dbf1e0c3cddffdad4 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 28 十月 2024 17:45:44 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/basicInfo/ProductImport.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/web/src/views/modules/basicInfo/ProductImport.vue b/web/src/views/modules/basicInfo/ProductImport.vue index 86c8fdf..b1b4d38 100644 --- a/web/src/views/modules/basicInfo/ProductImport.vue +++ b/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) } } } -- Gitblit v1.9.1