通用培训问题解决
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-04-15 16:29:56 +08:00
parent e1c41d2327
commit 7d2af46845
3 changed files with 5 additions and 2 deletions

View File

@ -139,6 +139,8 @@ export default {
this.form.IsDeleted = this.data.IsDeleted this.form.IsDeleted = this.data.IsDeleted
this.form.SignViewMinimumMinutes = this.data.SignViewMinimumMinutes this.form.SignViewMinimumMinutes = this.data.SignViewMinimumMinutes
this.form.DocUserSignType = this.data.DocUserSignType this.form.DocUserSignType = this.data.DocUserSignType
this.form.CurrentStaffTrainDays = this.data.CurrentStaffTrainDays
this.form.NewStaffTrainDays = this.data.NewStaffTrainDays
} }
this.loading = false this.loading = false
}, },

View File

@ -16,7 +16,7 @@
:http-request="handleUploadFile" :on-preview="handlePreview" :on-remove="handleRemoveFile" :http-request="handleUploadFile" :on-preview="handlePreview" :on-remove="handleRemoveFile"
:show-file-list="true" :file-list="fileList" :limit="1" :on-exceed="handleExceed"> :show-file-list="true" :file-list="fileList" :limit="1" :on-exceed="handleExceed">
<el-button size="small" type="primary" :loading="btnLoading">{{ $t('common:button:check') <el-button size="small" type="primary" :loading="btnLoading">{{ $t('common:button:check')
}}</el-button> }}</el-button>
<span slot="tip" style="margin-left: 10px" class="el-upload__tip"> <span slot="tip" style="margin-left: 10px" class="el-upload__tip">
({{ $t('trials:signature:label:type').replace("xxx", this.accept.join(", ")) }}) ({{ $t('trials:signature:label:type').replace("xxx", this.accept.join(", ")) }})
</span> </span>
@ -128,6 +128,7 @@ export default {
path: this.$getObjectName(res.url), path: this.$getObjectName(res.url),
url: this.$getObjectName(res.url), url: this.$getObjectName(res.url),
}) })
this.form.Name = param.file.name
this.form.FileName = param.file.name this.form.FileName = param.file.name
this.form.FilePath = this.$getObjectName(res.url) this.form.FilePath = this.$getObjectName(res.url)
this.form.FileSize = param.file.size this.form.FileSize = param.file.size

View File

@ -370,7 +370,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="width: auto;flex:1;padding: 0 20px"> <div style="width: auto;flex:1;padding: 0 20px;max-width: calc(100% - 250px);">
<!-- 加急影像提交 --> <!-- 加急影像提交 -->
<ImageSubmission v-if="selected === 'ImageSubmission'" :trial-id-list="trialIdList" <ImageSubmission v-if="selected === 'ImageSubmission'" :trial-id-list="trialIdList"
:is-sign-system-doc="tabList.SysWaitSignDocCount > 0 && !isTestUser" /> :is-sign-system-doc="tabList.SysWaitSignDocCount > 0 && !isTestUser" />