From 26c601a5e0285f68041e3408ca610157a75c9cf6 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期五, 22 八月 2025 16:11:57 +0800
Subject: [PATCH] 报工页面的投料搜索出来的批次号增加接口获取物料行
---
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