eight
2024-09-12 5b53a31443a534fe4f83dcb8770ded5747a370eb
打印小票 占位
已修改1个文件
11 ■■■■■ 文件已修改
src/views/ecg/doctor/components/DevInstallPanel.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ecg/doctor/components/DevInstallPanel.vue
@@ -23,8 +23,9 @@
      </el-form-item>
    </el-form>
    <el-button @click="submitForm" type="primary" :disabled="formLoading">装机完成</el-button>
    <el-button @click="cancelInstall" type="primary" :disabled="formLoading">放弃装机</el-button>
    <el-button @click="resetForm()">重 置</el-button>
    <el-button @click="printBill()">打印小票</el-button>
    <el-button @click="cancelInstall"  :disabled="formLoading">放弃装机</el-button>
  <!-- 医生拆机列表 -->
@@ -242,6 +243,14 @@
  formData.value = await DevRentApi.getDevRent(rentId)
}
const printBill = async () => {
  ElNotification({
    title: '温馨提示',
    message: '待实现!',
    type: 'warning'
  })
}
/** 初始化 **/
onMounted(() => {
  getList()