From d051bd24c263df6bb5cc212ddcb9e135fe9c051a Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 11 Jul 2022 10:21:36 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=89=B9=E5=A4=84=E7=90=86=E6=9D=83=E9=99=90=E4=B8=8E=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue index 39bc070..38b658e 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -64,7 +64,7 @@ -
+
批量创建 From d510de5f827bf6252e247fe665d0a00eb830e430 Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 11 Jul 2022 10:22:21 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=89=B9=E5=A4=84=E7=90=86=E6=9D=83=E9=99=90=E4=B8=8E=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/repository/RepositoryInfoVersion.vue | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue index fb1c2a9..029c170 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryInfoVersion.vue @@ -73,7 +73,7 @@ @@ -157,7 +157,13 @@ addNewVersionVisible: false, currentVersion: '', currentId: '', - isLargeIteration: true + isLargeIteration: true, + isOlderVersion: true, + filePerm:{ + havingRemovePerm:false, + havingVersionManagePerm: false, + havingWritePerm: false + } } }, created() { @@ -209,6 +215,10 @@ } } that.tableData = ro.data.tableData; + that.isOlderVersion = ro.data.isOlderVersion; + that.filePerm.havingWritePerm = ro.data.havingWritePerm; + that.filePerm.havingRemovePerm = ro.data.havingRemovePerm; + that.filePerm.havingVersionManagePerm = ro.data.havingVersionManagePerm; } else { that.$message.error(ro.msg); } From 5727d8133135d9407ffc80a3b074b418020dc8ec Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 11 Jul 2022 13:54:20 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=B0=8F=E7=BB=84=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C=E7=9B=B8=E5=85=B3=E6=9D=83?= =?UTF-8?q?=E9=99=90=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/repository/RepositoryList.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue index 38b658e..dfc209c 100644 --- a/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue +++ b/com.actionsoft.apps.coe.pal/src/views/repository/RepositoryList.vue @@ -51,7 +51,7 @@
导出
- +
删除模型
@@ -189,7 +189,7 @@
导出
- +
删除模型
@@ -274,10 +274,10 @@
- 移动至 - 创建副本 + 移动至 + 创建副本 导出 - 删除 + 删除 取消
@@ -882,6 +882,7 @@ url:'jd', data:{ cmd: 'com.actionsoft.apps.coe.pal_processlevel_move_save', + teamId: that.$store.getters.getTeamIdFn, sourceData: sourceData, targetData: JSON.stringify(data) } From 0210374b84d6e6fcc8061431502c5d13b349e46c Mon Sep 17 00:00:00 2001 From: anhc <3442943606@qq.com> Date: Mon, 11 Jul 2022 16:44:12 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9D=83=E9=99=90=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/manage/ManageList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue b/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue index 3979ff8..bd37cfa 100644 --- a/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue +++ b/com.actionsoft.apps.coe.pal.cooperation/src/views/manage/ManageList.vue @@ -136,7 +136,7 @@
- +