From a63ad9135540afc9b0c066ed555e554e0ef3b528 Mon Sep 17 00:00:00 2001
From: Teng <461587751@qq.com>
Date: Wed, 26 Nov 2025 13:26:22 +0800
Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E6=89=93=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
manifest.json | 4 +-
pages.json | 24 --
pages/NursingNew/component/nurse/index.vue | 10 +-
pages/NursingNew/component/requestform.vue | 287 ++++++++++++++++++
pages/NursingNew/index.vue | 33 +-
pages/Warehouse/picking.vue | 17 +-
static/index/requestform/back.png | Bin 0 -> 656 bytes
static/index/requestform/chongzhi.png | Bin 0 -> 817 bytes
static/index/requestform/shaixuan.png | Bin 0 -> 848 bytes
static/index/requestform/touxiang.png | Bin 0 -> 1100 bytes
unpackage/dist/build/app-plus/manifest.json | 4 +-
.../__UNI__FB2D473/www/manifest.json | 2 +-
12 files changed, 311 insertions(+), 70 deletions(-)
create mode 100644 pages/NursingNew/component/requestform.vue
create mode 100644 static/index/requestform/back.png
create mode 100644 static/index/requestform/chongzhi.png
create mode 100644 static/index/requestform/shaixuan.png
create mode 100644 static/index/requestform/touxiang.png
diff --git a/manifest.json b/manifest.json
index 475bc58..21bd300 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "护理单元",
"appid" : "__UNI__FB2D473",
"description" : "护理单元",
- "versionName" : "1.0.009",
- "versionCode" : 10009,
+ "versionName" : "1.0.011",
+ "versionCode" : 10011,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages.json b/pages.json
index f641412..8b5e7d5 100644
--- a/pages.json
+++ b/pages.json
@@ -105,20 +105,6 @@
"path": "pages/NursingNew/index",
"style": {
"navigationStyle": "custom",
- "app-plus": {
- // "subNVues": [{
- // "id": "monitorSub",
- // "path": "pages/smallcarmera",
- // "style": {
- // "position": "absolute",
- // "left": "230px",
- // "top": "150px",
- // "width": "680px",
- // "height": "520px",
- // "background": "transparent"
- // }
- // }]
- }
}
},
@@ -204,16 +190,6 @@
{
"path" : "pages/Warehouse/warehome"
}
-
- // {
- // "path": "pages/somethingmove/index",
- // "style": {
- // "navigationStyle": "custom"
- // }
-
- // }
-
-
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/NursingNew/component/nurse/index.vue b/pages/NursingNew/component/nurse/index.vue
index 657aa49..030d505 100644
--- a/pages/NursingNew/component/nurse/index.vue
+++ b/pages/NursingNew/component/nurse/index.vue
@@ -2097,7 +2097,7 @@
directiveName: '' // 默认的 directiveName
}))
}))
- console.log("wtf", res)
+ // console.log("wtf", res)
res.result.serviceList.forEach((res : any) => {
timearr.value[res.positioning].children[res.positioningLong] = res;
})
@@ -2126,16 +2126,8 @@
}
const savePackagelist = ref([]);
onMounted(() => {
-
- // console.log("jiance一下",uni.getStorageSync('serverUrl'))
- // uni.setStorageSync('serverUrl', `http://localhost:8091/nursing-unit_101`);
-
savePackagelist.value = uni.getStorageSync('Packagelist') || []
let res = uni.getStorageSync('saveTree')
-
-
- console.log("saveTree", res)
-
let goodArray = []
myArray.forEach((element : any) => {
element.children.forEach((element1 : any) => {
diff --git a/pages/NursingNew/component/requestform.vue b/pages/NursingNew/component/requestform.vue
new file mode 100644
index 0000000..fb26031
--- /dev/null
+++ b/pages/NursingNew/component/requestform.vue
@@ -0,0 +1,287 @@
+
+
+
+
+ NUID:{{ uni.getStorageSync('nuId')}}
+
+
+ {{ uni.getStorageSync('nuName')}}
+
+
+
+ {{name}}
+
+ 返回
+
+
+
+
+
+
+
+ 检索
+
+
+
+
+ 筛选
+
+
+
+
+
+
+ 重置
+
+
+
+
+
+
+
+ {{ item }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/NursingNew/index.vue b/pages/NursingNew/index.vue
index d63187e..4151e83 100644
--- a/pages/NursingNew/index.vue
+++ b/pages/NursingNew/index.vue
@@ -57,26 +57,11 @@
+
-
-
-
-
-
-
-
-
-
-
@@ -85,9 +70,10 @@
import type { Link } from "./index";
import index from "./component/index.vue"
import equipment from "./component/equipment.vue"
+ import requestform from "./component/requestform.vue"
import nurse from "./component/nurse/index.vue"
import { onShow } from '@dcloudio/uni-app';
- import { getServiceTree,getNcPackagelist } from './component/nurse/api.js'
+ import { getServiceTree, getNcPackagelist } from './component/nurse/api.js'
onMounted(() => {
menuIndex.value = -1;
@@ -191,6 +177,7 @@
const menuIndex = ref(-1);
const menuIndexshow = ref(false);
const menuIndexshowsecond = ref(false);
+ const menuIndexshowfourth = ref(false);
const menuIndexshowfifth = ref(false);
// 暗黑模式
const darkFans = ref(false);
@@ -226,6 +213,7 @@
menuIndex.value = index;
menuIndexshow.value = false
menuIndexshowsecond.value = false
+ menuIndexshowfourth.value = false;
menuIndexshowfifth.value = false
setTimeout(() => {
switch (index) {
@@ -234,7 +222,8 @@
break;
case 1:
menuIndexshowsecond.value = true
-
+ case 3:
+ menuIndexshowfourth.value = true
break;
case 4:
menuIndexshowfifth.value = true;
@@ -251,6 +240,7 @@
menuIndex.value = index;
menuIndexshow.value = false
menuIndexshowsecond.value = false
+ menuIndexshowfourth.value = false;
menuIndexshowfifth.value = false
if (index === 5) {
uni.navigateBack()
@@ -264,6 +254,9 @@
case 1:
menuIndexshowsecond.value = true
+ break;
+ case 3:
+ menuIndexshowfourth.value = true
break;
case 4:
menuIndexshowfifth.value = true;
@@ -608,7 +601,7 @@
height: 100%;
// background-color: blue;
-
+
.left-head {
display: flex;
@@ -640,7 +633,7 @@
}
}
-
+
}
.title-time-border-yellow {
diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue
index ce035e0..747a7be 100644
--- a/pages/Warehouse/picking.vue
+++ b/pages/Warehouse/picking.vue
@@ -543,16 +543,11 @@
style="border-top-left-radius: 20rpx;border-bottom-left-radius: 20rpx;">
-
-
+
-
+
采购
@@ -567,9 +562,7 @@
-
-
+
@@ -687,7 +680,7 @@
{{v.status_dictText}}
@@ -1433,7 +1426,7 @@
const lefttarget = ref(0);
const clickLeftMenu = (index : any,item:any) => {
let num = Math.ceil((index + 1))
- leftscrolltop.value = (num - 2) * 186;
+ leftscrolltop.value = (num - 2) * 180;
lefttarget.value = index;
form.cgdId = plsbuy.value[index].id
form.pageNo = 1
diff --git a/static/index/requestform/back.png b/static/index/requestform/back.png
new file mode 100644
index 0000000000000000000000000000000000000000..2fb5b43b10f08a3eb31cd057c585fa03775ca34d
GIT binary patch
literal 656
zcmV;B0&o3^P)Px%N=ZaPR9HvtmOp3|K^Vo~H+u(4qGBNyVk0QR6@rzO7U@N9=Vk+XWk5`nD}s^;
zdLRKoBZ}BtSlsLkDJ&EO8!P`*f`#B8`~wlSu@Mi+?ei8)6V2@|d*&Lq-EY3%n>XLS
z9l;1686g}0;UjUsuUDAIgB!wYhd~j5$Ga4!|d+RLffXqAWNU+!%9=