- 报告界面参数
+
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+ 刷新
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ reportTypeOptions.find(item => item.value === scope.row.reportType)?.label || scope.row.reportType }}
+
+
+
+
+
+
+ {{ reportSizeOptions.find(item => item.value === scope.row.reportSize)?.label || scope.row.reportSize }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.status === '0' ? '正常' : '禁用' }}
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 正常
+ 禁用
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/liswork/xtwh/configdict/index.vue b/src/views/liswork/xtwh/configdict/index.vue
index fa13382..5c2e52d 100644
--- a/src/views/liswork/xtwh/configdict/index.vue
+++ b/src/views/liswork/xtwh/configdict/index.vue
@@ -281,7 +281,7 @@ function submitForm() {
if (valid) {
if (form.value.configId != undefined) {
updateconfigdict(form.value).then(response => {
- if (response.code == 0) {
+ if (response.code == 200) {
proxy.$modal.msgSuccess("修改成功");
open.value = false;
getList();
@@ -289,7 +289,7 @@ function submitForm() {
});
} else {
addconfigdict(form.value).then(response => {
- if (response.code == 0) {
+ if (response.code == 200) {
proxy.$modal.msgSuccess("新增成功");
open.value = false;
getList();
diff --git a/src/views/liswork/xtwh/localconfig/components/DynamicInput.vue b/src/views/liswork/xtwh/localconfig/components/DynamicInput.vue
index bd4b5b5..68fb9a3 100644
--- a/src/views/liswork/xtwh/localconfig/components/DynamicInput.vue
+++ b/src/views/liswork/xtwh/localconfig/components/DynamicInput.vue
@@ -1,54 +1,135 @@
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/src/views/liswork/xtwh/reportdict/index.vue b/src/views/liswork/xtwh/reportdict/index.vue
index 2a7c850..871f2db 100644
--- a/src/views/liswork/xtwh/reportdict/index.vue
+++ b/src/views/liswork/xtwh/reportdict/index.vue
@@ -1,11 +1,493 @@
-
- reportdict
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 新增模板
+
+
+ 删除模板
+
+
+ 自动加载
+
+
+
+
+
+
+
+
+
+ {{ reportTypeOptions.find(item => item.value === scope.row.reportType)?.label || scope.row.reportType }}
+
+
+
+
+
+
+
+
+
+ {{ reportOptiontypeOptions.find(item => item.value === scope.row.reportOptiontype)?.label || scope.row.reportOptiontype }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ 修改
+ 预览模板
+ 更替模板
+ 下载模板
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dict.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 仅允许导入jrxml格式文件。
+
+
+
+
+
+
+
-
+
\ No newline at end of file
+/* 2. 减小单元格内边距(配合行高优化) */
+:deep(.report-table .el-table__cell) {
+ padding: 2px 4px !important;
+ height: 30px !important; /* 单元格高度与行高一致 */
+ line-height: 1.2 !important; /* 文字行高适配矮行 */
+ vertical-align: middle !important; /* 强制垂直居中 */
+}
+
+/* 3. 类别单元格适配矮行高 */
+.report-type-cell {
+ width: 100%;
+ height: 100%;
+ min-height: 26px; /* 适配30px行高,略小一点 */
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 0;
+ font-size: 12px;
+}
+
+/* 可选:优化操作列按钮大小,适配矮行 */
+:deep(.report-table .el-button--link) {
+ padding: 0 4px !important;
+ font-size: 12px !important;
+}
+.disabled-input-gray :deep(.el-input__inner){
+ background-color: #e9e9e9 !important; /* 灰色底色(可根据需求调整色值) */
+ color: #666 !important; /* 文字颜色加深,提升可读性 */
+ cursor: not-allowed !important; /* 鼠标悬浮显示禁止图标 */
+}
+
\ No newline at end of file
diff --git a/src/views/liswork/xtwh/reportsetting/index.vue b/src/views/liswork/xtwh/reportsetting/index.vue
index f733ea1..7da3942 100644
--- a/src/views/liswork/xtwh/reportsetting/index.vue
+++ b/src/views/liswork/xtwh/reportsetting/index.vue
@@ -1,59 +1,52 @@
-
-
-
-
-
-
-
- 新增
- 删除
- 保存
-
-
-
-
-
-
- {{ formatInstr(scope.row.yq) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 新增
+ 删除
+ 保存
+
+
+
+
+
+ {{ formatInstr(scope.row.yq) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/liswork/xtwh/xmFeeInstr/index.vue b/src/views/liswork/xtwh/xmFeeInstr/index.vue
index b4d138b..6b4cbf3 100644
--- a/src/views/liswork/xtwh/xmFeeInstr/index.vue
+++ b/src/views/liswork/xtwh/xmFeeInstr/index.vue
@@ -13,16 +13,16 @@
查询
- 说明:双击左侧列表,能删除对照数据,双击右边列表能新增数据到对照当中
+ 说明:双击左侧列表,能删除对照数据,双击右边列表能新增数据到对照当中
-
-
-
+
+
+
-
+
@@ -42,36 +42,31 @@ import { ElMessage } from 'element-plus';
const tableConfig = ref({
border: true, // 边框
- height: '76vh', // 高度
+ height: '100%', // 高度
highlightCurrentRow: true, // 高亮当前行
- // cellStyle: cellStyleHd
})
//退拽属性
const handleColumnDragEnd = (data: any) => {
- // 更新列配置
- columnsLeft.value = data.columns;
columnsRight.value = data.columns;
}
const columnsLeft = ref([
- { prop: 'sfxmmc', label: '当前仪器对应的收费项目', visible: true, align: 'center', width: 300 },
+ { prop: 'sfxmmc', label: '当前仪器对应的收费项目', visible: true, },
{ prop: 'yq', label: '仪器', visible: false, align: 'center', width: 100 },
]);
const columnsRight = ref([
- { prop: 'xmlb', label: '类别', visible: true, align: 'center', width: 100 },
- { prop: 'sfxmdh', label: '收费项目代号', visible: true, align: 'center', width: 200 },
- { prop: 'sfxmmc', label: '收费项目名称', visible: true, align: 'center', width: 300 },
- { prop: 'dj', label: '单价', visible: true, align: 'center', width: 100 },
- { prop: 'cp_yq', label: '分配了仪器', visible: true, align: 'center', width: 400 }
+ { prop: 'xmlb', label: '类别', visible: true, align: 'center', },
+ { prop: 'sfxmdh', label: '收费项目代号', visible: true, align: 'center', },
+ { prop: 'sfxmmc', label: '收费项目名称', visible: true, align: 'center', },
+ { prop: 'dj', label: '单价', visible: true, align: 'center', },
+ { prop: 'cp_yq', label: '分配了仪器', visible: true, align: 'center', }
]);
-const dataListLeft = ref([
- { 'sfxmdh': '', 'yq': '' }
-])
+const dataListLeft = ref([])
const dataListRight = ref([])
const formData = ref({
- yq: '',
+ yq: '46',
item: ''
})
@@ -115,9 +110,23 @@ const onQueryClick = () => {
getList()
}
-
-
+getList()
-
+
diff --git a/src/views/liswork/xtwh/xmReqItemVs/index.vue b/src/views/liswork/xtwh/xmReqItemVs/index.vue
index 3018786..c92c63a 100644
--- a/src/views/liswork/xtwh/xmReqItemVs/index.vue
+++ b/src/views/liswork/xtwh/xmReqItemVs/index.vue
@@ -3,10 +3,10 @@
-
+
-
+
@@ -15,7 +15,8 @@
新增
- 删除
+ 删除
+ 搜索申请项目
保存
@@ -26,10 +27,9 @@
+ @column-drag-end="handleColumnDragEnd" :config="tableConfig" @row-click="rowHandle">
- {{ row.xmdh }} {{ row.xmmc }}
-
+
@@ -37,6 +37,9 @@
+
+
+
@@ -48,17 +51,28 @@
diff --git a/src/views/regional/circulation/bbcx/index.vue b/src/views/regional/circulation/bbcx/index.vue
index 3636695..ba30d9b 100644
--- a/src/views/regional/circulation/bbcx/index.vue
+++ b/src/views/regional/circulation/bbcx/index.vue
@@ -71,20 +71,20 @@
-
-
-
- {{ row.patAge }}{{ row.ageUnit }}
-
-
- {{ formatDict(row.status, regdictList) }}
-
-
- {{ row.patSex == 1 ? '男' : '女' }}
-
-
-
+
+
+
+ {{ row.patAge }}{{ row.ageUnit }}
+
+
+ {{ formatDict(row.status, regdictList) }}
+
+
+ {{ row.patSex == 1 ? '男' : '女' }}
+
+
+
@@ -258,6 +258,8 @@ const formatDict = (v: string, arr: Array
) => {