From 80a72af5ffd14dda088a3b81d30084f41708bd1c Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 17 九月 2025 10:17:40 +0800
Subject: [PATCH] 任务派发患者模式更新
---
src/views/repositoryai/templateku/configurat/taskub.vue | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/src/views/repositoryai/templateku/configurat/taskub.vue b/src/views/repositoryai/templateku/configurat/taskub.vue
index ff3e5e8..7ad9d52 100644
--- a/src/views/repositoryai/templateku/configurat/taskub.vue
+++ b/src/views/repositoryai/templateku/configurat/taskub.vue
@@ -274,7 +274,7 @@
</el-form-item>
<el-row>
<el-col :span="20"
- ><el-form-item label="閫傜敤璇鹃缁�" prop="region">
+ ><el-form-item label="閫傜敤绉戝" prop="region">
<el-select
v-model="tempDetpRelevanceslist"
@remove-tag="removetag"
@@ -282,7 +282,7 @@
size="medium"
multiple
filterable
- placeholder="璇烽�夋嫨璇鹃缁�"
+ placeholder="璇烽�夋嫨绉戝"
>
<el-option
class="ruleFormaa"
@@ -305,7 +305,7 @@
size="medium"
multiple
filterable
- placeholder="璇烽�夋嫨璇鹃缁�"
+ placeholder="璇烽�夋嫨绉戝"
>
<el-option
class="ruleFormaa"
@@ -1492,7 +1492,7 @@
ivrTaskScriptTargetoptionList: [],
},
labelInfovalue: [], //鏍囩涓存椂瀛樺偍
- deptNamesvalue: [], //璇鹃缁勪复鏃跺瓨鍌�
+ deptNamesvalue: [], //绉戝涓存椂瀛樺偍
dialogVisiblepatient: false, //閫傜敤鐤剧梾绐楀彛
dynamicTags: [],
indexAssortlist: [],
@@ -1519,8 +1519,8 @@
optionstag: [],
prefollowuplist: [],
postfollowuplist: [],
- tempDetpRelevanceslist: [], //璇鹃缁勬暟鎹�
- tempDetpRelevanceslistform: [], //璇鹃缁勬暟鎹�
+ tempDetpRelevanceslist: [], //绉戝鏁版嵁
+ tempDetpRelevanceslistform: [], //绉戝鏁版嵁
tempbelongWards: [], //鐥呭尯鏁版嵁
tempbelongWardsform: [], //鐥呭尯鏁版嵁
generallist: [
@@ -1666,9 +1666,9 @@
this.task = this.$route.query.task;
this.queryParamsdept.tempid = this.id;
},
- // 鑾峰彇璇鹃缁勬爲
+ // 鑾峰彇绉戝鏍�
getDeptTree() {
- // 璇鹃缁勫垪琛�
+ // 绉戝鍒楄〃
deptTreeSelect().then((response) => {
this.deptOptions = response.data;
this.flatArray = this.flattenArray(response.data);
@@ -1894,7 +1894,7 @@
this.illnessVisible = false;
this.$modal.msgSuccess("缂栬緫鎴愬姛");
},
- // 璇鹃缁勫鐞�
+ // 绉戝澶勭悊
Departmenttreatment() {
this.$modal.loading("姝e湪淇淇濆瓨鏁版嵁锛岃绋嶅��...");
this.tempDetpRelevanceslist.forEach((item) => {
@@ -1928,7 +1928,7 @@
}, 1000);
// this.submitForm();
},
- // 淇濆瓨璇鹃缁�/鐥呭尯
+ // 淇濆瓨绉戝/鐥呭尯
putbelongDepts(id) {
this.tempDetpRelevanceslistform.forEach((item) => {
if (!item.tempid) item.tempid = id;
@@ -1940,7 +1940,7 @@
if (this.tempDetpRelevanceslistform.length > 0) {
depthospgetson(this.tempDetpRelevanceslistform).then((res) => {
if (res.code == 200) {
- this.$modal.msgSuccess("璇鹃缁勬柊澧炴垚鍔�");
+ this.$modal.msgSuccess("绉戝鏂板鎴愬姛");
}
});
}
@@ -2246,7 +2246,7 @@
resetForm(formName) {
this.$refs[formName].resetFields();
},
- // 璇鹃缁勫垹闄よЕ鍙�
+ // 绉戝鍒犻櫎瑙﹀彂
removetag(row) {
let result = this.deptlist
.filter((item) => item.deptCode == row)
--
Gitblit v1.9.3