diff --git a/.qwen/settings.json.orig b/.qwen/settings.json.orig deleted file mode 100644 index 7d70b758..00000000 --- a/.qwen/settings.json.orig +++ /dev/null @@ -1,6 +0,0 @@ -{ - "tools": { - "approvalMode": "yolo" - }, - "$version": 2 -} \ No newline at end of file diff --git a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue.orig b/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue.orig deleted file mode 100644 index 987f72d6..00000000 --- a/openhis-ui-vue3/src/views/doctorstation/components/examination/examinationApplication.vue.orig +++ /dev/null @@ -1,1374 +0,0 @@ - - - - - - 检查项目 ({{ applicationList.length }}) - - 新增 - 保存 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ (row.totalAmount || 0).toFixed(2) }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ orgLoading ? '加载中...' : '暂无匹配科室' }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 急 - 收费 - 退费 - 执行 - - - - - - - - - - - - - - 套餐 - {{ scope.row.name }} - - - - - - - - - - - - {{ scope.row.selectedMethod.name }} - - - 未选择 - - - - - - - - - - - - - - - {{ scope.row.selectedMethod?.packagePrice || scope.row.price }} - - - - - - {{ ((scope.row.selectedMethod?.packagePrice || scope.row.price || 0) * (scope.row.quantity || 1)).toFixed(2) }} - - - - - - - - - - - - 合计:{{ totalAmountCalc }} - - - - - - - - - - - 检查项目分类 - - - - - {{ dictLoading ? '' : '暂无检查项目,请在"检查项目设置"中配置' }} - - - - - {{ cat.categoryName }} - - - handleItemSelect(val, item, cat)" - class="item-checkbox" - > - {{ item.name }} - - ¥{{ item.price }}/{{ item.unit || "次" }} - - - - - - - - - 已选择: - - – - - - - {{ item.name }} - ¥{{ item.price }} - - - - - - - - - - - - - - selectMethodCheckbox(val, item, method)" - > - {{ method.name }} - ¥{{ method.packagePrice || item.price }} - - - - - - - - - - - - - - -