chenhaozhe
2025-05-21 94853e46b9d4911fb4cf00389f00a4b820db5d3c
WebTM/views/Éú²ú¹ÜÀí/ÈýÉýÅŲú/JIT_DayPlanPlatForm.html
@@ -2072,7 +2072,7 @@
                , area: ['100%', '100%']
                , title: 'Excel导入'
                , shift: 0//弹出动画
                , content: '../生产计划平台/JIT_DayPlanPlatFormImport.html?OperationType=1'
                , content: '../三升排产/JIT_DayPlanPlatFormImport_SS_Sec.html?OperationType=1'
                , end: function () {
                    //刷新页面,
                    location.reload();
@@ -2085,7 +2085,7 @@
                type: 2
                , skin: 'layui-layer-rim' //加上边框
                , area: ['100%', '100%']
                , title: 'Excel导入'
                , title: '交期导入'
                , shift: 0//弹出动画
                , content: '../三升排产/JIT_DayPlanPlatFormImport_SS.html?OperationType=1'
                , end: function () {
@@ -3002,8 +3002,10 @@
                                    iRow = i + 1;
                                    //将数据排到网格中
                                    SetInfoToGrid(option, dsSub, null, (iRow - 1), iLeftQty, sWorkQty, false, HPlanDay);
                                    set_AddNew1(option.data[i]);
                                    //若工单被锁定了跳过保存内容
                                    if (option.data[i]["锁定工单"] == "否") {
                                        set_AddNew1(option.data[i]);
                                    }
                                }
                                bFind = true;
                            }