| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525 |
- <template>
- <!-- 修改弹框 -->
- <el-dialog
- width="60%"
- class="outerDialog custom_dialog"
- title="修改督查问题"
- @close="closeModal"
- append-to-body
- :visible.sync="changeSupervisionVisible">
- <div class="scroll_wrapper">
- <div
- style="width:49%;overflow-y:auto;max-height:58vh;float:left;border:1px solid #d5d5ff;margin-right:5px;">
- <p style="font-weight:bolder;background-color:#d5d5ff;padding:3px;">基本信息</p>
- <el-form ref="changeSupFrom" :rules="rules1" :model="changeSupervision" label-width="120px">
- <el-form-item label="责任单位" prop="aUnit">
- <el-input v-model="changeSupervision.aUnit" clearable :readonly="true"></el-input>
- </el-form-item>
- <!--<el-form-item label="创建时间" prop="inTm">-->
- <!--<el-date-picker v-model="changeSupervision.inTm" readonly type="date"></el-date-picker>-->
- <!--</el-form-item>-->
- <!--<el-form-item label="整改情况" prop="rectConc">-->
- <!--<el-select v-model="changeSupervision.rectConc" clearable placeholder="整改情况">-->
- <!--<el-option label="未整改" value="0"></el-option>-->
- <!--<el-option label="整改中" value="1"></el-option>-->
- <!--<el-option label="已整改" value="2"></el-option>-->
- <!--</el-select>-->
- <!--</el-form-item>-->
- <el-form-item label="调查核实情况" prop="pblmIsTrue">
- <!--<el-input type="textarea" :rows="2" v-model="changeSupervision.rectConc" clearable></el-input>-->
- <el-select v-model="changeSupervision.pblmIsTrue" clearable placeholder="调查核实情况">
- <el-option label="不属实" value="0"></el-option>
- <el-option label="部分属实" value="1"></el-option>
- <el-option label="属实" value="2"></el-option>
- </el-select>
- </el-form-item>
- <el-form-item label="复查组长" prop="rectLead">
- <el-input
- resize="none"
- type="input"
- :rows="3"
- readonly
- placeholder="请输入"
- v-model.trim="changeSupervision.rectLead"
- ></el-input>
- </el-form-item>
- <el-form-item label="整改详细情况" prop="rectMeas">
- <el-input type="textarea" :rows="2" v-model.trim="changeSupervision.rectMeas" clearable></el-input>
- </el-form-item>
- <el-form-item label="复查时间" prop="rectTm">
- <el-date-picker v-model="changeSupervision.rectTm" type="date"></el-date-picker>
- </el-form-item>
- <!--<el-form-item label="修改时间" prop="upTm">-->
- <!--<el-date-picker v-model="changeSupervision.upTm" readonly type="date"></el-date-picker>-->
- <!--</el-form-item>-->
- <el-form-item label="备注" prop="note">
- <el-input type="textarea" :rows="2" v-model.trim="changeSupervision.note" clearable></el-input>
- </el-form-item>
- <!--<el-form-item label="上报人" prop="persId">-->
- <!--<el-input-->
- <!--resize="none"-->
- <!--type="input"-->
- <!--:rows="3"-->
- <!--readonly-->
- <!--placeholder="请输入"-->
- <!--v-model.trim="changeSupervision.persId"-->
- <!--></el-input>-->
- <!--</el-form-item>-->
- </el-form>
- </div>
- <div
- style="width: 49%;float: left;border: 1px solid rgb(213, 213, 255);margin-right: 5px;overflow-y: auto;max-height: 58vh;">
- <p style="font-weight:bolder;background-color:#d5d5ff;padding:3px;">多媒体信息</p>
- <el-tabs style="margin:0px 5px">
- <el-tab-pane :label="picturetabName">
- <el-row style="text-align:right;">
- <el-button
- :v-if="!addPicPanel?addPicPanel:addPicPanel"
- size="mini"
- type="text"
- :icon="!addPicPanel?'el-icon-circle-plus-outline':'el-icon-circle-close-outline'"
- @click="addPic"
- >{{!addPicPanel?"添加":"取消"}}</el-button>
- </el-row>
- <el-row v-show="addPicPanel">
- <upload
- ref="uploadFile"
- :url="`/pdcApi/file/insert?bizId=`"
- @uploadOver="removeNewSupervision"
- ></upload>
- </el-row>
- <el-row>
- <div style="overflow-y:auto;overflow-x:hidden;max-height:30vh;padding:10px;">
- <div class="upload-container" id="imgView">
- <div
- v-for="(item, index) in pictureArray"
- :key="index"
- class="image-preview image-app-preview"
- >
- <div class="image-preview-wrapper">
- <img :src="`${hostUrl}/${item.filePath}`">
- <div class="image-preview-action">
- <i @click="removeFile(item.id)" class="el-icon-delete"></i>
- </div>
- </div>
- </div>
- </div>
- </div>
- </el-row>
- </el-tab-pane>
- <el-tab-pane :label="audiotabName">
- <el-table border :data="audioArray" style="width: 100%;margin: 0 auto;">
- <el-table-column header-align="center" align="center" label="音频">
- <template slot-scope="scope">
- <elaudio
- style="margin-left:15%;width:100px;height:30px;"
- :theUrl="`${hostUrl}/${scope.row.filePath}`"
- ></elaudio>
- </template>
- </el-table-column>
- <el-table-column header-align="center" align="center" label="操作">
- <template slot-scope="scope">
- <el-button
- size="mini"
- @click="removeFile(scope.row.id,scope.$index)"
- type="danger"
- >删除</el-button>
- </template>
- </el-table-column>
- </el-table>
- </el-tab-pane>
- <el-tab-pane :label="videotabName">
- <el-table border :data="videoArray" style="width: 100%;margin: 0 auto;">
- <el-table-column header-align="center" align="center" label="视频">
- <template slot-scope="scope">
- <video-player
- class="vjs-custom-skin"
- ref="videoPlayer"
- :options="scope.row"
- :playsinline="true"
- ></video-player>
- </template>
- </el-table-column>
- <el-table-column header-align="center" align="center" label="操作">
- <template slot-scope="scope">
- <el-button
- size="mini"
- @click="removeFile(scope.row.id,scope.$index)"
- type="danger"
- >删除</el-button>
- </template>
- </el-table-column>
- </el-table>
- </el-tab-pane>
- </el-tabs>
- </div>
- </div>
- <span slot="footer">
- <el-button type="primary" @click="changeSupervisionInfo">保存</el-button>
- <el-button @click="changeSupervisionVisiblefalse">取消</el-button>
- </span>
- </el-dialog>
- </template>
- <script>
- import {showDetailsXq,updatelist,deleteFileById} from "../../api/duChaAPI.js";
- import request from "../../utils/gw_ajax_request.js";
- import { hostUrl } from "@util/global_variable.js";
- import Viewer from 'viewerjs';
- import 'viewerjs/dist/viewer.css';
- export default {
- props: ['editId'],
- data(){
- return{
- changeSupervisionVisible: true,
- changeSupervisionLoading: false,
- changeSupervision: {},
- rules1: {
- aUnit: [
- {
- required: true,
- message: "请输入责任单位",
- trigger: "blur"
- },
- {
- min: 1,
- max: 999,
- message: "不超过100字符",
- trigger: "blur"
- }
- ],
- pblmDesc: [
- {
- required: true,
- message: "请输入问题信息",
- trigger: "blur"
- }
- ],
- rectConc: [
- {
- required: true,
- message: "请输入整改情况",
- trigger: "blur"
- },
- {
- min: 1,
- max: 999,
- message: "不超过100字符",
- trigger: "blur"
- }
- ],
- pblmIsTrue: [
- {
- required: true,
- message: "请输入调查核实情况",
- trigger: "blur"
- },
- {
- min: 1,
- max: 999,
- message: "不超过100字符",
- trigger: "blur"
- }
- ]
- },
- addPicPanel: false,
- gwComFiles: [],
- picturetabName: "",
- audiotabName: "",
- videotabName: "",
- pictureArray: [],
- audioArray: [],
- videoArray: [],
- updateIdXiuGai: "",
- pblmId: "",
- t1: {},
- t2: {},
- t3: {},
- problemList: [],
- currentCheckPointList: [],
- currentProblemDescList: [],
- xiangqingmiaoshu: '',
- wenTiLeiBie:"",
- jianChaXiangMu:"",
- }
- },
- components:{
- upload: resolve => {
- require(["../../widgets/uploadFile.vue"], resolve);
- },
- },
- computed:{
- hostUrl(){
- return hostUrl
- },
- persId() {
- return localStorage.getItem("userid") ? localStorage.getItem("userid") : "1098101939614724096";
- }
- },
- mounted(){
- // this.getproblemSmallType();
- this.$nextTick(function () {
- this.changeSup(this.editId);
- })
- },
- methods:{
- // 修改弹窗显示
- changeSup(id) {
- this.pictureArray = [];
- this.audioArray = [];
- this.videoArray = [];
- this.updateIdXiuGai = id;
- let _this = this
- // showDetailsXq(this.updateIdXiuGai).then(res => {
- request.get(`/bis/insp/other/pblm/${this.updateIdXiuGai}`).then(res =>{
- // if(this.usersId==)
- this.changeSupervision = res.data;
- res.data.gwComFiles.forEach(item => {
- if (
- item.fileExt == "mp3" ||
- item.fileExt == "MP3" ||
- item.fileExt == "m4a"
- ) {
- this.audioArray.push(item);
- } else if (
- item.fileExt == "jpg" ||
- item.fileExt == "JPG" ||
- item.fileExt == "png" ||
- item.fileExt == "PNG" ||
- item.fileExt == "JPEG" ||
- item.fileExt == "jpeg"
- ) {
- this.pictureArray.push(item);
- } else if (item.fileExt == "mp4" || item.fileExt == "MP4") {
- this.videoArray.push({
- id: item.id,
- bizId: item.bizId,
- width: "130",
- height: "130",
- autoplay: false,
- muted: true,
- language: "en",
- playbackRates: [0.7, 1.0, 1.5, 2.0],
- sources: [
- {
- type: "video/mp4",
- src: this.hostUrl + item.filePath
- }
- ]
- });
- }
- });
- _this.$nextTick(function(){
- var ViewerDom = document.getElementById('imgView');
- var viewer = new Viewer(ViewerDom, {})
- });
- this.picturetabName = "图片资料(" + this.pictureArray.length + ")";
- this.audiotabName = "音频资料(" + this.audioArray.length + ")";
- this.videotabName = "视频资料(" + this.videoArray.length + ")";
- });
- },
- // 提交修改信息
- changeSupervisionInfo() {
- this.$refs.changeSupFrom.validate(valid => {
- if (valid) {
- this.changeSupervisionLoading = true;
- let data = this.changeSupervision;
- request.post(`/bis/insp/other/pblm`,data).then(res =>{
- this.pblmId = res.data.pblmId;
- this.gwComFiles = res.data.gwComFiles;
- if (res.success) {
- if (this.$refs.uploadFile.submitUpload(data.id)) {
- this.removeNewSupervision();
- this.successInfo();
- this.addPicPanel = false;
- this.changeSupervisionLoading = false;
- }
- } else {
- this.failInfo();
- this.$emit('closeEditDialog')
- }
- });
- }
- });
- },
- removeNewSupervision(arg) {
- if (arg) {
- var args = this.gwComFiles.concat(arg);
- }
- this.changeSup(this.editId)
- this.gwComFiles = [];
- this.$emit('closeEditDialog','success')
- },
- changeSupervisionVisiblefalse() {
- this.$emit('closeEditDialog')
- this.$refs.uploadFile.init();
- this.addPicPanel = false;
- },
- addPic() {
- this.addPicPanel = !this.addPicPanel;
- },
- // 删除图片文件
- removeFile(id, index) {
- // this.updateIdXiuGai = this.updateIdXiuGai;
- var _self = this;
- this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
- confirmButtonText: "确定",
- cancelButtonText: "返回",
- type: "warning"
- }).then(
- res => {
- if (res === "confirm") {
- deleteFileById(id, this.persId).then(res => {
- if (res.success) {
- this.changeSupervision.gwComFiles.forEach(item => {
- if (
- item.fileExt == "mp3" ||
- item.fileExt == "MP3" ||
- item.fileExt == "m4a"
- ) {
- this.audiotabName.splice(index, 1);
- } else if (
- item.fileExt == "jpg" ||
- item.fileExt == "JPG" ||
- item.fileExt == "png" ||
- item.fileExt == "PNG" ||
- item.fileExt == "JPEG" ||
- item.fileExt == "jpeg"
- ) {
- this.pictureArray.splice(index, 1);
- } else if (item.fileExt == "mp4" || item.fileExt == "MP4") {
- this.videoArray.splice(index, 1);
- }
- });
- _self.changeSup(this.updateIdXiuGai);
- } else {
- this.failInfo();
- }
- });
- }
- },
- res => {
- console.log("返回");
- }
- )
- },
- // 操作成功反馈
- successInfo() {
- this.$message({
- type: "success",
- message: "操作成功!"
- });
- },
- // 操作失败反馈
- failInfo(val) {
- this.$message.error(val);
- },
- // 文件上传
- submitUpload() {
- this.$refs.upload.submit();
- },
- closeModal(){
- this.$emit('closeEditDialog')
- },
- // problemListChange: function (item) {
- // this.t1 = item
- // this.wenTiLeiBie = item.inspPblmsName;
- // this.currentCheckPointList = item.checkPoints;
- // },
- // currentCheckPointListChange: function (item) {
- // this.jianChaXiangMu = item.checkPointName;
- // this.currentProblemDescList = item.pblmDescs;
- // },
- // currentProblemDescListChange: function (item) {
- // this.xiangqingmiaoshu = item.pblmDesc;
- // console.log(item);
- // },
- },
- watch:{
- editId(val){
- this.changeSup(val)
- },
- }
- }
- </script>
- <style scoped lang="scss">
- .scroll_wrapper{
- overflow: hidden;
- }
- .scroll_wrapper .el-form{
- padding-top: 5px;
- padding-right: 5px;
- }
- .upload-container {
- width: 100%;
- position: relative;
- .image-uploader {
- width: 35%;
- float: left;
- }
- .image-preview {
- width: 200px;
- height: 200px;
- position: relative;
- border: 1px dashed #d9d9d9;
- float: left;
- // margin-left: 50px;
- .image-preview-wrapper {
- position: relative;
- width: 100%;
- height: 100%;
- img {
- width: 100%;
- height: 100%;
- }
- }
- .image-preview-action {
- position: absolute;
- width: 100%;
- height: 30px;
- left: 0;
- bottom: 0;
- color: #fff;
- opacity: 0;
- font-size: 20px;
- background-color: rgba(0, 0, 0, 0.5);
- transition: opacity 0.3s;
- cursor: pointer;
- text-align: center;
- line-height: 30px;
- .el-icon-delete {
- font-size: 25px;
- }
- }
- &:hover {
- .image-preview-action {
- opacity: 1;
- }
- }
- }
- .image-app-preview {
- margin-bottom: 10px;
- width: 40vh;
- height: 180px;
- position: relative;
- border: 1px dashed #d9d9d9;
- float: left;
- // margin-left: 50px;
- .app-fake-conver {
- height: 44px;
- position: absolute;
- width: 100%; // background: rgba(0, 0, 0, .1);
- text-align: center;
- line-height: 64px;
- color: #fff;
- }
- }
- }
- </style>
|