From 5f0b86328b2678a326166e84b461e9ede3dc4715 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期一, 01 十二月 2025 21:03:46 +0800
Subject: [PATCH] 提交
---
项目代码/WIDESEA_WMSClient/src/extension/check/extend/StockSelect.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/extend/StockSelect.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/extend/StockSelect.vue"
index ae450b1..388b79d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/extend/StockSelect.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/extension/check/extend/StockSelect.vue"
@@ -224,10 +224,10 @@
// 鍥哄畾鏌ヨ绔嬪簱搴撳瓨
getData() {
- const url = "api/StockInfo/GetStockSelectViews?materielCode=";
+ const url = "api/StockInfo/GetSelectViewDTOs?materielCode=";
this.http
.post(
- url + this.row.materielCode + "&orderId=" + this.row.id,
+ url + this.row.materielCode + "&orderNo=" + this.row.orderNo,
null,
"鏌ヨ涓�"
)
--
Gitblit v1.9.3