|
@@ -144,7 +144,7 @@
|
|
|
</div>
|
|
|
<el-dialog :title="'新建'" :visible.sync="addNewDiaStatus" width="50%" :destroy-on-close="true"
|
|
|
:modal-append-to-body="false" :close-on-click-modal="false" v-if="addNewDiaStatus">
|
|
|
- <div v-loading="loading">
|
|
|
+ <div v-loading="loading" style="padding: 30px;">
|
|
|
<el-form :model="form" ref="form">
|
|
|
<div class="online">
|
|
|
<el-form-item prop="fileName">
|
|
@@ -172,62 +172,61 @@
|
|
|
<el-dialog :title="'新建'" :visible.sync="addNewStatus" width="450px" :destroy-on-close="true"
|
|
|
:modal-append-to-body="false" :close-on-click-modal="false">
|
|
|
<div>
|
|
|
- <div style="padding-bottom: 30px;display:flex">
|
|
|
+ <div style="padding: 30px;display:flex">
|
|
|
<div style="width: 85px;display: inline-block;cursor: pointer"
|
|
|
@click="addNewDiaStatus = true; form = {}">
|
|
|
<span class="iconfont icon-wenjian" style="font-size: 80px;color: dodgerblue"></span>
|
|
|
<p style="margin-left: 20px;margin-top: 10px">在线文档</p>
|
|
|
</div>
|
|
|
<div style="width: 85px;display: inline-block;margin-left: 70px;cursor: pointer">
|
|
|
- <myUpload style="" @uploadBack=" uploadBack " :fileInfo=" fileInfo2 "
|
|
|
- :fileList=" fileInfo2.fileList " :filenowFolder=" nowFolder ">
|
|
|
+ <myUpload style="" @uploadBack="uploadBack" :fileInfo="fileInfo2" :fileList="fileInfo2.fileList"
|
|
|
+ :filenowFolder="nowFolder">
|
|
|
</myUpload>
|
|
|
</div>
|
|
|
<div style="width: 85px;display: inline-block;margin-left: 70px;cursor: pointer"
|
|
|
- @click=" addFolderStatus = true ">
|
|
|
+ @click=" addFolderStatus = true">
|
|
|
<span class="iconfont icon-wenjianjia" style="font-size: 80px;color: dodgerblue"></span>
|
|
|
<p style="margin-left: 20px;margin-top: 10px">文件夹</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title=" '新增文件夹' " :visible.sync=" addFolderStatus " width="50%" :destroy-on-close=" true "
|
|
|
- :modal-append-to-body=" false " :close-on-click-modal=" false ">
|
|
|
- <div v-loading=" loading ">
|
|
|
- <el-form :model=" infolist " ref="infolist">
|
|
|
+ <el-dialog :title="'新增文件夹'" :visible.sync="addFolderStatus" width="50%" :destroy-on-close="true"
|
|
|
+ :modal-append-to-body="false" :close-on-click-modal="false">
|
|
|
+ <div v-loading="loading" style="padding: 30px;">
|
|
|
+ <el-form :model="infolist" ref="infolist">
|
|
|
<div class="online">
|
|
|
<el-form-item prop="name">
|
|
|
<span>文件夹名称</span>
|
|
|
- <el-input v-model=" infolist.name " placeholder="文件夹名称"
|
|
|
- :disabled=" disableStatus "></el-input>
|
|
|
+ <el-input v-model="infolist.name" placeholder="文件夹名称" :disabled="disableStatus"></el-input>
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer myfooter">
|
|
|
- <el-button type="primary" @click=" addNewFolder() ">确 定</el-button>
|
|
|
- <el-button @click=" addFolderStatus = false ">取 消</el-button>
|
|
|
+ <el-button type="primary" @click=" addNewFolder()">确 定</el-button>
|
|
|
+ <el-button @click=" addFolderStatus = false">取 消</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :title=" '分享选项' " :visible.sync=" shareStatus " width="450px" :destroy-on-close=" true "
|
|
|
- :modal-append-to-body=" false " :close-on-click-modal=" false ">
|
|
|
- <div style="margin-left: 30px;padding-bottom: 20px" v-loading=' shareLoading '>
|
|
|
+ <el-dialog :title="'分享选项'" :visible.sync="shareStatus" width="450px" :destroy-on-close="true"
|
|
|
+ :modal-append-to-body="false" :close-on-click-modal="false">
|
|
|
+ <div style="margin-left: 30px;padding-bottom: 20px;padding: 30px;;" v-loading='shareLoading'>
|
|
|
<!-- <el-button type="primary" @click="processExcelShare(1)" plain>仅我可编辑</el-button> -->
|
|
|
- <el-button type="primary" @click=" openOADialog(2) " plain>部门内所有人可编辑</el-button>
|
|
|
- <el-button type="primary" @click=" checkexa = true " plain>指定人可编辑</el-button>
|
|
|
+ <el-button type="primary" @click=" openOADialog(2)" plain>部门内所有人可编辑</el-button>
|
|
|
+ <el-button type="primary" @click=" checkexa = true" plain>指定人可编辑</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="选择填报人" :visible.sync=" checkexa " width="100%" :destroy-on-close=" true "
|
|
|
- :modal-append-to-body=" false " :close-on-click-modal=" false " v-loading=" shareLoading ">
|
|
|
- <div>
|
|
|
- <el-form :model=" exaList " ref="addInfoList">
|
|
|
+ <el-dialog title="选择填报人" :visible.sync="checkexa" width="100%" :destroy-on-close="true"
|
|
|
+ :modal-append-to-body="false" :close-on-click-modal="false" v-loading="shareLoading">
|
|
|
+ <div style="padding: 30px;">
|
|
|
+ <el-form :model="exaList" ref="addInfoList">
|
|
|
<el-form-item prop="processUserId" class="info-line online">
|
|
|
<!-- <span style="width: 80px;margin-right: 20px">审批人员</span> -->
|
|
|
<div style="max-height:500px ;">
|
|
|
<!-- <deptTreeUserNew class="tree" @treeCheck="treeCheckonly" :defaultList="defaultList"
|
|
|
:type="depttype" :closeList="closeList"></deptTreeUserNew> -->
|
|
|
- <deptTreeOnly @treeCheck=" treeCheckonly " :defaultList=" defaultList " :type=" depttype "
|
|
|
- :closeList=" closeList ">
|
|
|
+ <deptTreeOnly @treeCheck="treeCheckonly" :defaultList="defaultList" :type="depttype"
|
|
|
+ :closeList="closeList">
|
|
|
</deptTreeOnly>
|
|
|
</div>
|
|
|
<!-- <div class="tree treeUser">
|
|
@@ -239,50 +238,54 @@
|
|
|
</el-form>
|
|
|
|
|
|
<div slot="footer" style="text-align: right;padding-bottom: 20px">
|
|
|
- <el-button type="primary" @click=" checkProcessUser(3) ">确 定</el-button>
|
|
|
- <el-button @click=" checkexa = false ">取 消</el-button>
|
|
|
+ <el-button type="primary" @click=" checkProcessUser(3)">确 定</el-button>
|
|
|
+ <el-button @click=" checkexa = false">取 消</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="移动到" :visible.sync=" moveStatus " width="500px" :destroy-on-close=" true "
|
|
|
- :modal-append-to-body=" false " :close-on-click-modal=" false ">
|
|
|
- <div>
|
|
|
- <el-tree ref="tree" class="tree-line" :expand-on-click-node=" false " :auto-expand-parent=" true "
|
|
|
- :default-expand-all=" true " :default-checked-keys=" checkedMenu " :data=" moveMenuList "
|
|
|
- @check=" checkChange " @node-click=" folderNodeClick " node-key="functionCode"
|
|
|
- @expand-on-click-node=" false ">
|
|
|
+ <el-dialog title="移动到" :visible.sync="moveStatus" width="500px" :destroy-on-close="true"
|
|
|
+ :modal-append-to-body="false" :close-on-click-modal="false">
|
|
|
+ <div style="padding: 30px;">
|
|
|
+ <el-tree ref="tree" class="tree-line" :expand-on-click-node="false" :auto-expand-parent="true"
|
|
|
+ :default-expand-all="true" :default-checked-keys="checkedMenu" :data="moveMenuList"
|
|
|
+ @check="checkChange" @node-click="folderNodeClick" node-key="functionCode"
|
|
|
+ @expand-on-click-node=" false">
|
|
|
<span class="custom-tree-node" slot-scope="{ node }">
|
|
|
<span>
|
|
|
- <span v-if=" node.data.type == 4 " style="color: #009cff"
|
|
|
+ <span v-if="node.data.type == 4" style="color: #009cff"
|
|
|
class="iconfont icon-wenjianjia"></span>
|
|
|
<span v-else style="color: #fdb441" class="iconfont icon-wenjian"></span>
|
|
|
<span
|
|
|
- :style=" node.data.hasOwnProperty('parent') ? 'font-size:14px;padding-left:5px' : 'font-size:12px;padding-left:5px' ">{{
|
|
|
- node.data.functionName
|
|
|
+ :style="node.data.hasOwnProperty('parent') ? 'font-size:14px;padding-left:5px' : 'font-size:12px;padding-left:5px'">{{
|
|
|
+ node.data.functionName
|
|
|
}}</span>
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-tree>
|
|
|
<div slot="footer" style="text-align: right;padding-bottom: 20px">
|
|
|
- <el-button type="primary" @click=" addFolderStatus = true " style="margin-right: 100px"
|
|
|
+ <el-button type="primary" @click=" addFolderStatus = true" style="margin-right: 100px"
|
|
|
icon="el-icon-plus">新建文件夹
|
|
|
</el-button>
|
|
|
- <el-button type="primary" @click=" moveExcel() ">确 定</el-button>
|
|
|
- <el-button @click=" moveStatus = false ">取 消</el-button>
|
|
|
+ <el-button type="primary" @click=" moveExcel()">确 定</el-button>
|
|
|
+ <el-button @click=" moveStatus = false">取 消</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <el-dialog :modal=" false " :title=" officetitle " :visible.sync=" officeStatus " style="height:100% ;"
|
|
|
- :fullscreen=" true " width="100%" height="100%" center>
|
|
|
- <div id="DocEditor" v-if=" officeStatus ">
|
|
|
- <onlyoffice-editor editorId="DocEditor" :src=" src " :config=" config " @ready=" onReady " />
|
|
|
+ <el-dialog :modal="false" :title="officetitle" :visible.sync="officeStatus" style="height:100% ;"
|
|
|
+ :fullscreen="true" width="100%" height="100%" center>
|
|
|
+ <div id="DocEditor" v-if="officeStatus">
|
|
|
+ <div style="position: fixed; z-index: 10000;top: 13px;right: 50px;">
|
|
|
+ <el-button size="small" type="primary" v-if="oaStatus" @click="oaStatusClick"
|
|
|
+ :loading="buttonLoading">填写完成</el-button>
|
|
|
+ <!-- <el-button size="small" type="primary" @click="officeStatus = false">关闭</el-button> -->
|
|
|
+ </div>
|
|
|
+ <onlyoffice-editor editorId="DocEditor" :src="src" :config="config" @ready="onReady" />
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
- <myMessage :messTit=' messTit ' @closeMessage=" processDel " :centerDialogVisible=" delVisible "
|
|
|
- v-if=" delVisible ">
|
|
|
+ <myMessage :messTit='messTit' @closeMessage="processDel" :centerDialogVisible="delVisible" v-if="delVisible">
|
|
|
</myMessage>
|
|
|
- <myMessageRadio :messTit=' oaTitle ' @closeMessage=" processOa " :centerDialogVisible=" oaVisible "
|
|
|
- v-if=" oaVisible " yesBtnName="是" noBtnName="否" ok-btn-name="提交"></myMessageRadio>
|
|
|
+ <myMessageRadio :messTit='oaTitle' @closeMessage="processOa" :centerDialogVisible="oaVisible" v-if="oaVisible"
|
|
|
+ yesBtnName="是" noBtnName="否" ok-btn-name="提交"></myMessageRadio>
|
|
|
</div>
|
|
|
</fullscreen>
|
|
|
</template>
|
|
@@ -317,7 +320,9 @@ export default {
|
|
|
return {
|
|
|
form: {},
|
|
|
shareadmin: '',
|
|
|
+ buttonLoading: false, //按钮loadding
|
|
|
officetitle: '',
|
|
|
+ oaStatus: false,
|
|
|
officeStatus: false,
|
|
|
addNewDiaStatus: false,
|
|
|
fileInfo: {
|
|
@@ -387,6 +392,7 @@ export default {
|
|
|
nowMoveFolder: {},
|
|
|
shareLoading: false,
|
|
|
woNo: '',
|
|
|
+ woNos: [],
|
|
|
moveMenuList: [],
|
|
|
addShareType: 0,
|
|
|
excelFullScreen: false,
|
|
@@ -474,39 +480,66 @@ export default {
|
|
|
this.page = e;
|
|
|
this.currentPage(this.dataList)
|
|
|
},
|
|
|
- processWoNo() {
|
|
|
- console.log(this.woNo);
|
|
|
- var _this = this;
|
|
|
- this.$http({
|
|
|
- url: '/market/cOnlineSyncExcel/processWoNo',
|
|
|
- method: "post",
|
|
|
- headers: {
|
|
|
- "Content-Type": "application/json",
|
|
|
- },
|
|
|
- data: {
|
|
|
- id: _this.woNo,
|
|
|
- },
|
|
|
- }).then((res) => {
|
|
|
- if (res.data.result === 1) {
|
|
|
- if (res.data.result != 'WONOEMPTY') {
|
|
|
- _this.$message({
|
|
|
- message: res.data.desc,
|
|
|
- type: 'error'
|
|
|
- });
|
|
|
+ oaStatusClick() {
|
|
|
+ var _this = this
|
|
|
+ console.log('this.woNos-----------------------------');
|
|
|
+ console.log(this.woNos);
|
|
|
+ this.buttonLoading = true
|
|
|
+ if (this.woNos.length > 0) {
|
|
|
+ this.woNos.map((item) => {
|
|
|
+ this.$http({
|
|
|
+ url: '/market/cOnlineSyncExcel/processWoNo',
|
|
|
+ method: "post",
|
|
|
+ headers: {
|
|
|
+ "Content-Type": "application/json",
|
|
|
+ },
|
|
|
+ data: {
|
|
|
+ id: item,
|
|
|
+ },
|
|
|
+ }).then((res) => {
|
|
|
+ if (res.data.result === 1) {
|
|
|
+ if (res.data.result != 'WONOEMPTY') {
|
|
|
+ _this.$message({
|
|
|
+ message: res.data.desc,
|
|
|
+ type: 'error'
|
|
|
+ });
|
|
|
+ }
|
|
|
+ } else {
|
|
|
+ }
|
|
|
+
|
|
|
+ });
|
|
|
+ })
|
|
|
+ setTimeout(() => {
|
|
|
+ this.getList({}, 1);
|
|
|
+ }, 2500);
|
|
|
+ } else {
|
|
|
+ this.$http({
|
|
|
+ url: '/market/cOnlineSyncExcel/processWoNo',
|
|
|
+ method: "post",
|
|
|
+ headers: {
|
|
|
+ "Content-Type": "application/json",
|
|
|
+ },
|
|
|
+ data: {
|
|
|
+ id: _this.woNo,
|
|
|
+ },
|
|
|
+ }).then((res) => {
|
|
|
+ if (res.data.result === 1) {
|
|
|
+ if (res.data.result != 'WONOEMPTY') {
|
|
|
+ _this.$message({
|
|
|
+ message: res.data.desc,
|
|
|
+ type: 'error'
|
|
|
+ });
|
|
|
+ }
|
|
|
+ } else {
|
|
|
}
|
|
|
- } else {
|
|
|
- // moveToEdit(e)
|
|
|
- // _this.$message({
|
|
|
- // message: '请填写完毕后点击“保存”按钮',
|
|
|
- // type: 'success'
|
|
|
- // });
|
|
|
- // var id = res.data.desc;
|
|
|
- // //放入id,切换到excel模式
|
|
|
- // document.getElementById('excelId').setAttribute("value", id);
|
|
|
- // _this.showExcel = true;
|
|
|
- // console.log(_this.showExcel);
|
|
|
- }
|
|
|
- });
|
|
|
+ });
|
|
|
+ setTimeout(() => {
|
|
|
+ this.getList({}, 1);
|
|
|
+ }, 2500);
|
|
|
+ }
|
|
|
+ },
|
|
|
+ getExcleInfoByOaId() {
|
|
|
+ var _this = this
|
|
|
this.$http({
|
|
|
url: '/market/cOnlineSyncExcel/getExcleInfoByOaId',
|
|
|
method: "post",
|
|
@@ -654,6 +687,24 @@ export default {
|
|
|
moveToEdit(e) {
|
|
|
this.officetitle = e.fileName
|
|
|
let _this = this;
|
|
|
+ console.log('e.woNo');
|
|
|
+ console.log(e.woNo);
|
|
|
+ if (e.woNo) {
|
|
|
+ if (e.woNo.length > 0) {
|
|
|
+ _this.woNos = e.woNo
|
|
|
+ console.log('true');
|
|
|
+ this.oaStatus = true
|
|
|
+ } else {
|
|
|
+ this.oaStatus = false
|
|
|
+ console.log('false');
|
|
|
+ }
|
|
|
+
|
|
|
+ } else {
|
|
|
+ this.oaStatus = false
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
_this.$util.ajaxJson("正在加载", getConfig().OFFICE_URL + "/office/restfile/edit", {
|
|
|
id: e.id,
|
|
|
edit: true,
|
|
@@ -804,6 +855,12 @@ export default {
|
|
|
})
|
|
|
this.total = res.data.totalRecord;
|
|
|
this.loading = false;
|
|
|
+ if (this.buttonLoading) {
|
|
|
+ this.woNos = []
|
|
|
+ this.officeStatus = false
|
|
|
+ this.oaStatus = false
|
|
|
+ this.buttonLoading = false
|
|
|
+ }
|
|
|
});
|
|
|
},
|
|
|
addNewFolder() {
|
|
@@ -988,19 +1045,20 @@ export default {
|
|
|
this.woNo = this.getUrlKey("id")//获取地址栏参数
|
|
|
console.log(this.woNo);
|
|
|
if (this.woNo != null) {
|
|
|
- this.processWoNo();
|
|
|
+ this.getExcleInfoByOaId();
|
|
|
}
|
|
|
// this.woNo = this.$route.query.woNo
|
|
|
// if (this.woNo != null) {
|
|
|
- // this.processWoNo();
|
|
|
+ // this.getExcleInfoByOaId();
|
|
|
// } else {
|
|
|
//
|
|
|
// }
|
|
|
+
|
|
|
+ },
|
|
|
+ created() {
|
|
|
this.getList({}, 1);
|
|
|
this.getTreeData();
|
|
|
this.shareadmin = JSON.parse(window.sessionStorage.getItem('userInfo')).loginNoStr
|
|
|
- },
|
|
|
- created() {
|
|
|
// window['fullScreen'] = (rp) => {
|
|
|
// this.processFullScreen(rp);
|
|
|
// }
|
|
@@ -1039,11 +1097,16 @@ svg {
|
|
|
|
|
|
::v-deep .el-dialog--center {
|
|
|
height: 100%;
|
|
|
- margin-top: 10px !important;
|
|
|
}
|
|
|
|
|
|
::v-deep .el-dialog__body {
|
|
|
- height: 100%;
|
|
|
+ height: calc(100% - 54px);
|
|
|
+ padding: 0px !important;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-dialog__headerbtn .el-dialog__close {
|
|
|
+ color: rgb(0, 0, 0);
|
|
|
+ font-weight: 900;
|
|
|
}
|
|
|
|
|
|
.custom-tree-node {
|
|
@@ -1110,9 +1173,9 @@ svg {
|
|
|
padding: 30px 0 10px 0;
|
|
|
}
|
|
|
|
|
|
-.el-button {
|
|
|
- height: 36px;
|
|
|
-}
|
|
|
+// .el-button {
|
|
|
+// height: 36px;
|
|
|
+// }
|
|
|
|
|
|
.choice-style {
|
|
|
background: rgb(255, 255, 255);
|