|
|
|
@ -12,14 +12,14 @@ |
|
|
|
<TableList label="template.common.instrumentInfo" :columns="yqColumns" :dataSource="yqResource" /> |
|
|
|
|
|
|
|
<BaseInfoFormPackage fieldItemLabel="template.dl.dl016.xbxx" label="template.dl.dl016.xbxx" |
|
|
|
ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData" |
|
|
|
ref="swypyjInfoRef" :formConfig="swypyjInfoFormConfig" :formData="formData" @onRegentSubmit="onRegentSubmit" |
|
|
|
/> |
|
|
|
|
|
|
|
<LineLabel label="template.dl.dl016.qcxjjyqk" /> |
|
|
|
<CustomTable |
|
|
|
@headerSelectChange="onHeaderSelectChange" |
|
|
|
fieldItemLabel="template.common.operationSteps" @blur="onHandleTableBlur" |
|
|
|
@beforeSaveRecord = "beforeSaveRecord" @onRegentSubmit="(e) => onRegentSubmit" |
|
|
|
@beforeSaveRecord = "beforeSaveRecord" |
|
|
|
:showAddRow="false" :showOperation="false" |
|
|
|
ref="qcxjjyqkTableRef" :columns="stepColumns" :formData="formData"> |
|
|
|
</CustomTable> |
|
|
|
|