|
|
|
@ -38,6 +38,30 @@ |
|
|
|
</template> |
|
|
|
</CustomTable> |
|
|
|
</div> |
|
|
|
<div class="template-form-item"> |
|
|
|
<span>test</span> |
|
|
|
|
|
|
|
<BaseInfoFormPcakge fieldItemLabel="template.common.operationSteps" ref="stepFormPackageRef" :formConfig="stepFormConfig" @blur="onHandleBlur" |
|
|
|
:formData="formData" /> |
|
|
|
<CustomTable |
|
|
|
@blur="onHandleTableBlur" |
|
|
|
:ref="`tableRef`" |
|
|
|
:columns="tableStepColumns" |
|
|
|
:formData="formData" |
|
|
|
:prefixKey = "`table`" |
|
|
|
@clickable="handleClickable" |
|
|
|
fieldItemLabel = "这个是什么" |
|
|
|
> |
|
|
|
<template slot="operation" slot-scope="{ row, rowIndex}"> |
|
|
|
<TableOpertaion |
|
|
|
:fillType="fillType" |
|
|
|
:row="row" |
|
|
|
:rowIndex="rowIndex" |
|
|
|
@deleteRow="(rowIndex) => deleteRow(rowIndex)" |
|
|
|
></TableOpertaion> |
|
|
|
</template> |
|
|
|
</CustomTable> |
|
|
|
</div> |
|
|
|
<Step ref="stepRef" :formData="formData.stepData"></Step> |
|
|
|
<BaseInfoFormPcakge fieldItemLabel="template.common.remark" label="template.common.remark" ref="remarkRef" :formConfig="remarkConig" |
|
|
|
:formData="formData" /> |
|
|
|
@ -198,6 +222,15 @@ export default { |
|
|
|
{ |
|
|
|
type: "step", |
|
|
|
config: { |
|
|
|
jz1: { |
|
|
|
label: 'template.sp.sp009.xzjz', |
|
|
|
type: "span", |
|
|
|
label: 'template.common.storageConditionLabel', |
|
|
|
fillType: "preFill", |
|
|
|
options: this.getDictOptions("business_cctj"), |
|
|
|
otherCode: "storageConditionOther", |
|
|
|
}, |
|
|
|
|
|
|
|
jz: { |
|
|
|
label: 'template.sp.sp009.xzjz', |
|
|
|
type: "input", |
|
|
|
@ -207,8 +240,10 @@ export default { |
|
|
|
subFillType: "actFill", |
|
|
|
maxlength: 20, |
|
|
|
}, |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
] |
|
|
|
}, |
|
|
|
tableStepColumns() { |
|
|
|
|