duhe
2025-06-06 0880a853feec68c6e61809f9007a5b686b664e46
排产导入:每次排产获取统一的 导入序列号
2个文件已修改
7 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产管理/生产计划平台/JIT_DayPlanPlatFormImport.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -5972,7 +5972,7 @@
      <publishTime>05/15/2025 14:44:59</publishTime>
    </File>
    <File Include="views/鐢熶骇绠$悊/鐢熶骇璁″垝骞冲彴/JIT_DayPlanPlatFormImport.html">
      <publishTime>05/27/2025 15:17:47</publishTime>
      <publishTime>06/06/2025 13:44:56</publishTime>
    </File>
    <File Include="views/鐢熶骇绠$悊/鐢熶骇璁″垝骞冲彴/JIT_DayPlanPlatForm_BCP.html">
      <publishTime>06/07/2024 15:42:08</publishTime>
WebTM/views/生产管理/生产计划平台/JIT_DayPlanPlatFormImport.html
@@ -126,6 +126,11 @@
            done: function (data1) {
                layer.closeAll('loading');
                if (data1.count == 1) {
                    var HVersion_Import_Temp = Format(new Date(), "yyyy-MM-dd hh:mm:ss");
                    for (var i = 0; i < data1.data.length; i++) {
                        data1.data[i].HVersion_Import = HVersion_Import_Temp;
                    }
                    option.data = data1.data;
                    table.render(option);
                } else {