检验单比较符回显加载,添康排产添加计划未完成数字段(订单今日之前排产数量-今日之前汇报数量)
4个文件已修改
9 ■■■■ 已修改文件
WebTM/views/生产管理/添康三周排产/JIT_DayPlanPlatForm_TK2.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/出厂检验单/QC_OutCompCheckBill.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/工序检验单/QC_ProcessCheckBill.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/质量管理/首件检验单/QC_Add_Edit_FirstPieceCheckBill.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/Éú²ú¹ÜÀí/Ìí¿µÈýÖÜÅŲú/JIT_DayPlanPlatForm_TK2.html
@@ -860,6 +860,7 @@
            columns.push({ field: '产线总产能', title: '产线总产能', width: 150, sort: true, edit: 'text', filter: true });
            columns.push({ field: '计划数量', title: '生产订单数量', width: 150, sort: true, filter: true });//0
            columns.push({ field: '订单可排数量', title: '订单可排数量', width: 150, filter: true });
            columns.push({ field: '计划未完成数', title: '计划未完成数', width: 150, filter: true });
            columns.push({ field: '昨日数量', title: '昨日数量', filter: true });
            columns.push({ field: '优先级', title: '优先级', width: 150, edit: 'text', sort: true });
            columns.push({ field: '生产资源', title: '生产资源', width: 150, edit: 'text', event: "HSourceID", filter: true });
@@ -870,7 +871,7 @@
            columns.push({ field: '业务状态', title: '业务状态', width: 150, sort: true, hide: true });
            columns.push({ field: '产线入库数量', title: '产线入库数量', width: 150, sort: true, hide: true });
            columns.push({ field: '未排数量', title: '可排数量', width: 150, sort: true, hide: true });
            var dateColumns = setInit_columnsData();
            var HArrangeProductDayQty = $("#HArrangeProductDayQty").val() * 1;
@@ -878,6 +879,7 @@
                columns.push(dateColumns[i]);//0
            }
            columns.push({ field: '未排数量', title: '可排数量', width: 150, sort: true, hide: true });
            columns.push({ field: '单据号', title: '单据号', hide: true, sort: true });
            columns.push({ field: '销售订单审核日期', title: '销售订单审核日期', width: 150, templet: "<div>{{d.销售订单审核日期 ==null ?'':layui.util.toDateString(d.销售订单审核日期, 'yyyy-MM-dd')}}</div>", sort: true, filter: { type: 'date[yyyy-MM-dd HH:mm:ss]' } });
            columns.push({ field: '生产组织', title: '生产组织', width: 150, sort: true });
WebTM/views/ÖÊÁ¿¹ÜÀí/³ö³§¼ìÑéµ¥/QC_OutCompCheckBill.html
@@ -1710,6 +1710,7 @@
                    $("#HDownLimit").val(option_Check[nowindex].下限值);
                    $("#HComparator").val(option_Check[nowindex].比较符)
                }
                form.render('select');
                //选中行改变颜色
                check_row(obj);
WebTM/views/ÖÊÁ¿¹ÜÀí/¹¤Ðò¼ìÑéµ¥/QC_ProcessCheckBill.html
@@ -3065,6 +3065,7 @@
                    $("#HDownLimit").val(option_Check[nowindex].下限值);
                    $("#HComparator").val(option_Check[nowindex].比较符)
                }
                form.render('select');
                //选中行改变颜色
                check_row(obj);
WebTM/views/ÖÊÁ¿¹ÜÀí/Ê×¼þ¼ìÑéµ¥/QC_Add_Edit_FirstPieceCheckBill.html
@@ -3147,8 +3147,9 @@
                    $("#HTargetVal").val(option_Check[nowindex].目标值);
                    $("#HUpLimit").val(option_Check[nowindex].上限值);
                    $("#HDownLimit").val(option_Check[nowindex].下限值);
                    $("#HComparator").val(option_Check[nowindex].比较符)
                    $("#HComparator").val(option_Check[nowindex].比较符)
                }
                form.render('select');
                //选中行改变颜色