From 227fa031bcc1eb8fd561bec6c66f42a28b28bd80 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 6 Sep 2024 14:40:35 +0800 Subject: [PATCH] =?UTF-8?q?9/6=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/IoDestroyOrder.vue | 1 + src/views/collect/destroyOutDialog.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/collect/IoDestroyOrder.vue b/src/views/collect/IoDestroyOrder.vue index 0271960e..6ae9c5fe 100644 --- a/src/views/collect/IoDestroyOrder.vue +++ b/src/views/collect/IoDestroyOrder.vue @@ -434,6 +434,7 @@ export default { //损耗出库 destroyOut(_this, row) { _this.prescribeData = row + _this.prescribeData.busType = _this.$route.query.busType _this.destroyType = 3 _this.destroyOutDialogVisible = true; }, diff --git a/src/views/collect/destroyOutDialog.vue b/src/views/collect/destroyOutDialog.vue index cdf0f69d..57f05204 100644 --- a/src/views/collect/destroyOutDialog.vue +++ b/src/views/collect/destroyOutDialog.vue @@ -191,6 +191,7 @@ export default { } if (this.destroyType == 3) { this.prescribeData.reCount = this.prescribeData.remainCount + this.prescribeData.cpmctymc = this.prescribeData.productName } } }