通用培训问题解决
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

@ -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" />