From 0fa0a08af0a3f2ba0ee5c79f7cd80a751a6c3bc0 Mon Sep 17 00:00:00 2001 From: caoyizhong <1270296080@qq.com> Date: Mon, 13 Mar 2023 11:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E5=88=B6=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + .../总库导入模板_1669801840316.xlsx | Bin 10147 -> 10160 bytes .../账外导入模板_1672371645321.xlsx | Bin 10544 -> 10526 bytes src/components/jeecg/JEditor.vue | 2 +- .../form/ProcessMaterialsAllotForm.vue | 9 ++ src/views/dashboard/HomePage.vue | 80 ++++++++++++++---- .../regime/modules/ProcessRegimeForm.vue | 2 +- 7 files changed, 74 insertions(+), 20 deletions(-) diff --git a/public/index.html b/public/index.html index f90a032..2573aeb 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ +
", "user") - return t; - } - }, + // { + // align:"left", + // dataIndex: 'contentDetails', + // ellipsis: true, + // sorter: true, + // customRender:function (t,r,index) { + // let str = ''; + // + // t =str; + // return t; + // } + // }, { align:"center", dataIndex: 'createTime', @@ -304,9 +322,16 @@ export default { KeyApplicationsChildren:[], selectRowKeys:[], routerGo:"", + timeLineHeight:"", colors:[], } }, + mounted() { + this.timeLineHeight = document.documentElement.clientHeight - 300; + window.onresize = () => { + this.timeLineHeight = document.documentElement.clientHeight - 300; + }; + }, created() { getAction(this.url.keyApplications).then((res) => { if (res.success) { @@ -332,6 +357,10 @@ export default { }, methods: { + handlerOk(e) { + console.log(e); + this.visible = false; + }, expandedRowKeys(row){ console.log("=====",row); @@ -560,9 +589,12 @@ export default { handleDetail(record){ this.$nextTick(() => { - this.$refs.modalForm.edit(record); - this.$refs.modalForm.title="详情"; - this.$refs.modalForm.disableSubmit = true; + this.visible = true; + this.regimeConter = record.contentDetails; + // console.log("=edrsfg-q=wse0gf=",record.contentDetails); + // this.$refs.modalForm.edit(record); + // this.$refs.modalForm.title="详情"; + // this.$refs.modalForm.disableSubmit = true; }) }, @@ -647,6 +679,18 @@ export default {