From 2ef77a8d5e054bf469671853f7b4ad426eb182f0 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Sat, 28 Mar 2026 11:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=80=E5=89=8D=E5=87=BA=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/production/warehousing.vue | 1 + pages/production/warehousingIssue.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/production/warehousing.vue b/pages/production/warehousing.vue index 4804103..185e0b0 100644 --- a/pages/production/warehousing.vue +++ b/pages/production/warehousing.vue @@ -132,6 +132,7 @@ export default { if (!code) return; this.value = code; this.$u.api.getBeforePlatInCardNo({ cardNo: code }).then((res) => { + let data = res.data; this.value = ""; this.prWorkPlan = data; this.prWorkOrder = data.prWorkOrder; diff --git a/pages/production/warehousingIssue.vue b/pages/production/warehousingIssue.vue index 1fbfea7..801cc9d 100644 --- a/pages/production/warehousingIssue.vue +++ b/pages/production/warehousingIssue.vue @@ -120,6 +120,7 @@ export default { if (!code) return; this.value = code; this.$u.api.getBeforePlatOutCardNo({ cardNo: code }).then((res) => { + let data = res.data; this.value = ""; this.prPlateAround = data; this.prWorkPlan = data.prWorkPlan; @@ -157,7 +158,7 @@ export default { // }); }, submitClick() { - this.$u.api.savePlateFrontEnterIssue({}).then((res) => { + this.$u.api.savePlateFrontEnterIssue(this.prPlateAround).then((res) => { uni.showToast({ title: "出库成功", });