yusijie
2024-07-18 a2619dc77a9bf068d886cadc870ce6f392cdc140
发货通知单通过部门带出主管返回空值提示
3个文件已修改
4422 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/JFTM.pubxml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml.user 4416 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/销售管理/发货通知单/Add_Edit_Xs_SeOutStockBillList.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/JFTM.pubxml
@@ -10,7 +10,7 @@
    <LastUsedBuildConfiguration>Debug</LastUsedBuildConfiguration>
    <LastUsedPlatform>Any CPU</LastUsedPlatform>
    <PublishProvider>FileSystem</PublishProvider>
    <PublishUrl>G:\issWeb\网站发布\LAYUI</PublishUrl>
    <PublishUrl>D:\网站发布\智云MESWMS\LAYUI</PublishUrl>
    <WebPublishMethod>FileSystem</WebPublishMethod>
    <SiteUrlToLaunchAfterPublish />
  </PropertyGroup>
WebTM/Properties/PublishProfiles/JFTM.pubxml.user
Diff too large
WebTM/views/ÏúÊÛ¹ÜÀí/·¢»õ֪ͨµ¥/Add_Edit_Xs_SeOutStockBillList.html
@@ -1057,7 +1057,9 @@
                            if (result.code == 1 && result.data.length > 0) {
                                $("#HManagerID").val((result.data[0].HEmpID == undefined ? 0 : result.data[0].HEmpID) == null ? 0 : result.data[0].HEmpID);
                                $("#HManagerName").val(result.data[0].负责人);
                            }
                            } else {
                                layer.msg("根据当前登录用户的部门 èŽ·å– ä¸»ç®¡" + result.Message)
                            }
                        }, error: function () {
                            layer.alert("发生错误!", { icon: 5 });
                        }