From 9dadfea1f6b2cac760611628f6b9ba07a13ed181 Mon Sep 17 00:00:00 2001 From: huangchengfa <171504222@qq.com> Date: Sun, 30 Mar 2025 22:21:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=90=8C=E6=AD=A52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MyComponents/ChooseUser/sbss.vue | 18 +- .../MyComponents/Dict/DictRidioAndSelect.vue | 282 ++-- src/components/MyComponents/Dict/DictTree.vue | 212 +-- .../MyComponents/TabList/Fssblb.vue | 28 +- src/components/dialog/Addxfszb.vue | 49 +- src/main.js | 108 +- src/views/dutyBook/home/workbench.vue | 1384 ++++++++++++++++- src/views/login/index.vue | 11 +- src/views/lps/bkq/AddOrEdite/index.vue | 9 +- src/views/lps/bkq/Main/index.vue | 22 +- src/views/lps/yjsb/AddOrEdite/index.vue | 223 ++- src/views/lps/yjsb/Main/index.vue | 382 +++-- src/views/lps/yjsb/index.vue | 14 +- 13 files changed, 2123 insertions(+), 619 deletions(-) diff --git a/src/components/MyComponents/ChooseUser/sbss.vue b/src/components/MyComponents/ChooseUser/sbss.vue index f164c85..2187d6b 100644 --- a/src/components/MyComponents/ChooseUser/sbss.vue +++ b/src/components/MyComponents/ChooseUser/sbss.vue @@ -21,8 +21,8 @@ - - + + @@ -155,20 +155,8 @@ const getListData = async () => { tableData.value = []; tableloading.value = true; const params = listQuery.value; - getApi(params, "/mosty-jcgl/aqsbssZb/getPage").then((res) => { + getApi(params, "/mosty-jcgl/sbglAqsbss/getPage").then((res) => { if (res) { - res.records.forEach(item => { - let card = item.idEntityCard - if (card) { - if (card.length == 18) { - item.sex = (card.substring(16, 17)) % 2 == 0 ? '2' : '1' - } else { - item.sex = '1' - } - } else { - item.sex = null - } - }) tableData.value = res?.records; total.value = Number(res.total); tableloading.value = false; diff --git a/src/components/MyComponents/Dict/DictRidioAndSelect.vue b/src/components/MyComponents/Dict/DictRidioAndSelect.vue index 5afda98..fbc848c 100644 --- a/src/components/MyComponents/Dict/DictRidioAndSelect.vue +++ b/src/components/MyComponents/Dict/DictRidioAndSelect.vue @@ -1,141 +1,141 @@ - - - + + + diff --git a/src/components/MyComponents/Dict/DictTree.vue b/src/components/MyComponents/Dict/DictTree.vue index 13a8388..c50af98 100644 --- a/src/components/MyComponents/Dict/DictTree.vue +++ b/src/components/MyComponents/Dict/DictTree.vue @@ -1,107 +1,107 @@ - - - - + \ No newline at end of file diff --git a/src/components/MyComponents/TabList/Fssblb.vue b/src/components/MyComponents/TabList/Fssblb.vue index a7d4398..e2c5889 100644 --- a/src/components/MyComponents/TabList/Fssblb.vue +++ b/src/components/MyComponents/TabList/Fssblb.vue @@ -3,7 +3,7 @@
- + @@ -19,6 +19,9 @@
+