Browse Source

fix:[模板管理]sp001,sp002

lkf
15881625488@163.com 2 months ago
parent
commit
68daa3bf39
4 changed files with 50 additions and 8 deletions
  1. +20
    -0
      src/lang/en/template/sp.js
  2. +20
    -0
      src/lang/zh/template/sp.js
  3. +6
    -4
      src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue
  4. +4
    -4
      src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue

+ 20
- 0
src/lang/en/template/sp.js View File

@ -1,5 +1,25 @@
//色谱
export default {
// 生物样品分析溶液配制表
sp001:{
title: '生物样品分析溶液配制表',
},
// 生物样品分析储备液配制表
sp002:{
title: '生物样品分析储备液配制表',
},
// 生物样品标曲工作液制备表
sp003:{
title: '生物样品标曲工作液制备表',
},
// 生物样品内标工作液制备表
sp004:{
title: '生物样品内标工作液制备表',
},
// 生物样品分析方法学样品制备表-准确度与精密度
sp008: {
title:

+ 20
- 0
src/lang/zh/template/sp.js View File

@ -1,5 +1,25 @@
//色谱
export default {
// 生物样品分析溶液配制表
sp001:{
title: '生物样品分析溶液配制表',
},
// 生物样品分析储备液配制表
sp002:{
title: '生物样品分析储备液配制表',
},
// 生物样品标曲工作液制备表
sp003:{
title: '生物样品标曲工作液制备表',
},
// 生物样品内标工作液制备表
sp004:{
title: '生物样品内标工作液制备表',
},
// 生物样品分析方法学样品制备表-准确度与精密度
sp008: {
title: '生物样品分析方法学样品制备表(准确度与精密度)',

+ 6
- 4
src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue View File

@ -3,7 +3,7 @@
<div>
<div class="detail-container">
<div class="detail-title"><img src="@/assets/images/detail-title.png">{{ formData.bdmc ||
$t('template.common.pageTitle') }}<img src="@/assets/images/detail-title.png" /></div>
$t('template.sp.sp002.title') }}<img src="@/assets/images/detail-title.png" /></div>
<div class="detail-content">
<div class="content">
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo" ref="baseInfoRef"
@ -109,7 +109,7 @@ export default {
},
versionNum: {
label: 'template.common.versionNumber',
type: "input",
type: "inputNumber",
fillType: "actFill",
prepend:"V",
maxlength: 50
@ -181,7 +181,8 @@ export default {
subKey: "targetPreConcentrationUnit",
fillType: "preFill",
subOptions: this.getDictOptions('business_nddw'),
maxlength: 10
maxlength: 10,
selectTo:"targetActConcentrationUnit",//
},
targetActConcentration: {
label: 'template.common.targetActConcentration',
@ -202,7 +203,8 @@ export default {
subKey: "targetPreVolumeUnit",
subOptions: this.getDictOptions('business_tjdw'),
fillType: "preFill",
maxlength: 10
maxlength: 10,
selectTo:"targetActVolumeUnit",//
},
targetActVolume: {
label: 'template.common.targetActVolume',

+ 4
- 4
src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue View File

@ -3,7 +3,7 @@
<div>
<div class="detail-container">
<div class="detail-title"><img src="@/assets/images/detail-title.png">{{ formData.bdmc ||
$t('template.common.pageTitle') }}<img src="@/assets/images/detail-title.png" /></div>
$t('template.sp.sp001.title') }}<img src="@/assets/images/detail-title.png" /></div>
<div class="detail-content">
<div class="content">
<BaseInfoFormPackage fieldItemLabel="template.common.baseInfo" label="template.common.baseInfo" ref="baseInfoRef"
@ -28,7 +28,7 @@
</div>
</div>
</div>
<button @click = "onSave">保存</button>
<!-- <button @click = "onSave">保存</button> -->
</div>
</template>
@ -42,7 +42,7 @@ import CustomTable from '@/components/Template/CustomTable.vue';
import { getLatestSn } from '@/api/template';
import { EventBus } from "@/utils/eventBus";
export default {
name: "SWYPFXRYPZB",
name: "Sp001",
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable },
mixins: [templateMixin],
props: {
@ -111,7 +111,7 @@ export default {
},
versionNum: {
label: 'template.common.versionNumber',
type: "input",
type: "inputNumber",
fillType: "actFill",
prepend:"V",
maxlength: 50

Loading…
Cancel
Save