Browse Source

fix: [模板管理] lba014

luojie
memorylkf 3 weeks ago
parent
commit
f3b53b946c
1 changed files with 10 additions and 7 deletions
  1. +10
    -7
      src/views/business/comps/template/comps/dl/DL014.vue

+ 10
- 7
src/views/business/comps/template/comps/dl/DL014.vue View File

@ -15,7 +15,7 @@
<TableList label="template.common.reagentInfo" :columns="sysjColumns" :dataSource="resourceSj" /> <TableList label="template.common.reagentInfo" :columns="sysjColumns" :dataSource="resourceSj" />
<LineLabel label="template.dl.dl007.yqsyxx" /> <LineLabel label="template.dl.dl007.yqsyxx" />
<CustomTable :columns="yqsyColumns" :ref="refConf.yqsy" @onRegentSubmit="(e) => onRegentSubmit(e)"
<CustomTable fieldItemLabel="template.dl.dl007.yqsyxx" :columns="yqsyColumns" :ref="refConf.yqsy" @onRegentSubmit="(e) => onRegentSubmit(e)"
:showOperation="fillType === 'actFill'" :showAddRow="fillType === 'actFill'" :formData="formData" :showOperation="fillType === 'actFill'" :showAddRow="fillType === 'actFill'" :formData="formData"
:prefixKey="`yqsyTable`"> :prefixKey="`yqsyTable`">
<template slot="operation" slot-scope="{ row, rowIndex, columns }"> <template slot="operation" slot-scope="{ row, rowIndex, columns }">
@ -25,17 +25,17 @@
</CustomTable> </CustomTable>
<LineLabel label="template.dl.dl014.xbxx" /> <LineLabel label="template.dl.dl014.xbxx" />
<BaseInfoFormPackage :ref="refConf.xbInfo" :formConfig="xbInfoFormConfig" :formData="formData" />
<BaseInfoFormPackage fieldItemLabel="template.dl.dl014.xbxx" :ref="refConf.xbInfo" :formConfig="xbInfoFormConfig" :formData="formData" />
<!-- 剂量组配制信息 --> <!-- 剂量组配制信息 -->
<LineLabel label="template.dl.dl014.jlzpzxx" /> <LineLabel label="template.dl.dl014.jlzpzxx" />
<div class="template-form-item"> <div class="template-form-item">
<BaseInfoFormPackage fieldItemLabel="" label="" :ref="refConf.jlzInfo" :formConfig="jlzInfoFormConfig"
<BaseInfoFormPackage fieldItemLabel="template.dl.dl014.jlzpzxx" label="" :ref="refConf.jlzInfo" :formConfig="jlzInfoFormConfig"
:formData="formData" @select="onSftjs9Change" @clickButton="handleJlzzsButton" :formData="formData" @select="onSftjs9Change" @clickButton="handleJlzzsButton"
@onRegentSubmit="(data) => onTableRegentSubmit(data)" @blur="onJlzInfoBlur" /> @onRegentSubmit="(data) => onTableRegentSubmit(data)" @blur="onJlzInfoBlur" />
<!-- 剂量组名称列表 --> <!-- 剂量组名称列表 -->
<CustomTable :columns="jlzmcTableColumns" :ref="refConf.jlzmcTable" :showOperation="false"
<CustomTable fieldItemLabel="template.dl.dl014.jlzpzxx" :columns="jlzmcTableColumns" :ref="refConf.jlzmcTable" :showOperation="false"
:showAddRow="false" :formData="jlzmcTableFormData" :prefixKey="`jlzmcTable`" @blur="onJlzmcTableBlur"> :showAddRow="false" :formData="jlzmcTableFormData" :prefixKey="`jlzmcTable`" @blur="onJlzmcTableBlur">
</CustomTable> </CustomTable>
@ -47,11 +47,11 @@
</div> </div>
<!-- 培养液 --> <!-- 培养液 -->
<BaseInfoFormPackage fieldItemLabel="" label="" :ref="refConf.pyy" :formConfig="pyyFormConfig"
<BaseInfoFormPackage fieldItemLabel="template.dl.dl014.jlzpzxx" label="" :ref="refConf.pyy" :formConfig="pyyFormConfig"
@onRegentSubmit="(data) => onTableRegentSubmit(data)" :formData="formData" /> @onRegentSubmit="(data) => onTableRegentSubmit(data)" :formData="formData" />
<!-- 剂量组列表 --> <!-- 剂量组列表 -->
<CustomTable :columns="jlzTableColumns" :ref="refConf.jlzTable" :showOperation="false" :showAddRow="false"
<CustomTable fieldItemLabel="template.dl.dl014.jlzpzxx" :columns="jlzTableColumns" :ref="refConf.jlzTable" :showOperation="false" :showAddRow="false"
:formData="jlzTableFormData" @onRegentSubmit="(data) => onTableRegentSubmit(data)" :formData="jlzTableFormData" @onRegentSubmit="(data) => onTableRegentSubmit(data)"
:prefixKey="`jlzTable`"> :prefixKey="`jlzTable`">
<template slot="operation" slot-scope="{ row, rowIndex, columns }"> <template slot="operation" slot-scope="{ row, rowIndex, columns }">
@ -374,6 +374,7 @@ export default {
bodyFillType: 'preFill', bodyFillType: 'preFill',
bodyMaxlength: 10, bodyMaxlength: 10,
headerSelectKey: 'ysplyjrlUnit', headerSelectKey: 'ysplyjrlUnit',
headerSelectTo: 'sjplyjrlUnit',
headerOptions: this.getDictOptions('business_tjdw'), headerOptions: this.getDictOptions('business_tjdw'),
width: 180, width: 180,
fillType: 'preFill' fillType: 'preFill'
@ -384,7 +385,7 @@ export default {
bodyType: 'inputNumber', bodyType: 'inputNumber',
bodyFillType: 'actFill', bodyFillType: 'actFill',
bodyMaxlength: 10, bodyMaxlength: 10,
headerSelectKey: 'ysplyjrlUnit',
headerSelectKey: 'sjplyjrlUnit',
headerOptions: this.getDictOptions('business_tjdw'), headerOptions: this.getDictOptions('business_tjdw'),
copyFrom: 'ysplyjrl', copyFrom: 'ysplyjrl',
compareTo: 'ysplyjrl', compareTo: 'ysplyjrl',
@ -403,6 +404,7 @@ export default {
bodyFillType: 'preFill', bodyFillType: 'preFill',
bodyMaxlength: 10, bodyMaxlength: 10,
headerSelectKey: 'yss9hhyjrlUnit', headerSelectKey: 'yss9hhyjrlUnit',
headerSelectTo: 'sjs9hhyjrlUnit',
headerOptions: this.getDictOptions('business_tjdw'), headerOptions: this.getDictOptions('business_tjdw'),
width: 220, width: 220,
fillType: 'preFill' fillType: 'preFill'
@ -443,6 +445,7 @@ export default {
bodyFillType: 'preFill', bodyFillType: 'preFill',
bodyMaxlength: 10, bodyMaxlength: 10,
headerSelectKey: 'ysgspjrlUnit', headerSelectKey: 'ysgspjrlUnit',
headerSelectTo: 'sjgspjrlUnit',
headerOptions: this.getDictOptions('business_tjdw'), headerOptions: this.getDictOptions('business_tjdw'),
width: 180, width: 180,
fillType: 'preFill' fillType: 'preFill'

Loading…
Cancel
Save