| | |
| | | style="margin-top: -20vh !important;" |
| | | > |
| | | <Divider left="30px" text="导入提示"></Divider> |
| | | <ul> |
| | | <li> |
| | | <ul style="color: #e73a3a"> |
| | | <li v-if="!paramVOS.tipList"> |
| | | 请点击浏览文件进行上传 |
| | | </li> |
| | | <li v-if="paramVOS.tipList && paramVOS.tipList.length >=1 " v-for="(item,index) in paramVOS.tipList" :key="index"> {{index+1}} : {{item}}。</li> |
| | | </ul> |
| | | <Divider left="30px" text="选择文件后会自动上传"></Divider> |
| | | <el-upload |
| | |
| | | return { |
| | | ownbizOid: this.sourceData.oid, |
| | | ownBtmName: this.sourceData.btmname, |
| | | secretGrade: -1, |
| | | fileDocClassify: '', |
| | | updateFileFlag: true, |
| | | secretGrade: this.paramVOS.secretGrade || -1, |
| | | fileDocClassify: this.paramVOS.fileDocClassify || "", |
| | | updateFileFlag: this.paramVOS.updateFileFlag || true, |
| | | } |
| | | }, |
| | | width() { |
| | |
| | | onSuccess(resbonse) { |
| | | if (resbonse.code === 200) { |
| | | this.$message.success("上传成功!"); |
| | | this.dialogVisible = false; |
| | | this.visible = false; |
| | | }else { |
| | | this.$message.error(resbonse.msg); |
| | | } |
| | |
| | | if (file.status === "success" || file.status === "error") { |
| | | this.pageLoading.close(); |
| | | } |
| | | } |
| | | }, |
| | | } |
| | | } |
| | | </script> |