From f68f2e75bab747e9580559b926d1e4a2515c72fa Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Wed, 1 Mar 2023 14:20:45 +0800 Subject: [PATCH] 2023-3-1 --- src/views/finance/component/serveDraw.vue | 47 +++++++++++++++-------- src/views/finance/serveDetail.vue | 10 ++--- 2 files changed, 34 insertions(+), 23 deletions(-) diff --git a/src/views/finance/component/serveDraw.vue b/src/views/finance/component/serveDraw.vue index badc591..c47b859 100644 --- a/src/views/finance/component/serveDraw.vue +++ b/src/views/finance/component/serveDraw.vue @@ -4,7 +4,7 @@ - + @@ -221,11 +221,9 @@ export default { }, detail(scope) { - this.$refs["serveDraw"].row = scope.row; - this.$refs["serveDraw"].select.id = scope.row.id; - this.$refs["serveDraw"].select.customer_id = scope.row.customer.id; - this.$refs["serveDraw"].select.year = this.select.year; - this.$refs["serveDraw"].select.month = this.select.month; + this.selectedRow = scope.row; + this.$refs["serveDraw"].select.order_id = scope.row.id; + //this.$refs["serveDraw"].select.customer_id = scope.row.customer.id; this.$refs["serveDraw"].isShow = true; }, async getList() {