|
|
|
@ -21,7 +21,7 @@ |
|
|
|
:formConfig="stepFormConfig" @blur="onHandleBlur" |
|
|
|
:formData="formData" /> |
|
|
|
<CustomTable fieldItemLabel="template.common.operationSteps" @blur="onHandleTableBlur" |
|
|
|
:showAddRow="false" :showOperation="fillType === 'actFill'" ref="stepTableRef" |
|
|
|
:showAddRow="true" :showOperation="fillType === 'actFill'" ref="stepTableRef" |
|
|
|
:columns="stepColumns" :formData="formData"> |
|
|
|
<template slot="operation" slot-scope="{ row, rowIndex, columns }"> |
|
|
|
<TableOpertaion @startConfig="startConfig" @configComplete="configComplete" |
|
|
|
@ -275,7 +275,7 @@ export default { |
|
|
|
bodySubType: "span", |
|
|
|
bodySubKey: "subTargetSolutionCode", |
|
|
|
bodyFillType: "preFill", |
|
|
|
width: 180, |
|
|
|
width: 130, |
|
|
|
myCodeFields: ["targetSolutionCode", "subTargetSolutionCode"],//分装的母液编号字段 |
|
|
|
maxVolumeField: "actSolutionVolume",//分装的最大量字段 |
|
|
|
maxVolumeFieldUnit: "actSolutionVolumeUnit",//分装的最大量单位字段 |
|
|
|
@ -366,7 +366,7 @@ export default { |
|
|
|
{ |
|
|
|
label: "template.sp.sp003.sjmbrynd", |
|
|
|
prop: "actSolutionConcentration", |
|
|
|
width: 180, |
|
|
|
width: 190, |
|
|
|
headerSelectKey: "actSolutionConcentrationUnit", |
|
|
|
fillType: "preFill", |
|
|
|
headerOptions: this.getDictOptions('business_nddw'), |
|
|
|
|