|
|
@ -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> |
|
|
@ -68,7 +68,7 @@ import { getLatestSn } from '@/api/template'; |
|
|
import { getSWYPFXFFXYPZBBTableConfig, getSWYPFXFFXYPZBBTQHSLTableConfig } from "../../../formConfig/SWYPFXFFXYPZBBTableConfig.js"; |
|
|
import { getSWYPFXFFXYPZBBTableConfig, getSWYPFXFFXYPZBBTQHSLTableConfig } from "../../../formConfig/SWYPFXFFXYPZBBTableConfig.js"; |
|
|
import TableOpertaion from "@/components/Template/operation/TableOpertaion.vue" |
|
|
import TableOpertaion from "@/components/Template/operation/TableOpertaion.vue" |
|
|
import SelectReagentDialog from '../../../dialog/SelectReagentDialog.vue'; |
|
|
import SelectReagentDialog from '../../../dialog/SelectReagentDialog.vue'; |
|
|
|
|
|
|
|
|
|
|
|
import { EventBus } from "@/utils/eventBus"; |
|
|
export default { |
|
|
export default { |
|
|
name: "SWYPFXRYPZB", |
|
|
name: "SWYPFXRYPZB", |
|
|
components: { BaseInfoFormPcakge, LineLabel, TableList, Step, CustomTable, TableOpertaion, SelectReagentDialog }, |
|
|
components: { BaseInfoFormPcakge, LineLabel, TableList, Step, CustomTable, TableOpertaion, SelectReagentDialog }, |
|
|
@ -406,7 +406,6 @@ export default { |
|
|
resourceList: null, |
|
|
resourceList: null, |
|
|
} |
|
|
} |
|
|
setTimeout(() => { |
|
|
setTimeout(() => { |
|
|
debugger |
|
|
|
|
|
EventBus.$emit('onModifyRecord', params,) |
|
|
EventBus.$emit('onModifyRecord', params,) |
|
|
}, 10); |
|
|
}, 10); |
|
|
} |
|
|
} |
|
|
@ -475,7 +474,8 @@ export default { |
|
|
return content; |
|
|
return content; |
|
|
}, |
|
|
}, |
|
|
async onSave() { |
|
|
async onSave() { |
|
|
const formData = await this.validFormFields(["rongyeTableRef", "tableRef"]) |
|
|
|
|
|
|
|
|
const formData = this.getFilledFormData(); |
|
|
|
|
|
// const formData = await this.validFormFields(["rongyeTableRef", "tableRef"]) |
|
|
|
|
|
|
|
|
console.log(formData, "formData") |
|
|
console.log(formData, "formData") |
|
|
}, |
|
|
}, |
|
|
|