diff --git a/pages/NursingNew/component/doctorask/api/api.js b/pages/NursingNew/component/doctorask/api/api.js
index 0a06e4c..ecf6f1f 100644
--- a/pages/NursingNew/component/doctorask/api/api.js
+++ b/pages/NursingNew/component/doctorask/api/api.js
@@ -15,3 +15,32 @@ export const queryCareInfoList = (params) => {
data: params,
})
}
+
+export const startOrder = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/care/startOrder`,
+ method: 'post',
+ data: params,
+ })
+}
+export const endOrder = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/care/endOrder`,
+ method: 'post',
+ data: params,
+ })
+}
+export const editSubMp4 = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/care/editSubMp4`,
+ method: 'post',
+ data: params,
+ })
+}
+export const editSubPicPath = (params) => {
+ return request({
+ url: `${uni.getStorageSync('serverUrl')}/api/pad/care/editSubPicPath`,
+ method: 'post',
+ data: params,
+ })
+}
diff --git a/pages/NursingNew/component/doctorask/doctorask.vue b/pages/NursingNew/component/doctorask/doctorask.vue
index 0320664..fd0334b 100644
--- a/pages/NursingNew/component/doctorask/doctorask.vue
+++ b/pages/NursingNew/component/doctorask/doctorask.vue
@@ -66,32 +66,141 @@
结束时间:
{{v.endTime.slice(0,16)}}
+
- 开始服务
- 结束服务
- 录像
- 拍照
+ 开始服务
+ 结束服务
+ 录像
+ 拍照
+
+
+
+
+
+
+
+
+
+ {{ topbuttontarget==1?`照片`:`录像` }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 点击上传{{topbuttontarget==1?'图片':'录像'}}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/procurement/components/carlist.vue b/pages/procurement/components/carlist.vue
index 0531bb2..e701684 100644
--- a/pages/procurement/components/carlist.vue
+++ b/pages/procurement/components/carlist.vue
@@ -12,9 +12,12 @@
@touchstart="touchstart($event,v,index)" scroll-with-animation scroll-x="true"
:scroll-left="v.scrollleft" @scroll="scroll" :class="v.flag?'actve':''">
-
-
+
+
+
+
+
{{v.categoryId_dictText}}
{{v.typeId_dictText}}
@@ -447,11 +450,17 @@
}
}
- >image {
- width: 9vw;
- height: 8vw;
- margin: 0 auto 0;
+ .imghs{
+ width: 10vw;
+ height: 9vw;
+ margin: -0.8vw auto 0.25vw;
+ padding: 0.2vw;
+ background: #fff;
border-radius: 1.1vw;
+ >image {
+ width: 100%;
+ height: 100%;
+ }
}
}
}
diff --git a/pages/procurement/components/purorder.vue b/pages/procurement/components/purorder.vue
index f910202..4aaba10 100644
--- a/pages/procurement/components/purorder.vue
+++ b/pages/procurement/components/purorder.vue
@@ -110,9 +110,11 @@
-
-
+
+
+
+
{{v.categoryName}}
{{v.typeName}}
@@ -484,10 +486,17 @@
}
}
- >image {
+ .imghs{
width: 10vw;
height: 9vw;
- margin: 0.5vw auto 0;
+ margin: 0.8vw auto 0.25vw;
+ padding: 0.2vw;
+ background: #fff;
+ border-radius: 1.1vw;
+ >image {
+ width: 100%;
+ height: 100%;
+ }
}
}
}
diff --git a/pages/procurement/outbound.vue b/pages/procurement/outbound.vue
index 309f65d..37db79f 100644
--- a/pages/procurement/outbound.vue
+++ b/pages/procurement/outbound.vue
@@ -181,15 +181,20 @@
-
-
+
+
+
+
{{ item.materialInfo.categoryName}}
{{ item.materialInfo.typeName}}
+
+ {{ item.materialInfo.medicationName}}
+
@@ -1099,18 +1104,25 @@
flex-direction: column;
align-items: center;
- .left-image {
- width: 150rpx;
- height: 150rpx;
- // margin: 15rpx 0;
- margin-top: 10rpx;
- margin-bottom: 15rpx;
- // margin-top: 5rpx;
+ .bgimg{
+ width: 7.5vw;
+ height: 7vw;
+ margin: 0.3vw auto 0.25vw;
+ border-radius: 1.1vw;
+ background: #fff;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ padding: 0.2vw;
+ >image {
+ width: 100%;
+ height: 100%;
+ }
}
.left-tages {
width: 130rpx;
- height: 43rpx;
+ height: 36rpx;
border-radius: 30rpx;
display: flex;
justify-content: center;
@@ -1118,7 +1130,7 @@
color: #555555;
border: 1rpx solid #D2D2D2;
margin-top: 5rpx;
- font-size: 23rpx;
+ font-size: 20rpx;
}
}
diff --git a/pages/procurement/retstock.vue b/pages/procurement/retstock.vue
index 34a5138..c8e5a40 100644
--- a/pages/procurement/retstock.vue
+++ b/pages/procurement/retstock.vue
@@ -264,7 +264,7 @@
console.log(v)
wuliao();
thdNuMaterialList({ nuId: v.nuId, id: v.id }).then(res => {
- console.log(res)
+ console.log({ nuId: v.nuId, id: v.id })
cardarr.value = res.result
})
if (v.izRead == 'N') {
diff --git a/pages/watch/index.vue b/pages/watch/index.vue
index 5a8d218..fd488e5 100644
--- a/pages/watch/index.vue
+++ b/pages/watch/index.vue
@@ -714,12 +714,12 @@
url: '/pages/NursingNew/index'
})
} else if (typeNow.value === 2) {
- // uni.navigateTo({
- // url: '/pages/Warehouse/Warehouse'
- // })
uni.navigateTo({
- url: '/pages/Warehouse/warehome',
+ url: '/pages/Warehouse/Warehouse'
})
+ // uni.navigateTo({
+ // url: '/pages/Warehouse/warehome',
+ // })
}
}
diff --git a/static/index/warehouse/newtwo/Warehouse1.png b/static/index/warehouse/newtwo/Warehouse1.png
new file mode 100644
index 0000000..b5bd308
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse1.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse2.png b/static/index/warehouse/newtwo/Warehouse2.png
new file mode 100644
index 0000000..3659883
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse2.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse3.png b/static/index/warehouse/newtwo/Warehouse3.png
new file mode 100644
index 0000000..94afb27
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse3.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse4.png b/static/index/warehouse/newtwo/Warehouse4.png
new file mode 100644
index 0000000..f7975e4
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse4.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse5.png b/static/index/warehouse/newtwo/Warehouse5.png
new file mode 100644
index 0000000..d2bda3c
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse5.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse6.png b/static/index/warehouse/newtwo/Warehouse6.png
new file mode 100644
index 0000000..a880802
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse6.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse7.png b/static/index/warehouse/newtwo/Warehouse7.png
new file mode 100644
index 0000000..507d574
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse7.png differ
diff --git a/static/index/warehouse/newtwo/Warehouse8.png b/static/index/warehouse/newtwo/Warehouse8.png
new file mode 100644
index 0000000..7eca847
Binary files /dev/null and b/static/index/warehouse/newtwo/Warehouse8.png differ
diff --git a/static/index/warehouse/newtwo/backpage.jpg b/static/index/warehouse/newtwo/backpage.jpg
new file mode 100644
index 0000000..d579d6e
Binary files /dev/null and b/static/index/warehouse/newtwo/backpage.jpg differ
diff --git a/static/index/warehouse/newtwo/count.png b/static/index/warehouse/newtwo/count.png
new file mode 100644
index 0000000..7ee9865
Binary files /dev/null and b/static/index/warehouse/newtwo/count.png differ
diff --git a/static/index/warehouse/newtwo/end0.png b/static/index/warehouse/newtwo/end0.png
new file mode 100644
index 0000000..8fe5ead
Binary files /dev/null and b/static/index/warehouse/newtwo/end0.png differ
diff --git a/static/index/warehouse/newtwo/end1.png b/static/index/warehouse/newtwo/end1.png
new file mode 100644
index 0000000..a2a62d2
Binary files /dev/null and b/static/index/warehouse/newtwo/end1.png differ
diff --git a/static/index/warehouse/newtwo/end2.png b/static/index/warehouse/newtwo/end2.png
new file mode 100644
index 0000000..0bb333e
Binary files /dev/null and b/static/index/warehouse/newtwo/end2.png differ
diff --git a/static/index/warehouse/newtwo/end3.png b/static/index/warehouse/newtwo/end3.png
new file mode 100644
index 0000000..f0e6d09
Binary files /dev/null and b/static/index/warehouse/newtwo/end3.png differ
diff --git a/static/index/warehouse/newtwo/end4.png b/static/index/warehouse/newtwo/end4.png
new file mode 100644
index 0000000..97c4640
Binary files /dev/null and b/static/index/warehouse/newtwo/end4.png differ
diff --git a/static/index/warehouse/newtwo/end5.png b/static/index/warehouse/newtwo/end5.png
new file mode 100644
index 0000000..844a9d3
Binary files /dev/null and b/static/index/warehouse/newtwo/end5.png differ
diff --git a/static/index/warehouse/newtwo/end6.png b/static/index/warehouse/newtwo/end6.png
new file mode 100644
index 0000000..8594689
Binary files /dev/null and b/static/index/warehouse/newtwo/end6.png differ
diff --git a/static/index/warehouse/newtwo/lead.png b/static/index/warehouse/newtwo/lead.png
new file mode 100644
index 0000000..6a6a3ac
Binary files /dev/null and b/static/index/warehouse/newtwo/lead.png differ
diff --git a/static/index/warehouse/newtwo/logo1.png b/static/index/warehouse/newtwo/logo1.png
new file mode 100644
index 0000000..d265776
Binary files /dev/null and b/static/index/warehouse/newtwo/logo1.png differ
diff --git a/static/index/warehouse/newtwo/logo2.png b/static/index/warehouse/newtwo/logo2.png
new file mode 100644
index 0000000..2c6c374
Binary files /dev/null and b/static/index/warehouse/newtwo/logo2.png differ
diff --git a/static/index/warehouse/newtwo/logo3.png b/static/index/warehouse/newtwo/logo3.png
new file mode 100644
index 0000000..936b032
Binary files /dev/null and b/static/index/warehouse/newtwo/logo3.png differ
diff --git a/static/index/warehouse/newtwo/matrix0.png b/static/index/warehouse/newtwo/matrix0.png
new file mode 100644
index 0000000..ce1b364
Binary files /dev/null and b/static/index/warehouse/newtwo/matrix0.png differ
diff --git a/static/index/warehouse/newtwo/matrix1.png b/static/index/warehouse/newtwo/matrix1.png
new file mode 100644
index 0000000..bf97ccd
Binary files /dev/null and b/static/index/warehouse/newtwo/matrix1.png differ
diff --git a/static/index/warehouse/newtwo/matrix2.png b/static/index/warehouse/newtwo/matrix2.png
new file mode 100644
index 0000000..f7edacc
Binary files /dev/null and b/static/index/warehouse/newtwo/matrix2.png differ
diff --git a/static/index/warehouse/newtwo/matrix3.png b/static/index/warehouse/newtwo/matrix3.png
new file mode 100644
index 0000000..53f0dab
Binary files /dev/null and b/static/index/warehouse/newtwo/matrix3.png differ
diff --git a/static/index/warehouse/newtwo/matrix4.png b/static/index/warehouse/newtwo/matrix4.png
new file mode 100644
index 0000000..990e3ff
Binary files /dev/null and b/static/index/warehouse/newtwo/matrix4.png differ
diff --git a/static/index/warehouse/newtwo/matrix5.png b/static/index/warehouse/newtwo/matrix5.png
new file mode 100644
index 0000000..6b0b10a
Binary files /dev/null and b/static/index/warehouse/newtwo/matrix5.png differ
diff --git a/static/index/warehouse/newtwo/monitor0.png b/static/index/warehouse/newtwo/monitor0.png
new file mode 100644
index 0000000..da392f4
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor0.png differ
diff --git a/static/index/warehouse/newtwo/monitor1.png b/static/index/warehouse/newtwo/monitor1.png
new file mode 100644
index 0000000..170214b
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor1.png differ
diff --git a/static/index/warehouse/newtwo/monitor2.png b/static/index/warehouse/newtwo/monitor2.png
new file mode 100644
index 0000000..346370d
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor2.png differ
diff --git a/static/index/warehouse/newtwo/monitor3.png b/static/index/warehouse/newtwo/monitor3.png
new file mode 100644
index 0000000..b774860
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor3.png differ
diff --git a/static/index/warehouse/newtwo/monitor4.png b/static/index/warehouse/newtwo/monitor4.png
new file mode 100644
index 0000000..9ea94b1
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor4.png differ
diff --git a/static/index/warehouse/newtwo/monitor5.png b/static/index/warehouse/newtwo/monitor5.png
new file mode 100644
index 0000000..515a190
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor5.png differ
diff --git a/static/index/warehouse/newtwo/monitor6.png b/static/index/warehouse/newtwo/monitor6.png
new file mode 100644
index 0000000..e97281b
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor6.png differ
diff --git a/static/index/warehouse/newtwo/monitor7.png b/static/index/warehouse/newtwo/monitor7.png
new file mode 100644
index 0000000..f060489
Binary files /dev/null and b/static/index/warehouse/newtwo/monitor7.png differ
diff --git a/static/index/warehouse/newtwo/purchase0.png b/static/index/warehouse/newtwo/purchase0.png
new file mode 100644
index 0000000..1d618a5
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase0.png differ
diff --git a/static/index/warehouse/newtwo/purchase1.png b/static/index/warehouse/newtwo/purchase1.png
new file mode 100644
index 0000000..0f566ca
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase1.png differ
diff --git a/static/index/warehouse/newtwo/purchase2.png b/static/index/warehouse/newtwo/purchase2.png
new file mode 100644
index 0000000..a8d5f9b
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase2.png differ
diff --git a/static/index/warehouse/newtwo/purchase3.png b/static/index/warehouse/newtwo/purchase3.png
new file mode 100644
index 0000000..a56d859
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase3.png differ
diff --git a/static/index/warehouse/newtwo/purchase4.png b/static/index/warehouse/newtwo/purchase4.png
new file mode 100644
index 0000000..4a9bbd3
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase4.png differ
diff --git a/static/index/warehouse/newtwo/purchase5.png b/static/index/warehouse/newtwo/purchase5.png
new file mode 100644
index 0000000..0d6acf9
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase5.png differ
diff --git a/static/index/warehouse/newtwo/purchase6.png b/static/index/warehouse/newtwo/purchase6.png
new file mode 100644
index 0000000..9513f3b
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase6.png differ
diff --git a/static/index/warehouse/newtwo/purchase7.png b/static/index/warehouse/newtwo/purchase7.png
new file mode 100644
index 0000000..6a78a75
Binary files /dev/null and b/static/index/warehouse/newtwo/purchase7.png differ
diff --git a/static/index/warehouse/newtwo/return.png b/static/index/warehouse/newtwo/return.png
new file mode 100644
index 0000000..74de11b
Binary files /dev/null and b/static/index/warehouse/newtwo/return.png differ
diff --git a/static/index/warehouse/newtwo/train1.png b/static/index/warehouse/newtwo/train1.png
new file mode 100644
index 0000000..8e90c0e
Binary files /dev/null and b/static/index/warehouse/newtwo/train1.png differ
diff --git a/static/index/warehouse/newtwo/train10.png b/static/index/warehouse/newtwo/train10.png
new file mode 100644
index 0000000..b3e4928
Binary files /dev/null and b/static/index/warehouse/newtwo/train10.png differ
diff --git a/static/index/warehouse/newtwo/train2.png b/static/index/warehouse/newtwo/train2.png
new file mode 100644
index 0000000..413d909
Binary files /dev/null and b/static/index/warehouse/newtwo/train2.png differ
diff --git a/static/index/warehouse/newtwo/train3.png b/static/index/warehouse/newtwo/train3.png
new file mode 100644
index 0000000..c90d7c6
Binary files /dev/null and b/static/index/warehouse/newtwo/train3.png differ
diff --git a/static/index/warehouse/newtwo/train4.png b/static/index/warehouse/newtwo/train4.png
new file mode 100644
index 0000000..efaac87
Binary files /dev/null and b/static/index/warehouse/newtwo/train4.png differ
diff --git a/static/index/warehouse/newtwo/train5.png b/static/index/warehouse/newtwo/train5.png
new file mode 100644
index 0000000..57ae992
Binary files /dev/null and b/static/index/warehouse/newtwo/train5.png differ
diff --git a/static/index/warehouse/newtwo/train6.png b/static/index/warehouse/newtwo/train6.png
new file mode 100644
index 0000000..2286f9c
Binary files /dev/null and b/static/index/warehouse/newtwo/train6.png differ
diff --git a/static/index/warehouse/newtwo/train7.png b/static/index/warehouse/newtwo/train7.png
new file mode 100644
index 0000000..f21fc72
Binary files /dev/null and b/static/index/warehouse/newtwo/train7.png differ
diff --git a/static/index/warehouse/newtwo/train8.png b/static/index/warehouse/newtwo/train8.png
new file mode 100644
index 0000000..5c909a0
Binary files /dev/null and b/static/index/warehouse/newtwo/train8.png differ
diff --git a/static/index/warehouse/newtwo/train9.png b/static/index/warehouse/newtwo/train9.png
new file mode 100644
index 0000000..c28a2d2
Binary files /dev/null and b/static/index/warehouse/newtwo/train9.png differ
diff --git a/static/index/warehouse/newtwo/unit1-0.png b/static/index/warehouse/newtwo/unit1-0.png
new file mode 100644
index 0000000..c96b6f1
Binary files /dev/null and b/static/index/warehouse/newtwo/unit1-0.png differ
diff --git a/static/index/warehouse/newtwo/unit1-1.png b/static/index/warehouse/newtwo/unit1-1.png
new file mode 100644
index 0000000..9ee007e
Binary files /dev/null and b/static/index/warehouse/newtwo/unit1-1.png differ
diff --git a/static/index/warehouse/newtwo/unit1-2.png b/static/index/warehouse/newtwo/unit1-2.png
new file mode 100644
index 0000000..6330770
Binary files /dev/null and b/static/index/warehouse/newtwo/unit1-2.png differ
diff --git a/static/index/warehouse/newtwo/unit1-3.png b/static/index/warehouse/newtwo/unit1-3.png
new file mode 100644
index 0000000..115f0f0
Binary files /dev/null and b/static/index/warehouse/newtwo/unit1-3.png differ
diff --git a/static/index/warehouse/newtwo/unit1-4.png b/static/index/warehouse/newtwo/unit1-4.png
new file mode 100644
index 0000000..cb395b7
Binary files /dev/null and b/static/index/warehouse/newtwo/unit1-4.png differ
diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js
index 12310ff..04100f2 100644
--- a/unpackage/dist/dev/.nvue/pages/camera.js
+++ b/unpackage/dist/dev/.nvue/pages/camera.js
@@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
-const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
+const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
export {
camera as default
};
diff --git a/unpackage/dist/dev/.nvue/pages/fullcamera.js b/unpackage/dist/dev/.nvue/pages/fullcamera.js
index dd59bdc..c959abe 100644
--- a/unpackage/dist/dev/.nvue/pages/fullcamera.js
+++ b/unpackage/dist/dev/.nvue/pages/fullcamera.js
@@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
-const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
+const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
export {
fullcamera as default
};