-
-
- 新增产品
-
-
+
+
+
+
-
-
-
-
+
+
+
{
- 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 @@
-
+
From a3d41de73a39b6833e06551c7112222b170cec10 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:56:41 +0800
Subject: [PATCH 2/3] first
---
.../components/table-action-modal.vue | 6 +--
.../auxiliaryProduceinfo/index.vue | 48 +++++++++++--------
2 files changed, 30 insertions(+), 24 deletions(-)
rename src/views/{ => storage}/auxiliaryProduceinfo/components/table-action-modal.vue (97%)
rename src/views/{ => storage}/auxiliaryProduceinfo/index.vue (95%)
diff --git a/src/views/auxiliaryProduceinfo/components/table-action-modal.vue b/src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue
similarity index 97%
rename from src/views/auxiliaryProduceinfo/components/table-action-modal.vue
rename to src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue
index eedeff3..c5a688c 100644
--- a/src/views/auxiliaryProduceinfo/components/table-action-modal.vue
+++ b/src/views/storage/auxiliaryProduceinfo/components/table-action-modal.vue
@@ -81,9 +81,9 @@
-
-
-
+
+
+
diff --git a/src/views/auxiliaryProduceinfo/index.vue b/src/views/storage/auxiliaryProduceinfo/index.vue
similarity index 95%
rename from src/views/auxiliaryProduceinfo/index.vue
rename to src/views/storage/auxiliaryProduceinfo/index.vue
index 4d28f06..83ef482 100644
--- a/src/views/auxiliaryProduceinfo/index.vue
+++ b/src/views/storage/auxiliaryProduceinfo/index.vue
@@ -23,15 +23,15 @@
{{ RecptInfo.quantityRecived }}
-
- {{ RecptInfo.weightRecived }}
-
+
+
+
{{ num }}
-
- {{ weight }}
-
+
+
+
> = ref([
key: 'specification',
width: 120
},
+ {
+ title: '颜色',
+ key: 'colorName',
+ width: 120
+ },
// {
// title: '应入数量',
// key: 'quantityRecived',
@@ -334,21 +339,21 @@ const columns: Ref> = ref([
);
}
},
- {
- title: '入库重量',
- key: 'weight',
- width: 180,
- render: row => {
- return (
-
- *
-
-
-
-
- );
- }
- },
+ // {
+ // title: '入库重量',
+ // key: 'weight',
+ // width: 180,
+ // render: row => {
+ // return (
+ //
+ // *
+ //
+ //
+ //
+ //
+ // );
+ // }
+ // },
{
title: '仓库名称',
key: 'warehouseName',
@@ -687,5 +692,6 @@ function init() {
// 获取部门信息
// getDeptTree();
}
+
init();
From 5acb31a4646927c5e4d3c2ba6f1b125d4c800ff6 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 14:11:25 +0800
Subject: [PATCH 3/3] first
---
src/views/procure/procureOrder/index.vue | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/procure/procureOrder/index.vue b/src/views/procure/procureOrder/index.vue
index 7dcd238..1c9e874 100644
--- a/src/views/procure/procureOrder/index.vue
+++ b/src/views/procure/procureOrder/index.vue
@@ -614,11 +614,11 @@ const columns: Ref> = ref([
key: 'quantity',
width: 80
},
- {
- title: '计划重量',
- key: 'totalWeight',
- width: 80
- },
+ // {
+ // title: '计划重量',
+ // key: 'totalWeight',
+ // width: 80
+ // },
{
title: '总价',
key: 'totalPrice',