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] =?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 @@