From 5a1a0ad815137a94cd3a682f757630f6b6b51d09 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期二, 22 七月 2025 11:34:38 +0800
Subject: [PATCH] 添加app安装包下载地址,提料计划日计划调整

---
 WebTM/layuiadmin/PlateBinding.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WebTM/layuiadmin/PlateBinding.js b/WebTM/layuiadmin/PlateBinding.js
index 768f26b..cbce0d9 100644
--- a/WebTM/layuiadmin/PlateBinding.js
+++ b/WebTM/layuiadmin/PlateBinding.js
@@ -1,12 +1,12 @@
 锘�//鑾峰彇骞虫澘缁戝畾鏂囦欢鏁版嵁
 function get_ConfigFileInfo(linterid) {
     var obj = {};
-
+    var HPath = "C:\\MESConfiguration\\PlateBinding.txt";
     $.ajax({
         url: GetWEBURL() + "Get/Xt_PlateBinding",
         type: "GET",
         async: false,
-        data: { "user": sessionStorage["HUserName"] },
+        data: { "user": sessionStorage["HUserName"], "HPath": HPath},
         success: function (result) {
             if (result.code == 1) { // 璇存槑楠岃瘉鎴愬姛浜嗭紝
                 //鍏敤閮ㄥ垎 ======Begin========
@@ -32,7 +32,7 @@
                 }
                 //鍏敤閮ㄥ垎 ======End========                
             } else {
-                layer.alert(result.msg, { icon: 5, btn: ['閫�鍑�'], time: 100000, offset: 't' });
+                layer.alert(result.Message, { icon: 5, btn: ['閫�鍑�'], time: 100000, offset: 't' });
             }
         }, error: function () {
             layer.alert("鍙戠敓閿欒!", { icon: 5 });

--
Gitblit v1.9.1