|
|
|
@ -183,7 +183,7 @@
|
|
|
|
|
append-to-body
|
|
|
|
|
@close="reagentAddFormClose"
|
|
|
|
|
>
|
|
|
|
|
<ReagentForm :propsformdata="reagentAddFormdata" @handlefunc="handleReagentAddForm" />
|
|
|
|
|
<ReagentForm ref="reform" :propsformdata="reagentAddFormdata" @handlefunc="handleReagentAddForm" />
|
|
|
|
|
</el-dialog>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
<!-- 绑定入库-->
|
|
|
|
@ -474,7 +474,7 @@ export default {
|
|
|
|
|
this.reagentAddFormVisible = false
|
|
|
|
|
},
|
|
|
|
|
reagentAddFormClose() {
|
|
|
|
|
this.reagentAddFormdata = {}
|
|
|
|
|
this.$refs.reform.resetForm()
|
|
|
|
|
},
|
|
|
|
|
// handleAddSelectionChange
|
|
|
|
|
handleAddSelectionChange(val) {
|
|
|
|
|