收费工作站:合并后按钮重复问题,档案按钮跳转无反应问题。
This commit is contained in:
@@ -43,38 +43,6 @@
|
|||||||
</el-popover>
|
</el-popover>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="6" style="padding: 0">
|
|
||||||
<el-button type="primary" icon="Plus" @click="handleAddPatient" style="width: 65px">
|
|
||||||
新建
|
|
||||||
</el-button>
|
|
||||||
<el-button
|
|
||||||
type="primary"
|
|
||||||
plain
|
|
||||||
icon="Search"
|
|
||||||
@click="handleSearch"
|
|
||||||
style="width: 65px"
|
|
||||||
>
|
|
||||||
查询
|
|
||||||
</el-button>
|
|
||||||
<el-button type="primary" plain @click="handleReadCard('01')" style="width: 65px">
|
|
||||||
电子凭证
|
|
||||||
</el-button>
|
|
||||||
<el-button type="primary" plain @click="handleReadCard('02')" style="width: 65px">
|
|
||||||
身份证
|
|
||||||
</el-button>
|
|
||||||
<el-button type="primary" plain @click="handleReadCard('03')" style="width: 65px">
|
|
||||||
医保卡
|
|
||||||
</el-button>
|
|
||||||
<!-- <el-button
|
|
||||||
type="primary"
|
|
||||||
plain
|
|
||||||
@click="handleReadCard('99')"
|
|
||||||
style="width: 65px"
|
|
||||||
:disabled="true"
|
|
||||||
>
|
|
||||||
学生卡
|
|
||||||
</el-button> -->
|
|
||||||
</el-col>
|
|
||||||
<el-col :span="5">
|
<el-col :span="5">
|
||||||
<el-form-item label="姓名:" prop="name">
|
<el-form-item label="姓名:" prop="name">
|
||||||
<el-input v-model="form.name" placeholder="姓名" :disabled="true" />
|
<el-input v-model="form.name" placeholder="姓名" :disabled="true" />
|
||||||
@@ -991,6 +959,11 @@ async function handleReadCard(value) {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 跳转到患者档案页面 */
|
||||||
|
function goToPatientRecord() {
|
||||||
|
router.push('/patient/patientmgr');
|
||||||
|
}
|
||||||
|
|
||||||
/** 新增用户信息弹窗 */
|
/** 新增用户信息弹窗 */
|
||||||
function handleAddPatient() {
|
function handleAddPatient() {
|
||||||
proxy.$refs['patientAddRef'].show(); // 确保子组件更新后再调用 show 方法
|
proxy.$refs['patientAddRef'].show(); // 确保子组件更新后再调用 show 方法
|
||||||
|
|||||||
Reference in New Issue
Block a user