From 849435a97556c61661c1c64d9cda3429dc706009 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 16 Oct 2025 09:34:05 +0800 Subject: [PATCH] =?UTF-8?q?2025-10-16=20=E9=94=80=E5=94=AE=E5=8F=91?= =?UTF-8?q?=E8=B4=A7=E8=A3=85=E7=AE=B1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../boxManage/com_saleBoxManage_boxing.vue | 15 ++++++++------- src/views/modules/boxManage/saleBoxManage.vue | 5 +++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue index 76a45db..6976b17 100644 --- a/src/views/modules/boxManage/com_saleBoxManage_boxing.vue +++ b/src/views/modules/boxManage/com_saleBoxManage_boxing.vue @@ -3,7 +3,7 @@ 查询 - 新增箱 + 新增箱 { //区分请求成功和失败的状况 if (data && data.code == 0) { this.dataList = data.rows - console.log(this.dataList) } else { this.dataList = []; } diff --git a/src/views/modules/boxManage/saleBoxManage.vue b/src/views/modules/boxManage/saleBoxManage.vue index d37bff2..3365cd9 100644 --- a/src/views/modules/boxManage/saleBoxManage.vue +++ b/src/views/modules/boxManage/saleBoxManage.vue @@ -80,7 +80,7 @@ - + 新增 删除 @@ -773,7 +773,8 @@ export default { buNo: this.currentRow.buNo, orderNo: this.currentRow.orderNo, boxType: this.currentRow.orderType, - height:Number(this.height)-25 + height:Number(this.height)-25, + orderStatus: this.currentRow.orderStatus } this.$refs.boxing.init(inData) },