kyy
2025-07-15 fdd1c56d7bdcbbaa1ee8c6778d9f308b85a1aabd
平板来料检提交生成异常处置单
已修改4个文件
14 ■■■■■ 文件已修改
H5/Js/LLJ/Add.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/PurchaseInventory.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Mst.master 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Scripts/config.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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: '提交成功' });
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>
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" />
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 = {
       // 从Cookies中获取登录时保存的userGuid(登录时存储的键是loginGuid)
        loginGuid: Cookies.get('loginGuid'),
        loginAccount: Cookies.get('loginAccount'),
    }