|
|
@ -36,7 +36,7 @@ |
|
|
ref="rongyeStepFormPackageRef" :formConfig="rongyeStepFormConfig" @blur="onHandleBlur" |
|
|
ref="rongyeStepFormPackageRef" :formConfig="rongyeStepFormConfig" @blur="onHandleBlur" |
|
|
:formData="formData" @clickable="handleRongyeClickable" /> |
|
|
:formData="formData" @clickable="handleRongyeClickable" /> |
|
|
<CustomTable @blur="onHandleTableBlur" :ref="`rongyeTableRef`" :columns="rongyeTableStepColumns" |
|
|
<CustomTable @blur="onHandleTableBlur" :ref="`rongyeTableRef`" :columns="rongyeTableStepColumns" |
|
|
:formData="formData" :prefixKey="`rongyeTable`" @clickable="handleRongyeTableClickable" |
|
|
|
|
|
|
|
|
:formData="{stepTableFormData:formData.stepTableFormData_1,headerSelectFields:formData.headerSelectFields_1}" :prefixKey="`rongyeTable`" @clickable="handleRongyeTableClickable" |
|
|
fieldItemLabel="template.common.operationSteps"> |
|
|
fieldItemLabel="template.common.operationSteps"> |
|
|
<template slot="operation" slot-scope="{ row, rowIndex}"> |
|
|
<template slot="operation" slot-scope="{ row, rowIndex}"> |
|
|
<TableOpertaion :fillType="fillType" :row="row" :rowIndex="rowIndex" |
|
|
<TableOpertaion :fillType="fillType" :row="row" :rowIndex="rowIndex" |
|
|
@ -51,7 +51,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<button @click = "onSave">保存</button> |
|
|
|
|
|
|
|
|
<!-- <button @click = "onSave">保存</button> --> |
|
|
<SelectReagentDialog @submit="onSelectReagentSubmit" ref="selectReagentDialogRef"> |
|
|
<SelectReagentDialog @submit="onSelectReagentSubmit" ref="selectReagentDialogRef"> |
|
|
</SelectReagentDialog> |
|
|
</SelectReagentDialog> |
|
|
</div> |
|
|
</div> |
|
|
|