From 280c4000a117f469d404310b31a2660d5e016505 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=90=B4=E6=99=AE=E5=BB=BA?= <450837357@qq.com>
Date: Sat, 15 Mar 2025 10:42:58 +0800
Subject: [PATCH] first
---
src/views/procure/procureOrder/index.vue | 1029 +++++++++++++++-------
1 file changed, 726 insertions(+), 303 deletions(-)
diff --git a/src/views/procure/procureOrder/index.vue b/src/views/procure/procureOrder/index.vue
index b3ce47e..7dcd238 100644
--- a/src/views/procure/procureOrder/index.vue
+++ b/src/views/procure/procureOrder/index.vue
@@ -2,107 +2,197 @@
-
-
+
+
+
+
-
-
+
+
-
-
+
+
-
-
- 搜索
-
-
-
- 重置
-
+
-
+
-
-
-
- 新增产品
-
-
+
+
+
+
-
-
-
-
+
+
+
{
- console.log(value, item);
- addForm.productTypeName = item.label;
- }
- "
- />
-
-
-
+ v-model:value="dialogForm.deptId"
+ label-field="deptName"
+ key-field="deptId"
+ :options="treeOptions"
+ @update:value="treeSelect"
+ >
-
+
+
+
+ v-model:value="dialogForm.vendorId"
+ :options="supperOptions"
+ @update:value="handleSelectSupper"
+ >
-
-
+
+
+
+
+
+
+
+ {{ getTotalPric }}
+
+ {{ getTotalNum }}
-
-
-
-
- {
- addForm.weightMeasureName = item.label;
- }
- "
- />
-
-
-
+
+ {{ getTotalWeight }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ panel.form.numMeasureName }}
+
+
+
+
+
+
+
+ ¥
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ getListTotal(panel, panel.form.weight, panel.form.price) }}
+
+
+
+
+
+
+
+
+
+
+
+
@@ -110,307 +200,640 @@
-
+