From b2f9340443b60b9f3912bdab6a1daa8f61471c02 Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 16 五月 2023 03:24:16 +0800 Subject: [PATCH] 修改家庭收支台账bug --- ruoyi-ui/src/views/economy/economyInfo.vue | 222 ++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 136 insertions(+), 86 deletions(-) diff --git a/ruoyi-ui/src/views/economy/economyInfo.vue b/ruoyi-ui/src/views/economy/economyInfo.vue index c096270..2dab199 100644 --- a/ruoyi-ui/src/views/economy/economyInfo.vue +++ b/ruoyi-ui/src/views/economy/economyInfo.vue @@ -2,16 +2,16 @@ <div class="app-container"> <div class="form-header mt"> <h4 class="dt h4">瀹跺涵鏀舵敮鍙拌处淇℃伅 </h4> - <el-button type="primary" class="pt" icon="el-icon-edit" @click="handleEdit()" :disabled="btn">缂栬緫</el-button> + </div> - <el-form ref="elForm" :model="formData" :rules="rules" size="medium" label-width="100px"> + <el-form ref="elForm" :model="formData" :rules="rules" size="medium" label-width="120px"> <!-- <el-form-item label="搴忓彿" prop="id"> <el-input v-model="formData.id" placeholder="璇疯緭鍏d" :maxlength="11" show-word-limit :disabled="true" clearable prefix-icon='el-icon-mobile' :style="{width: '100%'}"></el-input> </el-form-item> --> <el-form-item label="鍩洪噾/鍙拌处" prop="type"> - <el-select v-model="formData.type" placeholder="璇烽�夋嫨鍩洪噾/鍙拌处" clearable :style="{width: '100%'}" :disabled="dsb" > + <el-select v-model="formData.type=== 1 ? '鍙拌处':'鍩洪噾'" placeholder="璇烽�夋嫨鍩洪噾/鍙拌处" clearable :style="{width: '100%'}" :disabled="dsb" > </el-select> </el-form-item> <el-form-item label="鏃堕棿" prop="createTime"> @@ -30,8 +30,8 @@ </el-input> </el-form-item> <el-form-item label="鐜伴噾/鑷姩鍒掓墸" prop="kind"> - <el-input v-model="formData.kind" placeholder="璇烽�夋嫨鐜伴噾/鑷姩鍒掓墸" clearable :style="{width: '100%'}" :disabled="dsb"> - </el-input> + <el-input v-model="formData.kind=== 1 ? '鑷姩鍒掓墸':'鐜伴噾'" placeholder="璇烽�夋嫨鐜伴噾/鑷姩鍒掓墸" clearable :style="{width: '100%'}" :disabled="dsb"> + </el-input> </el-form-item> <el-form-item label="浣欓" prop="balance"> <el-input v-model="formData.balance" placeholder="璇疯緭鍏ヤ綑棰�" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> @@ -43,38 +43,39 @@ <h4 class="form-header">鐩稿叧鍥剧墖 </h4> <el-upload - action="#" - list-type="picture-card" - multiple - :http-request="requestUpload" - :file-list="fileList" + action="#" + list-type="picture-card" + multiple + :http-request="requestUpload" + :file-list="fileList" > - <i slot="default" class="el-icon-plus"></i> - <div slot="file" slot-scope="{file}"> - <img - class="el-upload-list__item-thumbnail" - :src="file.url" - alt="" - style="width: 147px; height: 147px" - fit="cover" - :preview-src-list="[file.url]" - > - <span class="el-upload-list__item-actions"> + <i slot="default" class="el-icon-plus"></i> + <div slot="file" slot-scope="{file}"> + <img + class="el-upload-list__item-thumbnail" + :src="file.url" + alt="" + style="width: 147px; height: 147px" + fit="cover" + :preview-src-list="[file.url]" + > + <span class="el-upload-list__item-actions"> <span + v-if="isShow" class="el-upload-list__item-preview" @click="handlePictureCardPreview(file)" > <i class="el-icon-zoom-in"></i> </span> <span - v-if="!disabled" + v-if="isShow" class="el-upload-list__item-delete" @click="handleDownload(file.url)" > <i class="el-icon-download"></i> </span> <span - v-if="!disabled" + v-if="isShow" class="el-upload-list__item-delete" @click="handleRemove(file)" > @@ -83,8 +84,8 @@ </span> - </div> - </el-upload> + </div> + </el-upload> <h4 class="form-header">鍏朵粬闄勪欢 </h4> <el-upload @@ -92,25 +93,58 @@ :file-list="fileListOther" class="upload-demo" multiple - :on-preview="handlePreview" - + list-type="picture-card" + :on-preview="handleFileCardPreview" :on-remove="handleRemove" :http-request="requestUpload" :show-file-list="true" > - <el-button type="primary">Click to upload</el-button> - <template #tip> - <div class="el-upload__tip"> - </div> - </template> + + <i slot="default" class="el-icon-plus"></i> + <div slot="file" slot-scope="{file}"> + <img + class="el-upload-list__item-thumbnail" + src="../../assets/401_images/401.gif" + alt="" + style="width: 147px; height: 147px" + fit="cover" + > + <span class="el-upload-list__item-actions"> + <span + v-if="isShow" + class="el-upload-list__item-preview" + @click="handleFileCardPreview(file)" + > + <i class="el-icon-zoom-in"></i> + </span> + <span + v-if="isShow" + @click="handleRemove(file)" + class="el-upload-list__item-delete" + + > + <i class="el-icon-download"></i> + </span> + <span + v-if="isShow" + class="el-upload-list__item-delete" + @click="handleRemoveFile(file)" + > + <i class="el-icon-delete"></i> + </span> + </span> + + + </div> </el-upload> <el-form-item size="large"> - <el-button type="primary" @click="submitForm" :disabled="dsb">淇敼</el-button> + <el-button v-if="isShow" type="primary" @click="submitForm" :disabled="dsb">淇敼</el-button> </el-form-item> </el-form> + <el-dialog :visible.sync="dialogVisible"> <img w-full :src="dialogImageUrl" alt="Preview Image" /> @@ -118,7 +152,7 @@ </div> </template> <script> -import {getEconomyInfo, uploadPic, download, getCategory} from "@/api/economy/index"; +import {getEconomyInfo, uploadPic, download, updateEconomy} from "@/api/economy/index"; import {addRole, updateRole} from "@/api/system/role"; import {blobValidate} from "@/utils/ruoyi"; import errorCode from "@/utils/errorCode"; @@ -139,6 +173,7 @@ ], dsb:true, btn:false, + isShow:true, formData: { type: undefined, createTime: undefined, @@ -148,9 +183,9 @@ remark: undefined, url: undefined, }, - dialogImageUrl: '', - dialogVisible: false, - disabled: false, + dialogImageUrl: '', + dialogVisible: false, + disabled: false, rules: { // id: [{ // required: true, @@ -195,13 +230,13 @@ }, typeOptions: [{ - value: '0', - label: '鍩洪噾', -}, -{ - value: '1', - label: '鍙拌处', -}], + value: '0', + label: '鍩洪噾', + }, + { + value: '1', + label: '鍙拌处', + }], } }, computed: {}, @@ -214,12 +249,14 @@ jd = this.$route.query.detail this.btn= jd this.dsb = !jd + this.isShow=true document.title = "淇敼璧勪骇璇︾粏淇℃伅"; this.$route.meta.title = "淇敼璧勪骇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉� } else{ document.title = "鏌ョ湅璧勪骇璇︾粏淇℃伅"; this.$route.meta.title = "鏌ョ湅璧勪骇璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉� + this.isShow=false } let _this = this @@ -253,20 +290,20 @@ mounted() {}, methods: { getSrc1(type) { - if (type === 0) { - return '鍩洪噾' - }else { - return '鍙拌处' - } - }, + if (type === 0) { + return '鍩洪噾' + }else { + return '鍙拌处' + } + }, - getSrc2(kind) { - if (kind == 0) { - return '鐜伴噾' - }else { - return '鑷姩鎵e垝' - } - }, + getSrc2(kind) { + if (kind == 0) { + return '鐜伴噾' + }else { + return '鑷姩鎵e垝' + } + }, /** 鏌ヨ绫诲埆淇℃伅 */ getCateInfor() { @@ -284,8 +321,8 @@ }).join(",") let uls = this.fileListOther.map(function (elem){ return elem.url.replace(process.env.VUE_APP_BASE_TRUE_API,"") - }).join(",") - this.formData.url = ul+","+uls + }).join(",") + this.formData.url = ul+","+uls this.$refs['elForm'].validate(valid => { @@ -315,47 +352,53 @@ download(formData).then(async (response) => { const isLogin = await blobValidate(response); let nt = new Date().getTime() - let filename = 'economy_'+nt+'.'+suffix + let filename = 'familyevent_'+nt+'.'+suffix const blob = new Blob([response]) saveAs(blob, filename) }) }, - - - - handlePictureCardPreview(file) { - this.dialogFileUrl = file.url; - const Base64 = require('js-base64').Base64 - this.desurl = process.env.VUE_APP_BASE_OTHER_API+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); - myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300'); - - }, -//鍒犻櫎鍥剧墖 - handleRemoveFile(file,) { - + handleRemoveFile(file) { for(let i = 0; i < this.fileListOther.length; i++) { if(this.fileListOther[i].url==file.url) this.$delete(this.fileListOther,i); } }, - handleDownload(url) { - var formData = {'path':"/"+url.replace(process.env.VUE_APP_BASE_TRUE_API,"")}; + handleRemove(file) { + for(let i = 0; i < this.fileList.length; i++) + { + if(this.fileList[i].url==file.url) + this.$delete(this.fileList,i); + } + }, + handleFileCardPreview(file){ + this.dialogFileUrl = file.url; + const Base64 = require('js-base64').Base64 + this.desurl = process.env.VUE_APP_BASE_OTHER_API+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl)); + myWindow=window.open(this.desurl,'','width=1200,height=800,top=150,left=300'); + }, + handlePictureCardPreview(file) { + this.dialogImageUrl = file.url; + this.dialogVisible = true; + }, + handleDownload(url) { + var formData = {'path':"/"+url.replace(process.env.VUE_APP_BASE_TRUE_API,"")}; - let lens = formData.path.split(".") - let suffix = lens[lens.length-1] - download(formData).then(async (response) => { - const isLogin = await blobValidate(response); - let nt = new Date().getTime() - let filename = 'property_'+nt+'.'+suffix - const blob = new Blob([response]) - saveAs(blob, filename) - }) - }, + let lens = formData.path.split(".") + let suffix = lens[lens.length-1] + download(formData).then(async (response) => { + const isLogin = await blobValidate(response); + let nt = new Date().getTime() + let filename = 'familyevent_'+nt+'.'+suffix + const blob = new Blob([response]) + saveAs(blob, filename) + }) + }, handleEdit() { this.dsb = false - this.btn = true + // this.btn = true + this.isShow=false }, requestUpload(params) { @@ -379,6 +422,13 @@ } }) + }, + + /** 瀵煎嚭鎸夐挳鎿嶄綔 */ + handleExport() { + this.download('/zfEconomy/export', { + ...this.queryParams + }, `zfEconomy_${new Date().getTime()}.xlsx`) } } -- Gitblit v1.9.1