Browse Source

feat: [模板管理] 供试品部试剂配制记录表(平行配制):实际表单与需求不一致,去掉方法编号、版本号、容器材质三项

luojie
memorylkf 1 week ago
parent
commit
e6ba110250
1 changed files with 1 additions and 15 deletions
  1. +1
    -15
      src/views/business/comps/template/comps/gsp/GSP002.vue

+ 1
- 15
src/views/business/comps/template/comps/gsp/GSP002.vue View File

@ -126,7 +126,7 @@ export default {
}, },
// //
baseInfoFormConfig() { baseInfoFormConfig() {
return this.sn==='GG006'?[
return this.sn==='GSP002' || this.sn==='GG006' ?[
{ {
type: 'cardItem', type: 'cardItem',
config: { config: {
@ -166,20 +166,6 @@ export default {
} }
}, },
{ {
type: 'conditionItem',
label: 'template.sp.sp00456.rqcz',
config: {
containerMaterial: {
label: 'template.sp.sp00456.rqcz',
type: 'select',
options: this.getDictOptions('business_rqcz'),
fillType: 'actFill',
multiple: true,
otherCode: 'containerMaterialOther'
}
}
},
{
type: 'cellItem', type: 'cellItem',
label: 'template.common.configurationTime', label: 'template.common.configurationTime',
config: { config: {

Loading…
Cancel
Save