From fdd1c56d7bdcbbaa1ee8c6778d9f308b85a1aabd Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期二, 15 七月 2025 08:19:38 +0800 Subject: [PATCH] 平板来料检提交生成异常处置单 --- Scripts/config.js | 7 ++++--- H5/Js/LLJ/Add.js | 3 ++- H5/PurchaseInventory.aspx | 2 +- Mst.master | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/H5/Js/LLJ/Add.js b/H5/Js/LLJ/Add.js index e725a23..f602dc3 100644 --- a/H5/Js/LLJ/Add.js +++ b/H5/Js/LLJ/Add.js @@ -299,7 +299,8 @@ var that = this; that.ttrre = true; that.AxiosHttp("post", 'MesQaItemsDetect01Manager/EditModelSubmit', { - guid: that.formData.guid + guid: that.formData.guid, + userGuid: this.GetLoginInfor().loginGuid // 鏂板鍙傛暟锛氱敤鎴峰敮涓�鏍囪瘑 }, true, 1).then(function (res1) { if (res1.rtnData.outSum == 1) { that.$notify({ type: 'success', message: '鎻愪氦鎴愬姛' }); diff --git a/H5/PurchaseInventory.aspx b/H5/PurchaseInventory.aspx index 25f159f..4101d97 100644 --- a/H5/PurchaseInventory.aspx +++ b/H5/PurchaseInventory.aspx @@ -215,5 +215,5 @@ <%--<comback ></comback>--%> </asp:Content> <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> - <script src="Js/PurchaseInventory.js?<%=1236111111 %>"></script> + <script src="Js/PurchaseInventory.js?<%=1236111112 %>"></script> </asp:Content> \ No newline at end of file diff --git a/Mst.master b/Mst.master index bd81d92..e21320a 100644 --- a/Mst.master +++ b/Mst.master @@ -11,7 +11,7 @@ <script src="/Scripts/vue.min.js"></script> <script src="/Scripts/js.cookie.min.js"></script> <script src="/scripts/axios0.25.0.js"></script> - <script src="/scripts/config.js?<%=123611118 %>"></script> + <script src="/scripts/config.js?<%=123611121 %>"></script> <link href="/scripts/vant/vant.css" rel="stylesheet" /> <script src="/scripts/vant/vant.js"></script> <link href="/Images/Style.css?<%=169950 %>" rel="stylesheet" /> diff --git a/Scripts/config.js b/Scripts/config.js index 7a9c453..0a74c83 100644 --- a/Scripts/config.js +++ b/Scripts/config.js @@ -1,7 +1,7 @@ -锘�/*var APIURL = "http://192.168.1.145:83/api/";*///鍚庣鍙戝竷鐨勫湴鍧� +锘�/*var APIURL = "http://192.168.1.187:8083/api/";*///鍚庣鍙戝竷娴嬭瘯鍦板潃 var APIURL = "http://localhost:5204/api/"; -/*var APIURL_PC = "http://192.168.1.145:81/";*/ //PC鍚庣鐨勫湴鍧� -var APIURL_PC = "http://192.168.1.145:81/";//娴嬭瘯 +/*var APIURL_PC = "http://192.168.1.187:81/";*/ //PC鍚庣鐨勫湴鍧� +var APIURL_PC = "http://192.168.1.187:8081/";// var APIURL_IMAGE = APIURL_PC+"upload/"; var ISNEEDLOGIN = true; String.prototype.trim = function () { @@ -50,6 +50,7 @@ Vue.prototype.GetLoginInfor = function () { var that = this; var loginInfo = { + // 浠嶤ookies涓幏鍙栫櫥褰曟椂淇濆瓨鐨剈serGuid锛堢櫥褰曟椂瀛樺偍鐨勯敭鏄痩oginGuid锛� loginGuid: Cookies.get('loginGuid'), loginAccount: Cookies.get('loginAccount'), } -- Gitblit v1.9.3