上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页
摘要: 记录时间:2024-03-19 一、base-data.ts // 基础数据 const BaseData = { // timeNames(按医院修改午别编码对应关系) // 上午,下午,全天 timeNames: { 上午: '1', 下午: '2', 全天: '0' }, // sexList 阅读全文
posted @ 2024-03-19 09:14 lizhigang 阅读(14) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-19 文件结构 business/index.ts // 基础部分 import * as BizBase from './biz-base' // 自定义部分 import * as BizCustom from './biz-custom' // 项目部分 import 阅读全文
posted @ 2024-03-18 17:02 lizhigang 阅读(15) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-18 一、系统架构五大核心 (1)store:集中式数据状态管理 (2)system:系统级工具与服务 (3)adapter:统一化接口适配器 (4)device-driver:模块化设备驱动器 (5)flow-page:配置化流程与页面 二、核心模块文件结构 三、系统架构 阅读全文
posted @ 2024-03-18 17:01 lizhigang 阅读(14) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-18 一、useFlowPage模块实现 types/page-config.ts // 定义 PageCheckDo 类型 interface PageCheckDo { function: string meaning: string msg: string voice 阅读全文
posted @ 2024-03-16 19:37 lizhigang 阅读(20) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/bill-validator-device.ts import { EventFunctionType, EventResultType } from '@/typ 阅读全文
posted @ 2024-03-16 19:00 lizhigang 阅读(0) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/pin-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:59 lizhigang 阅读(13) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/siu-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:58 lizhigang 阅读(19) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/bcr-common-device.ts import { EventFunctionType, EventResultType } from '@/types' 阅读全文
posted @ 2024-03-16 18:58 lizhigang 阅读(11) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/ptr-document-device.ts import { EventFunctionType, EventResultType } from '@/types 阅读全文
posted @ 2024-03-16 18:56 lizhigang 阅读(14) 评论(0) 推荐(0)
摘要: 记录时间:2024-03-16 一、设备驱动模块实现 service/device-driver/ezware/function-ws/ptr-receipt-device import { EventFunctionType, EventResultType } from '@/types' im 阅读全文
posted @ 2024-03-16 18:55 lizhigang 阅读(16) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页