1
wtt
20 小时以前 752e8fd530e3aae8cfa8e86136f51dc50b4b64b6
1
3个文件已修改
16 ■■■■ 已修改文件
WebTM/WebTM.csproj.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产管理/报工台工序/不良采集/Sc_QualityReportStepBill.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/系统管理/用户管理/Gy_UserProcess.html 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/WebTM.csproj.user
@@ -8,7 +8,7 @@
    <NameOfLastUsedPublishProfile>D:\智云LMes\MESWMS-LayUI\WebTM\Properties\PublishProfiles\SWETM.pubxml</NameOfLastUsedPublishProfile>
    <NameOfLastUsedPublishProfile>D:\WorkBench\MES-WEB-LayUI\WebTM\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
    <ProjectView>ProjectFiles</ProjectView>
    <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
    <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
    <UseIISExpress>true</UseIISExpress>
    <Use64BitIISExpress />
    <IISExpressSSLPort />
WebTM/views/Éú²ú¹ÜÀí/±¨¹¤Ì¨¹¤Ðò/²»Á¼²É¼¯/Sc_QualityReportStepBill.html
@@ -538,6 +538,8 @@
                    Pub_Close(2);
                } else if (OperationType == 2) {
                    Pub_Close(1);
                } else {
                    Pub_Close(1);
                }
            })
            //#endregion
WebTM/views/ϵͳ¹ÜÀí/Óû§¹ÜÀí/Gy_UserProcess.html
@@ -493,12 +493,18 @@
            }
            //#region åˆ¤æ–­æ•°æ®æ•°ç»„中的值是否相同
            function isAllEqual(list) {
                var s = list.join(",") + ",";
                for (var i = 0; i < list.length; i++) {
                    if (s.replace(list[i] + ",", "").indexOf(list[i] + ",") > -1) {
                        return true;
                    var count = 0;
                    for (var j = 0; j < list.length; j++) {
                        if (list[i] === list[j]) {
                            count++;
                        }
                        if (count >= 2) {
                            return true;  // æ‰¾åˆ°é‡å¤
                        }
                    }
                }
                return false;
            }
            //#region éžç©ºéªŒè¯
            function AllowLoadData(sSubStr) {  //非空验证