From 1f017a1ebe252ef945e42dc868ac8c24e2b6d534 Mon Sep 17 00:00:00 2001 From: yyb <995253665@qq.com> Date: 星期四, 21 八月 2025 17:35:49 +0800 Subject: [PATCH] pda报工选择投料接口变更 --- pages/product/report/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/product/report/index.vue b/pages/product/report/index.vue index ac3a2e4..2c90dc9 100644 --- a/pages/product/report/index.vue +++ b/pages/product/report/index.vue @@ -235,7 +235,7 @@ }, reportProductionVolumelist: {}, - FeedInputProductionVolumeList: {}, //鎶曟枡浜ч噺 + FeedInputProductionVolumeList: [], //鎶曟枡浜ч噺 personList: [], canSelectPerson: false, rules: { @@ -328,7 +328,7 @@ this.$u.toast("鎻愪氦鎴愬姛"); this.InventoryReceiptList.unshift(this.form.productOutputList[0]); this.reportProductionVolumelist = {}, - this.FeedInputProductionVolumeList = {}, //鎶曟枡浜ч噺 + this.FeedInputProductionVolumeList = [], //鎶曟枡浜ч噺 this.form.FeedInputProductionVolume = null, //鎶曟枡浜ч噺 this.form.reportProductionVolume = null, //姹囨姤浜ч噺 console.log("this.InventoryReceiptList", this.InventoryReceiptList); @@ -397,7 +397,8 @@ return; } uni.navigateTo({ - url: "/pages/product/report/seachPersonnelNo?moOn=" + this.form.moOn, + url: "/pages/product/report/seachPersonnelNo?moOn=" + this.form.moOn + "&workstationId=" + this.form.workstationId, + }); }, -- Gitblit v1.9.3