+
+
+ 下载模版
+
+
+
{{result}}
+
+
+
起始日期:
选取文件
上传
+ @click="submitUpload">导入
@@ -331,6 +340,7 @@
},
updateAction: process.env.VUE_APP_BASE_API + '/lpkgiftcard/getExcelInfo2',
uploadFileList: [],
+ result:"",
}
},
created() {
@@ -582,6 +592,8 @@
handleSuccess(resp, file, fileList) {
+ console.log("resp",resp);
+
if (resp.success) {
this.$message({
showClose: true,
@@ -596,6 +608,8 @@
message: resp.msg
})
}
+
+ this.result = resp.msg
// console.log('handleSuccess----', resp)
// const _this = this
@@ -649,7 +663,20 @@
flex: 0.8;
font-size: 18px;
text-align: right;
+
+ .item_text2 {
+ margin-right: 10px;
+ padding: 10px 15px;
+ font-size: 16px;
+ text-align: right;
+ background: #018AD2;
+ border-radius: 5px;
+ color: #fff;
+ }
}
+
+
+
.item_input {
flex: 4;