diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 40f35e0..ee30bab 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -212,7 +212,10 @@ aside { background: #409EFF; } &.ytj { - background: #F78B07; + background: #2AC663; + } + &.wtg { + background: #f73f07; } &.ytg { background: #2AC663; diff --git a/src/lang/en/business/resource/sj.js b/src/lang/en/business/resource/sj.js index f4c7c00..8af702d 100644 --- a/src/lang/en/business/resource/sj.js +++ b/src/lang/en/business/resource/sj.js @@ -27,6 +27,7 @@ export default { cz: 'Dispose', sjczfs: 'Dispose Method', + czfs: 'Dispose Method', czl: 'Amount', yuanyin: 'Reason', lock: 'Lock', diff --git a/src/lang/en/template/lba.js b/src/lang/en/template/lba.js index 8409285..770dd52 100644 --- a/src/lang/en/template/lba.js +++ b/src/lang/en/template/lba.js @@ -27,7 +27,7 @@ export default { sjjzjrz: 'Actual Blank Matrix Volume' }, lba005: { - bzqxpz: 'Calibration Standards', + bzqxpz: 'Calibration Standards Preparation', zkpz: 'Quality Control Preparation' }, lba006: { diff --git a/src/lang/zh/business/resource/sj.js b/src/lang/zh/business/resource/sj.js index d0bb856..3852d0e 100644 --- a/src/lang/zh/business/resource/sj.js +++ b/src/lang/zh/business/resource/sj.js @@ -27,6 +27,7 @@ export default { cz: '处置', sjczfs: '试剂处置方式', + czfs: '处置方式', czl: '处置量', yuanyin: '原因', lock: '锁定', diff --git a/src/lang/zh/business/study/studyFormFill.js b/src/lang/zh/business/study/studyFormFill.js index 61d1744..e340efe 100644 --- a/src/lang/zh/business/study/studyFormFill.js +++ b/src/lang/zh/business/study/studyFormFill.js @@ -66,7 +66,7 @@ export default { fhtg: '复核通过', tongguo: '通过', txbtjjl: '填写并提交记录', - zztjyzbd: '制作提交预制表单', + zztjyzbd: '制作并提交预制表单', mfhtg: '免复核通过', lianghao: '良好', zhong: '中', diff --git a/src/lang/zh/business/study/studyFormPre.js b/src/lang/zh/business/study/studyFormPre.js index 207d91a..41b353f 100644 --- a/src/lang/zh/business/study/studyFormPre.js +++ b/src/lang/zh/business/study/studyFormPre.js @@ -36,7 +36,7 @@ export default { fzyybd: '复制已有表单', yes: '是', no: '否', - zztjyzbd: '制作提交预制表单', + zztjyzbd: '制作并提交预制表单', sqgb: '申请关闭', qrgb: '确认关闭', gbtgjj:'关闭通过/拒绝', diff --git a/src/lang/zh/template/lba.js b/src/lang/zh/template/lba.js index 7d70a12..0df0810 100644 --- a/src/lang/zh/template/lba.js +++ b/src/lang/zh/template/lba.js @@ -27,7 +27,7 @@ export default { sjjzjrz: '实际基质加入值' }, lba005: { - bzqxpz: '校正标样', + bzqxpz: '校正标样配制', zkpz: '质控配制' }, lba006: { diff --git a/src/views/business/comps/select/SelectDept.vue b/src/views/business/comps/select/SelectDept.vue index 37e0cd3..082ef42 100644 --- a/src/views/business/comps/select/SelectDept.vue +++ b/src/views/business/comps/select/SelectDept.vue @@ -1,6 +1,6 @@ diff --git a/src/views/business/study/comp/tbbd/Blxjsh.vue b/src/views/business/study/comp/tbbd/Blxjsh.vue index 09d2e15..b265f5b 100644 --- a/src/views/business/study/comp/tbbd/Blxjsh.vue +++ b/src/views/business/study/comp/tbbd/Blxjsh.vue @@ -19,7 +19,7 @@
+ :sn="form.templateSn" :templateData="form" fillType="blxjsh" />
{{ $t('page.business.study.studyFormFill.qmxx') }}
diff --git a/src/views/business/study/comp/tbbdList.vue b/src/views/business/study/comp/tbbdList.vue index b9efeaa..b6a0b35 100644 --- a/src/views/business/study/comp/tbbdList.vue +++ b/src/views/business/study/comp/tbbdList.vue @@ -120,7 +120,7 @@ $t('page.business.study.studyFormFill.sy') }} {{ + >{{ $t('page.business.study.studyFormFill.fz') }} { + if (this.$route.path === data.toUrl) { + this.$emit('changeTab', { key: 'syff' }) + } else { + let index = _.findIndex(this.$store.state.tagsView.visitedViews, (tab) => { + return tab.path === data.toUrl + }) + if (index > -1) { + this.$tab.refreshPage(this.$store.state.tagsView.visitedViews[index]); + } else { + this.$tab.openPage("loading", data.toUrl) + } + } + } + }); + }, getIsMatchSubject() { studySubject_isMatchSubject({ studySubjectId: this.form.studySubjectId }).then(response => { this.isMatchSubject = response.data diff --git a/src/views/business/template/list.vue b/src/views/business/template/list.vue index 6922030..23316a8 100644 --- a/src/views/business/template/list.vue +++ b/src/views/business/template/list.vue @@ -94,7 +94,7 @@ - + @@ -191,7 +191,7 @@ + style="width:100%" @change="changeStepGroup" filterable> @@ -282,9 +282,9 @@ export default { // nameEn: [ // { required: true, message: '请输入', trigger: "blur" } // ], - deptId: [ - { required: true, message: '请选择', trigger: "change" } - ], + // deptId: [ + // { required: true, message: '请选择', trigger: "change" } + // ], status: [ { required: true, message: '请选择', trigger: "change" } ],