From bccf5fe28c9842d039361f54e7533b4ec27c78b4 Mon Sep 17 00:00:00 2001
From: wangweidong <850489345@qq.com>
Date: Mon, 8 Dec 2025 10:35:18 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../component/pleasetake/component/takehomep.vue | 2 +-
pages/procurement/retstock.vue | 16 ++++++----------
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/pages/NursingNew/component/pleasetake/component/takehomep.vue b/pages/NursingNew/component/pleasetake/component/takehomep.vue
index 9e0b5f5..2ae20ae 100644
--- a/pages/NursingNew/component/pleasetake/component/takehomep.vue
+++ b/pages/NursingNew/component/pleasetake/component/takehomep.vue
@@ -71,7 +71,7 @@
pageNo:1,
pageSize:10,
nuId:uni.getStorageSync('nuId'),
- elderId:uni.getStorageSync('NUall').id,
+ elderId:uni.getStorageSync('NUall').elderId,
wlParamInfo:'',
categoryId:'',
typeId:'',
diff --git a/pages/procurement/retstock.vue b/pages/procurement/retstock.vue
index d9e9717..d6de770 100644
--- a/pages/procurement/retstock.vue
+++ b/pages/procurement/retstock.vue
@@ -113,7 +113,7 @@
thlist()
})
const submit = () => {
- wuliao();
+ cardcon(tharrlist.value[cardindex.value], cardindex.value);
nextTick(() => {
subshow.value = true;
})
@@ -124,8 +124,7 @@
subshow.value = false;
th(tharrlist.value[cardindex.value],cardindex.value)
setTimeout(() => {
- wuliao();
- thlist();
+ cardcon(tharrlist.value[cardindex.value], cardindex.value);
}, 200)
} else {
uni.showToast({
@@ -188,7 +187,6 @@
status.value = res.result.total == tharrlist.value.length ? 'nomore' : 'loadmore';
if (form.pageNo == 1) {
cardcon(tharrlist.value[cardindex.value], cardindex.value);
- wuliao();
}
})
}
@@ -229,8 +227,8 @@
title: '提交成功'
})
setTimeout(() => {
- wuliao();
- thlist();
+ th(tharrlist.value[cardindex.value],cardindex.value);
+ cardcon(tharrlist.value[cardindex.value], cardindex.value);
}, 800)
} else {
uni.showToast({
@@ -252,8 +250,7 @@
let obj = { pkId: tharrlist.value[cardindex.value].id }
removeAll(obj).then(res => {
if (res.success) {
- wuliao();
- thlist();
+ cardcon(tharrlist.value[cardindex.value], cardindex.value);
} else {
uni.showToast({
icon: 'none',
@@ -274,8 +271,7 @@
}
removeWl(obj).then(res => {
if (res.success) {
- wuliao();
- thlist();
+ cardcon(tharrlist.value[cardindex.value], cardindex.value);
tanshow.value = false;
} else {
uni.showToast({
From 8f7eb03e4782693eaf2771640fa0dd6cf1dfd615 Mon Sep 17 00:00:00 2001
From: wangweidong <850489345@qq.com>
Date: Mon, 8 Dec 2025 14:04:09 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8C=E6=AD=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/procurement/authorization.vue | 725 ++++++++++++++++++++++++++++
pages/procurement/common/thitem.vue | 6 +-
pages/procurement/retstock.vue | 5 +-
3 files changed, 732 insertions(+), 4 deletions(-)
create mode 100644 pages/procurement/authorization.vue
diff --git a/pages/procurement/authorization.vue b/pages/procurement/authorization.vue
new file mode 100644
index 0000000..58a1657
--- /dev/null
+++ b/pages/procurement/authorization.vue
@@ -0,0 +1,725 @@
+
+
+
+
+
+
+
+
+
+
+ 检索
+
+
+
+
+
+ 返回
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{v.materialInfo.categoryName}}
+ {{v.materialInfo.typeName}}
+
+
+
+
+ {{v.materialInfo?.materialName}}
+
+
+ 规格型号:
+ {{v.materialInfo?.specificationModel}}
+
+
+
+ {{v.thNum?v.thNum:'--'}}
+ 退货数量
+
+
+ {{v.materialInfo?.materialUnits}}
+ 退货单位
+
+
+
+
+ 已添加
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/procurement/common/thitem.vue b/pages/procurement/common/thitem.vue
index 85ad4c6..446a4f8 100644
--- a/pages/procurement/common/thitem.vue
+++ b/pages/procurement/common/thitem.vue
@@ -14,8 +14,8 @@
mode="aspectFill">
- {{v.materialInfo.categoryName}}
- {{v.materialInfo.typeName}}
+ {{v.materialInfo.categoryName}}
+ {{v.materialInfo.typeName}}
@@ -49,6 +49,7 @@
+
@@ -59,6 +60,7 @@