From 3c2edbffc55aa027163fb1451a579e075c6a3b15 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 19 May 2025 15:39:04 +0800
Subject: [PATCH 1/6] 1
---
.../components/SignatureTemplate/TemplateForm.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue b/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
index f3d12d61..cbe9588a 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
@@ -36,10 +36,10 @@
-
+
-
+
+ show-overflow-tooltip sortable="custom" min-width="120px" />
+ show-overflow-tooltip sortable="custom" min-width="120px" />
+ show-overflow-tooltip sortable="custom" min-width="120px">
+ show-overflow-tooltip min-width="170" sortable="custom">
+ show-overflow-tooltip sortable="custom" min-width="150px" />
+ show-overflow-tooltip sortable="custom" min-width="120px" />
+ show-overflow-tooltip sortable="custom" min-width="120px">
{{ $fd('ImageBackApplyEnum',
scope.row.ApplyUserRole) }}
+
+
+ show-overflow-tooltip sortable="custom" min-width="150px" />
+ show-overflow-tooltip sortable="custom" min-width="120px">
{{ $fd('ImageBackstateEnum',
scope.row.ImageBackState) }}
+
+
+ show-overflow-tooltip sortable="custom" min-width="150px" />
+ v-if="hasPermi(['trials:trials-panel:visit:reupload-audit:agree', 'trials:trials-panel:visit:reupload-audit:refuse'])"
+ min-width="120px">
{
+ let params = {
+ IamgeBackRecordId: row.Id,
+ IsAgree: state === 1 ? true : false,
+ ResultRemark: value
+ }
+ // return console.log(params)
+ this.loading = true
+ let res = await auditImageBack(params)
+ this.loading = false
+ if (res.IsSuccess) {
+ this.getList()
+ }
+ }).catch(() => {
+
+ });
+
+ // let confirm = await this.$confirm(message)
+ // if (!confirm) return false
+ // let params = {
+ // IamgeBackRecordId: row.Id,
+ // IsAgree: state === 1 ? true : false,
+ // ResultRemark
+ // }
+ // this.loading = true
+ // let res = await auditImageBack(params)
+ // this.loading = false
+ // if (res.IsSuccess) {
+ // this.getList()
+ // }
} catch (err) {
console.log(err)
this.loading = false
From 286865ba8f65a37456300d7284b0b3e41f5cac8f Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 20 May 2025 09:43:02 +0800
Subject: [PATCH 4/6] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E8=B4=A8=E7=96=91?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=E6=93=8D=E4=BD=9C=E6=A0=8F=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-panel/visit/crc-question/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/trials/trials-panel/visit/crc-question/index.vue b/src/views/trials/trials-panel/visit/crc-question/index.vue
index 140db2fe..6be89411 100644
--- a/src/views/trials/trials-panel/visit/crc-question/index.vue
+++ b/src/views/trials/trials-panel/visit/crc-question/index.vue
@@ -287,7 +287,7 @@
From ee2e33405cb8af93356627e77bfb427a34cdae76 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 20 May 2025 11:07:41 +0800
Subject: [PATCH 5/6] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8E=9F=E5=9B=A0?=
=?UTF-8?q?=E5=BF=85=E5=A1=AB=E6=B7=BB=E5=8A=A0=E6=98=9F=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-panel/visit/crc-upload/index.vue | 3 ++-
src/views/trials/trials-panel/visit/qc-check/index.vue | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue
index d24e2cd1..0718b37c 100644
--- a/src/views/trials/trials-panel/visit/crc-upload/index.vue
+++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue
@@ -1007,9 +1007,10 @@ export default {
// 申请影像退回
async imageBack(row) {
try {
- this.$prompt(this.$t("trials:crcUpload:confirmMessage:ApplyReason"), this.$t("trials:crcUpload:confirmMessage:imageBack"), {
+ this.$prompt(`*${this.$t("trials:crcUpload:confirmMessage:ApplyReason")}`, this.$t("trials:crcUpload:confirmMessage:imageBack"), {
confirmButtonText: this.$t("common:button:save"),
cancelButtonText: this.$t("common:button:cancel"),
+ dangerouslyUseHTMLString: true,
inputValidator: (val) => {
if (!val) return this.$t("common:ruleMessage:specify")
},
diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue
index 4f649655..7c678209 100644
--- a/src/views/trials/trials-panel/visit/qc-check/index.vue
+++ b/src/views/trials/trials-panel/visit/qc-check/index.vue
@@ -697,9 +697,10 @@ export default {
// 申请影像退回
async imageBack(row) {
try {
- this.$prompt(this.$t("trials:crcUpload:confirmMessage:ApplyReason"), this.$t("trials:crcUpload:confirmMessage:imageBack"), {
+ this.$prompt(`*${this.$t("trials:crcUpload:confirmMessage:ApplyReason")}`, this.$t("trials:crcUpload:confirmMessage:imageBack"), {
confirmButtonText: this.$t("common:button:save"),
cancelButtonText: this.$t("common:button:cancel"),
+ dangerouslyUseHTMLString: true,
inputValidator: (val) => {
if (!val) return this.$t("common:ruleMessage:specify")
},
From 6a0a5f472473796cbeab4304d79c53ea32ae4a16 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Tue, 20 May 2025 16:14:40 +0800
Subject: [PATCH 6/6] 1
---
.env.prod | 2 +-
.env.production | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.env.prod b/.env.prod
index 9e55b50c..b0285002 100644
--- a/.env.prod
+++ b/.env.prod
@@ -6,7 +6,7 @@ NODE_ENV = 'prod'
VUE_APP_BASE_PATH = '/'
# onlyoffice地址
-VUE_APP_ONLYOFFICE_URL = "https://onlyoffice.test.extimaging.com"
+VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com"
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = true
diff --git a/.env.production b/.env.production
index 8db497fe..08e52d5e 100644
--- a/.env.production
+++ b/.env.production
@@ -4,7 +4,7 @@ NODE_ENV = 'production'
# base public path
VUE_APP_BASE_PATH = '/'
# onlyoffice地址
-VUE_APP_ONLYOFFICE_URL = "https://onlyoffice.test.extimaging.com"
+VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com"
VUE_APP_IS_TEST = true