From b989162b2a0092619f4cdd7184860c55fe323d3c Mon Sep 17 00:00:00 2001 From: andy <1042025947@qq.com> Date: Sat, 19 Jul 2025 16:02:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4=20=20=20->=E6=9F=A5?= =?UTF-8?q?=E7=9C=8Bbom=E6=98=8E=E7=BB=86,=20=E6=96=B9=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=20=20->=20=E6=9F=A5=E7=9C=8B=E5=B7=A5=E8=89=BA?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/details/index.vue | 16 ++--- src/views/system/orderPro/index.vue | 95 +++++++++++++++++++++++++---- src/views/system/route/index.vue | 80 +++++++++++++----------- 3 files changed, 136 insertions(+), 55 deletions(-) diff --git a/src/views/system/details/index.vue b/src/views/system/details/index.vue index 422d494..cc38a9b 100644 --- a/src/views/system/details/index.vue +++ b/src/views/system/details/index.vue @@ -305,13 +305,14 @@ import {align} from "quill/ui/icons"; export default { name: "Details", + props: ['params'], computed: { align() { return align }, - upload() { - return upload - } + // upload() { + // return upload + // } }, data() { return { @@ -376,10 +377,11 @@ export default { }; }, created() { - const totalWeight = this.$route.query.productionOrderNo; - if (totalWeight) { - this.queryParams.totalWeight = totalWeight; - }else {} + this.queryParams.totalWeight = ""; + if (this.params && this.params.productionOrderNo) { + this.queryParams.totalWeight = this.params.productionOrderNo; + } + this.getList(); }, diff --git a/src/views/system/orderPro/index.vue b/src/views/system/orderPro/index.vue index 5bc6ed1..61a627c 100644 --- a/src/views/system/orderPro/index.vue +++ b/src/views/system/orderPro/index.vue @@ -126,9 +126,9 @@ @@ -178,7 +178,16 @@ @@ -399,6 +410,21 @@ + + +
+ +
+
+ + +
+ +
+
+ @@ -448,6 +474,18 @@ + +