|
|
|
@ -42,6 +42,7 @@ |
|
|
|
:ref="`formZlConfigFormPackageRef_${zlIndex}`" :formConfig="formZlConfig" |
|
|
|
@beforeReagentSubmit="(data) => onTableBeforeReagentZlSubmit(data, zlIndex, formZlConfig)" |
|
|
|
@onRegentSubmit="(data) => onTableRegentZlSubmit(zlIndex, data)" |
|
|
|
@clickButton="(data) => onClickButtonZl(zlIndex, data)" |
|
|
|
:formData="formzlConfig" /> |
|
|
|
<Step class="mt-0 s-container" :ref="`formZlStepRef_${zlIndex}`" |
|
|
|
:formData="formzlConfig.stepData" :fieldItemLabel="$t('template.common.jtpz')" |
|
|
|
@ -350,6 +351,7 @@ export default { |
|
|
|
fourthKey: "sywzsjclzButtonValue", |
|
|
|
fourthFillType: "actFill", |
|
|
|
fourthButtonName:"获取值", |
|
|
|
isClearForm: true, |
|
|
|
thirdOptions: this.getDictOptions('business_zldw'), |
|
|
|
maxlength: 10 |
|
|
|
}, |
|
|
|
@ -626,6 +628,9 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
onClickButtonZl(zlIndex, data){ |
|
|
|
alert('todo') |
|
|
|
}, |
|
|
|
//溶液开始配置 |
|
|
|
ryKspz(zlIndex) { |
|
|
|
this.$refs[`formRyConfigFormPackageRef_${zlIndex}`][0].updateFormData('pzkssj', moment().format("YYYY-MM-DD HH:mm:ss")) |
|
|
|
|