From d24b706b7f1b88e0982346dd2afa4f083ae7cb0e Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期二, 23 九月 2025 10:03:41 +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