From f493448ee02fd2f92cf4ed17a48957c4c84532e9 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期三, 06 三月 2024 14:21:26 +0800
Subject: [PATCH] 增加指定储位传参,增加对应dto模型和视图模型,修改指定储位获取数据源代码,修改pda托盘绑定判断,修改指定储位后台逻辑代码
---
HTML/views/HouseWithinSetting/StockCheck.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/HTML/views/HouseWithinSetting/StockCheck.html b/HTML/views/HouseWithinSetting/StockCheck.html
index e05f44d..b1219ad 100644
--- a/HTML/views/HouseWithinSetting/StockCheck.html
+++ b/HTML/views/HouseWithinSetting/StockCheck.html
@@ -695,7 +695,7 @@
});
});
} else if (obj.event === 'finish') {//鐢熸垚璋冩暣鍗�
- layer.confirm('纭畾瀹屾垚姝ゅ崟鎹悧锛�', function(index) {
+ layer.confirm('纭畾璋冩暣搴撳瓨鍚楋紵', function(index) {
var param = {
Id: parseInt(Id),
Origin:data.Origin
--
Gitblit v1.8.0