工序流转卡  工艺参数 应该 可编辑;
1.生产资源 有异常; 删除有问题,删除后出来 异常数据( ); 其他信息 里的 几个字段 输入 字符时 报错,应提示;
2.工序 : 9999的 转工序 , 有个 转工序 字段,是否没显示出来; 其他信息 里的 几个字段 输入 字符时 报错,应提示;
3.工作中心: 其他信息 里的 几个字段 输入 字符时 报错,应提示;
4.生产班组: 刷新出来 异常数据; 其他信息 里的 几个字段 输入 字符时 报错,应提示;
5.基础资料的 一些 复选框 标题不对;
6. ADMIN 的账号 工艺路线 的模块 无法进行 新增 编辑;
7.工艺路线查询;工序号,工序代码,工序,工艺参数,表体备注, 其他的放后面 子表 的 委外标记 放到最后面去; 并且 把 供应商代码和供应商 放出来(也放在最后几个);
8.部门有 很多异常数据; 选择的时候 出来了;
9.流转卡维护, 表头 很多没有用的列,单据号 日期 都没有显示; 转工序 是否要打印(跟客户确认);
10. 流转卡拆分时,一些 列的 排序;
15个文件已修改
279 ■■■■ 已修改文件
WebTM/views/基础资料/公用基础资料/Add_Edit_Gy_Material.html 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Gy_Employee_Add_Edit_.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Gy_WorkCenter_Add_Edit.html 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/xmlLBM_Sc_ProcessExchangeBillList.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/工资基础资料/Gy_Group.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/工资基础资料/Gy_Group_Add_Edit.html 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/生产基础资料/Add_Edit_Gy_Process.html 68 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/生产基础资料/Add_Edit_Gy_Source.html 73 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/生产基础资料/Gy_Process.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/生产基础资料/Gy_Source.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/生产管理/生产任务单/Sc_ICMOBillEdit_NoTable.html 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/计划管理/工艺路线/Gy_RoutingBillListQuery.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBill.html 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBillList.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/车间管理/工序流转卡/Sc_ProcessExchangeBill_CF.html 46 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Add_Edit_Gy_Material.html
@@ -119,7 +119,12 @@
                                                        </button>
                                                    </div>
                                                </div>
                                                <div class="layui-inline">
                                                    <label class="layui-form-label">染色要求</label>
                                                    <div class="layui-input-inline" style="">
                                                        <input class="layui-input" name="HColorRemark" lay-verify="HColorRemark" id="HColorRemark" value="">
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="layui-row">
                                                <div class="layui-inline">
@@ -704,6 +709,7 @@
                                , "HSTDMACHINEPREPARETIME": data.标准机器准备工时
                                , "HWidth": data.HWidth
                                , "HWeight": data.HWeight
                                , "HColorRemark": data.染色要求
                            });
                            console.log($('#HUnitGroupID').val());
                        } else {
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Gy_Employee_Add_Edit_.html
@@ -581,7 +581,7 @@
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">轮班调休标志</label>
                                            <div class="layui-input-inline">
                                                <input type="checkbox" name="checkboxHShiftFlag" id="checkboxHShiftFlag" lay-skin="primary" lay-filter="checkboxHShiftFlag" value="true" title="是否调休">
                                                <input type="checkbox" name="checkboxHShiftFlag" id="checkboxHShiftFlag" lay-skin="primary" lay-filter="checkboxHShiftFlag" value="true" title="是否轮班调休">
                                                <input type="hidden" value="false" name="HShiftFlag" id="HShiftFlag">
                                            </div>
                                        </div>
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Gy_WorkCenter_Add_Edit.html
@@ -127,7 +127,7 @@
                                            <div class="layui-col-xs4 layui-inline">
                                                <label class="layui-form-label">行业标准</label>
                                                <div class="layui-input-inline">
                                                    <input class="layui-input" name="HDayMoney" lay-verify="HWorkTimes" id="HWorkTimes" value="0">
                                                    <input class="layui-input" name="HDayMoney" lay-verify="HDayMoney" id="HDayMoney" value="0">
                                                </div>
                                            </div>
                                            <div class="layui-col-xs4 layui-inline">
@@ -337,6 +337,43 @@
                //    layer.msg("请输入设备数量!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                //    return;
                //}
                var HWorkTimes = $('#HWorkTimes').val();
                if (HWorkTimes.substring(HWorkTimes.length - 1, HWorkTimes.length) == ".") {
                    layer.msg("工作时间的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HWorkTimes)) {
                        layer.msg("工作时间请输正确入数字!");
                        return;
                    }
                }
                var HQty = $('#HQty').val();
                if (HQty.substring(HQty.length - 1, HQty.length) == ".") {
                    layer.msg("设备数量的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+$/;
                    if (!ref.test(HQty)) {
                        layer.msg("设备数量请输正确入数字!");
                        return;
                    }
                }
                var HDayMoney = $('#HDayMoney').val();
                if (HDayMoney.substring(HDayMoney.length - 1, HDayMoney.length) == ".") {
                    layer.msg("行业标准的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HDayMoney)) {
                        layer.msg("行业标准请输正确入数字!");
                        return;
                    }
                }
                var sMainStr = JSON.stringify(data.field) + ";" + sessionStorage["HUserName"];
                $.ajax({
                    type: "POST",
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/xmlLBM_Sc_ProcessExchangeBillList.aspx
@@ -14,7 +14,7 @@
            //OledbXMLReportData适合于Access等本地数据库,为了演示方便,这里从Grid++Report的Access例子数据库中获取报表数据
            //OledbXMLReportData.GenOneRecordset(this, "select * from Customers order by CustomerID");
            SqlXMLReportData.GenEntireData(this, "select  b.流水号,a.拆分号,a.流转卡数量,a.产品代码,a.单据号,a.产品规格,a.产品名称,a.日期,a.计划完工日期,a.单据号,b.工序名称,b.模具编号,b.工艺参数,b.加工说明,a.幅宽,a.克重,a.备注2,a.底部备注,a.客户,a.业务员,a.毛高,a.寸数组织,a.全毛长,a.坯布密度,a.毛纱名称及规格,a.底丝,a.定型浆料,a.交货日期 from h_v_Sc_ProcessExchangeBillQuery a left join h_v_Sc_ProcessExchangeBillQuerySub b on a.hmainid=b.hmainid   where b.hmainid="+Request.Params["linterid"] +"order by cast(b.流水号 as int)","select 1");
            SqlXMLReportData.GenEntireData(this, "select  b.流水号,a.拆分号,a.流转卡数量,a.产品代码,a.单据号,a.产品规格,a.产品名称,a.日期,a.计划完工日期,a.单据号,b.工序名称,b.模具编号,b.工艺参数,b.加工说明,a.幅宽,a.克重,a.备注2,a.底部备注,a.客户,a.业务员,a.毛高,a.寸数组织,a.全毛长,a.坯布密度,a.毛纱名称及规格,a.底丝,a.定型浆料,a.交货日期,a.染色要求 from h_v_Sc_ProcessExchangeBillQuery a left join h_v_Sc_ProcessExchangeBillQuerySub b on a.hmainid=b.hmainid   where b.hmainid="+Request.Params["linterid"] +"order by cast(b.流水号 as int)","select 1");
        }
    </script>
</head>
WebTM/views/»ù´¡×ÊÁÏ/¹¤×Ê»ù´¡×ÊÁÏ/Gy_Group.html
@@ -451,7 +451,7 @@
            //#region åˆ·æ–°
            function get_Refresh() {
                set_ClearQuery();
                get_Display(sWhere);
                get_FastQuery(1);
            }
            //#endregion
WebTM/views/»ù´¡×ÊÁÏ/¹¤×Ê»ù´¡×ÊÁÏ/Gy_Group_Add_Edit.html
@@ -345,6 +345,19 @@
                    layer.msg("名称不能为空!");
                    return;
                }
                var HEmpQty = $('#HEmpQty').val();
                if (HEmpQty.substring(HEmpQty.length - 1, HEmpQty.length) == ".") {
                    layer.msg("人数的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+$/;
                    if (!ref.test(HEmpQty)) {
                        layer.msg("人数请输正确入数字!");
                        return;
                    }
                }
                //if ($("#HProcID").val()=="0") {
                //    layer.msg("请选择工序!");
                //    return;
WebTM/views/»ù´¡×ÊÁÏ/Éú²ú»ù´¡×ÊÁÏ/Add_Edit_Gy_Process.html
@@ -77,6 +77,13 @@
                                                <input class="layui-input" name="HHelpCode" id="HHelpCode" autocomplete="off">
                                            </div>
                                        </div>
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">转标志</label>
                                            <div class="layui-input-inline">
                                                <input type="checkbox" name="checkboxHTProcessFlag" id="checkboxHTProcessFlag" lay-filter="checkboxHTProcessFlag" lay-skin="primary" value="true" title="是否转工序">
                                                <input type="hidden" value="false" name="HTProcessFlag" id="HTProcessFlag">
                                            </div>
                                        </div>
                                    </div>
                                    <div class="layui-row">
                                        <div class="layui-col-xs8 layui-inline">
@@ -126,7 +133,7 @@
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">班产定额</label>
                                            <div class="layui-input-inline">
                                                <input class="layui-input" name="HFixPrice" lay-verify="HFixPrice" id="HFixPrice" autocomplete="off">
                                                <input class="layui-input" name="HFixPrice" lay-verify="HFixPrice" id="HFixPrice" value="0" autocomplete="off">
                                            </div>
                                        </div>
@@ -143,13 +150,13 @@
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">条形码</label>
                                            <div class="layui-input-inline">
                                                <input class="layui-input" name="HBarCode" id="HBarCode" autocomplete="off">
                                                <input class="layui-input" name="HBarCodeForBase" id="HBarCodeForBase" autocomplete="off">
                                            </div>
                                        </div>
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">序号</label>
                                            <div class="layui-input-inline">
                                                <input type="text" name="HSno" id="HSno" lay-verify="" autocomplete="off" class="layui-input">
                                                <input type="text" name="HSno" id="HSno" lay-verify="" autocomplete="off" value="0" class="layui-input">
                                            </div>
                                        </div>
                                        <!--<div class="layui-col-xs4 layui-inline">
@@ -196,7 +203,7 @@
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">流转标记</label>
                                            <div class="layui-input-inline">
                                                <input type="checkbox" name="checkboxHTypeFlow" id="checkboxHTypeFlow" lay-skin="primary" lay-filter="checkboxHTypeFlow" value="true" title="是否禁用">
                                                <input type="checkbox" name="checkboxHTypeFlow" id="checkboxHTypeFlow" lay-skin="primary" lay-filter="checkboxHTypeFlow" value="true" title="是否流转">
                                                <input type="hidden" value="false" name="HTypeFlow" id="HTypeFlow">
                                            </div>
                                        </div>
@@ -205,14 +212,14 @@
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">核算标记</label>
                                            <div class="layui-input-inline">
                                                <input type="checkbox" name="checkboxHTypeCount" id="checkboxHTypeCount" lay-skin="primary" lay-filter="checkboxHTypeCount" value="true" title="是否禁用">
                                                <input type="checkbox" name="checkboxHTypeCount" id="checkboxHTypeCount" lay-skin="primary" lay-filter="checkboxHTypeCount" value="true" title="是否核算">
                                                <input type="hidden" value="false" name="HTypeCount" id="HTypeCount">
                                            </div>
                                        </div>
                                        <div class="layui-col-xs4 layui-inline">
                                            <label class="layui-form-label">自动移转</label>
                                            <div class="layui-input-inline">
                                                <input type="checkbox" name="checkboxHAutoTrunFlag" id="checkboxHAutoTrunFlag" lay-skin="primary" lay-filter="checkboxHAutoTrunFlag" value="true" title="是否禁用">
                                                <input type="checkbox" name="checkboxHAutoTrunFlag" id="checkboxHAutoTrunFlag" lay-skin="primary" lay-filter="checkboxHAutoTrunFlag" value="true" title="是否移转">
                                                <input type="hidden" value="false" name="HAutoTrunFlag" id="HAutoTrunFlag">
                                            </div>
                                        </div>
@@ -378,6 +385,12 @@
                $("#HStopflag").val(data.elem.checked);
            });
            //是否转工序
            form.on('checkbox(checkboxHTProcessFlag)', function (data) {
                $("#HTProcessFlag").val(data.elem.checked);
            });
            //流转标记按钮
            form.on('checkbox(checkboxHTypeFlow)', function (data) {
                $("#HTypeFlow").val(data.elem.checked);
@@ -495,6 +508,7 @@
                            var IsHTypeFlow = data.流转标记;
                            var IsHTypeCount = data.核算标记;
                            var IsHAutoTrunFlag = data.自动移转;
                            var HTProcessFlag = data.HTProcessFlag;
                            //禁用标记
                            if (IsHStopflag) {
                                $("input[name='checkboxHStopflag'][value='" + IsHStopflag + "']").attr("checked", true);
@@ -508,6 +522,9 @@
                            if (IsHAutoTrunFlag) {
                                $("input[name='checkboxHAutoTrunFlag'][value='" + IsHAutoTrunFlag + "']").attr("checked", true);
                            }
                            if (HTProcessFlag) {
                                $("input[name='checkboxHTProcessFlag'][value='" + HTProcessFlag + "']").attr("checked", true);
                            }
                            form.val("component-form-group", { //formTest å³ class="layui-form" æ‰€åœ¨å…ƒç´ å±žæ€§ lay-filter="" å¯¹åº”的值
                                "HNumber": data.工序代码
                                , "HItemID": data.HItemID
@@ -516,7 +533,7 @@
                                , "HLevel": data.等级
                                //, "HProcMulName": data.工段名称
                                //, "HProcMulID": data.工段ID
                                , "HBarCode": data.条形码
                                , "HBarCodeForBase": data.条形码
                                , "HHelpCode": data.助记码
                                , "HDeptName": data.部门
                                , "HDeptID": data.HDeptID
@@ -587,6 +604,43 @@
                //    layer.msg("请选择ERP工序!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                //    return;
                //}
                var HFixPrice = $('#HFixPrice').val();
                if (HFixPrice.substring(HFixPrice.length - 1, HFixPrice.length) == ".") {
                    layer.msg("班产定额的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HFixPrice)) {
                        layer.msg("班产定额请输正确入数字!");
                        return;
                    }
                }
                var HOverFixPrice = $('#HOverFixPrice').val();
                if (HOverFixPrice.substring(HOverFixPrice.length - 1, HOverFixPrice.length) == ".") {
                    layer.msg("加班补贴定额的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HOverFixPrice)) {
                        layer.msg("加班补贴定额请输正确入数字!");
                        return;
                    }
                }
                var HSno = $('#HSno').val();
                if (HSno.substring(HSno.length - 1, HSno.length) == ".") {
                    layer.msg("序号的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+$/;
                    if (!ref.test(HSno)) {
                        layer.msg("序号请输正确入数字!");
                        return;
                    }
                }
                var sMainStr = JSON.stringify(data.field) + ";" + sessionStorage["HUserName"];
                $.ajax({
                    type: "POST",
WebTM/views/»ù´¡×ÊÁÏ/Éú²ú»ù´¡×ÊÁÏ/Add_Edit_Gy_Source.html
@@ -423,6 +423,79 @@
                    layer.msg("请选择工作中心!", { icon: 5, btn: ['确认'], time: 100000, offset: 't', skin: 'layui-layer-lan', title: "温馨提示" });
                    return;
                }
                var HWorkTimes = $('#HWorkTimes').val();
                if (HWorkTimes.substring(HWorkTimes.length - 1, HWorkTimes.length) == ".") {
                    layer.msg("单班工时的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HWorkTimes)) {
                        layer.msg("单班工时请输正确入数字!");
                        return;
                    }
                }
                var HRelationID = $('#HRelationID').val();
                if (HRelationID.substring(HRelationID.length - 1, HRelationID.length) == ".") {
                    layer.msg("关联ID的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+$/;
                    if (!ref.test(HRelationID)) {
                        layer.msg("关联ID请输正确入数字!");
                        return;
                    }
                }
                var HMaxWorkTimes = $('#HMaxWorkTimes').val();
                if (HMaxWorkTimes.substring(HMaxWorkTimes.length - 1, HMaxWorkTimes.length) == ".") {
                    layer.msg("单班最大工时的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HMaxWorkTimes)) {
                        layer.msg("单班最大工时请输正确入数字!");
                        return;
                    }
                }
                var HMinAdd = $('#HMinAdd').val();
                if (HMinAdd.substring(HMinAdd.length - 1, HMinAdd.length) == ".") {
                    layer.msg("最小进阶的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HMinAdd)) {
                        layer.msg("最小进阶请输正确入数字!");
                        return;
                    }
                }
                var HClassCount = $('#HClassCount').val();
                if (HClassCount.substring(HClassCount.length - 1, HClassCount.length) == ".") {
                    layer.msg("每日班次的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HClassCount)) {
                        layer.msg("每日班次请输正确入数字!");
                        return;
                    }
                }
                var HOverTimes = $('#HOverTimes').val();
                if (HOverTimes.substring(HOverTimes.length - 1, HOverTimes.length) == ".") {
                    layer.msg("加班工时的结尾不能是.!");
                    return;
                } else {
                    var ref = /^[0-9]+\.?[0-9]*$/;
                    if (!ref.test(HOverTimes)) {
                        layer.msg("加班工时请输正确入数字!");
                        return;
                    }
                }
                var sMainStr = JSON.stringify(data.field) + ";" +sessionStorage["HUserName"];
                $.ajax({
                    type: "POST",
WebTM/views/»ù´¡×ÊÁÏ/Éú²ú»ù´¡×ÊÁÏ/Gy_Process.html
@@ -465,7 +465,7 @@
            //#region åˆ·æ–°
            function get_Refresh() {
                set_ClearQuery();
                get_Display(sWhere);
                get_FastQuery(1);
            }
            //#endregion
WebTM/views/»ù´¡×ÊÁÏ/Éú²ú»ù´¡×ÊÁÏ/Gy_Source.html
@@ -369,7 +369,7 @@
                        success: function (result) {
                            if (result.count == 1) {
                                layer.msg(result.Message, { icon: 1 });
                                get_Display(sWhere);
                                get_FastQuery(1);
                                layer.close(ajaxLoad);
                            } else {
                                layer.close(ajaxLoad);
WebTM/views/Éú²ú¹ÜÀí/Éú²úÈÎÎñµ¥/Sc_ICMOBillEdit_NoTable.html
@@ -238,6 +238,12 @@
                                    </div>
                                    <div class="layui-row">
                                        <div class="layui-inline">
                                            <label class="layui-form-label" style="width: 85px;">染色要求</label>
                                            <div class="layui-input-block" style="margin-left: 120px;">
                                                <input type="text" class="layui-input" name="HColorRemark" lay-verify="HColorRemark" id="HColorRemark" style="background-color:#efefef4d;display: inline-block;" readonly>
                                            </div>
                                        </div>
                                        <div class="layui-inline">
                                            <label class="layui-form-label" style="width: 85px;">计划开工日期</label>
                                            <div class="layui-input-block" style="margin-left: 115px;">
                                                <input type="date" class="layui-input" lay-verify="HPlanBeginDate" name="HPlanBeginDate" id="HPlanBeginDate" style="padding-left: 80px;">
@@ -743,6 +749,7 @@
                        $("#HUnitName").val(checkStatus.data[0].计量单位名称);//计量单位名称
                        $("#HWidth").val(checkStatus.data[0].HWidth);//幅宽
                        $("#HWeight").val(checkStatus.data[0].HWeight);//克重
                        $("#HColorRemark").val(checkStatus.data[0].染色要求);//克重
                        $("#HRemark").val(checkStatus.data[0].备注);//备注
                        layer.close(index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
@@ -971,6 +978,7 @@
                            , "HAuxUnitName": d.data[0].HAuxUnitName
                            , "HWidth": d.data[0].HWidth
                            , "HWeight": d.data[0].HWeight
                            , "HColorRemark": d.data[0].染色要求
                            //其他信息
                            , "hmakers": d.data[0].制单人
                            , "hmakedate": d.data[0].制单日期 == null ? "" : Format(new Date(d.data[0].制单日期), "yyyy-MM-dd")
WebTM/views/¼Æ»®¹ÜÀí/¹¤ÒÕ·Ïß/Gy_RoutingBillListQuery.html
@@ -159,7 +159,7 @@
            var option2 = [];
            var HModName = "Gy_RoutingBillListQuery";
            var titleData = ["hmainid", "单据类型", "HMaterID", "hunitid", "HOrgID", "HMainCenterID", "工作", "HMainProcID", "工序名称", "主运行时间", "运行时间单位", "主加工数量", "材质", "图号版本", "HMainGroupID", "班组", "工价", "标准资源数", "加资源增量", "减资源减量", "HItemID", "HPRDORGID"];//不需要显示的字段 å¯æ‰©å±•
            var titleData2 = ["hmainid", "hsubid", "程序号", "本工序确认记录", "自动移转", "换单准备时间", "本道准备时间", "上道循环周期", "上道固定天数", "开工余量(固数)", "开工余量(天数)", "标准定额", "报废单价", "不合格单价", "工序工价", "班产定额", "可操作设备数", "标准人数", "流转工序", "下道流转工序", "固定生产天数", "生产周期", "暂放区", "周转箱", "周转箱标准", "换模时间", "转移时间", "排队时间", "准备时间", "产线人数", "产线产能", "产线中心", "良率", "加工数量", "运行时间", "时间单位", "图纸编号", "模具编号", "良品仓", "报废品仓", "不良品仓", "工序类型", "hprocid", "HSupID", "HCenterID", "HCenterID_S", "工段", "开工余量天数", "开工余量固数", "累计良率", "超额比例", "HDayWorkQty", "HGroupID", "HWorkerID", "HSourceID", "加工单价", "HNextProcFlag", "HBadWHID", "HBadWHName", "HWasterWHID", "HWasterWHName", "HWHID", "HWHName", "供应商代码","供应商"];//不需要显示的字段 å¯æ‰©å±•
            var titleData2 = ["hmainid", "hsubid", "程序号", "本工序确认记录", "自动移转", "换单准备时间", "本道准备时间", "上道循环周期", "上道固定天数", "开工余量(固数)", "开工余量(天数)", "标准定额", "报废单价", "不合格单价", "工序工价", "班产定额", "可操作设备数", "标准人数", "流转工序", "下道流转工序", "固定生产天数", "生产周期", "暂放区", "周转箱", "周转箱标准", "换模时间", "转移时间", "排队时间", "准备时间", "产线人数", "产线产能", "产线中心", "良率", "加工数量", "运行时间", "时间单位", "图纸编号", "模具编号", "良品仓", "报废品仓", "不良品仓", "工序类型", "hprocid", "HSupID", "HCenterID", "HCenterID_S", "工段", "开工余量天数", "开工余量固数", "累计良率", "超额比例", "HDayWorkQty", "HGroupID", "HWorkerID", "HSourceID", "加工单价", "HNextProcFlag", "HBadWHID", "HBadWHName", "HWasterWHID", "HWasterWHName", "HWHID", "HWHName"];//不需要显示的字段 å¯æ‰©å±•
            //#endregion
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeBill.html
@@ -87,6 +87,12 @@
                                                <input type="datetime" class="layui-input" name="HDate" id="HDate">
                                            </div>
                                        </div>
                                        <div class="layui-col-xs3 layui-inline">
                                            <label class="layui-form-label">染色要求</label>
                                            <div class="layui-input-inline">
                                                <input type="text" class="layui-input" name="HColorRemark" id="HColorRemark" style="background-color:#efefef4d;" readonly>
                                            </div>
                                        </div>
                                        <!--<div class="layui-col-xs3 layui-inline">
            <label class="layui-form-label">订单跟踪号</label>
            <div class="layui-input-inline">
@@ -1018,7 +1024,7 @@
                    , { field: 'HCenterID', title: '工作中心ID', hide: true }
                    , { field: 'HCenterNumber', title: '工作中心代码', edit: 'text', event: "HWorkCenterCheck" }
                    , { field: 'HCenterName', title: '工作中心名称' }
                    , { field: 'HTechnologyParameter', title: '工艺参数', width: 500, style: "background-color: #e6e6e6" }
                    , { field: 'HTechnologyParameter', title: '工艺参数', width: 500, edit: 'text' }
                    , { field: 'HRemark', title: '备注', edit: 'text' }
                    , { field: 'HSupID', title: '供应商ID', hide: true }
                    , { field: 'HSupNumber', title: '供应商代码', edit: 'text', event: "HSupCheck" }
@@ -2023,6 +2029,7 @@
                                , "HEmpName": data.业务员
                                , "HCusID": data.HCusID
                                , "HCusNames": data.客户
                                , "HColorRemark": data.染色要求
                               
                                , "HProjectNum": data.项目编号
                                , "HVerNum": data.版本
@@ -2357,6 +2364,7 @@
                            $("#HEmpName").val(data.业务员);
                            $("#HCusID").val(data.HCusID);
                            $("#HCusNames").val(data.客户);
                            $("#HColorRemark").val(data.染色要求);
                            $("#HBLFlag").val(result.data[0].HBLFlag == 0 ? false : true);
                            $("input[name='isHBLFlag']").prop("checked", result.data[0].HBLFlag);//true:选中 false:不选中
                            form.render("checkbox");
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeBillList.html
@@ -203,7 +203,7 @@
            //
            var HModName = "Sc_ProcessExchangeBillList";
            //不需要显示的字段 å¯æ‰©å±• ï¼ˆä¸»è¡¨ï¼‰
            var titleData = ["HEntryID", "HWorkShopID", "HMaterID", "HSupID", "HPRDORGID", "HEquipMentID", "hsubid", "HICMOEntryID", "HDeptID", "hmainid", "hicmointerid", "HMaterID2", "HUnitID", "HBillType", "HRoutingBillID", "HAuxUnit"];
            var titleData = ["HEntryID", "HWorkShopID", "HMaterID", "HSupID", "HPRDORGID", "HEquipMentID", "hsubid", "HICMOEntryID", "HDeptID", "hmainid", "hicmointerid", "HMaterID2", "HUnitID", "HBillType", "HRoutingBillID", "HAuxUnit", "生产车间代码", "生产车间", "材质", "成品编号", "版本", "总装图号", "图号版本", "子件代码", "子件名称", "子件规格", "批号", "委外加工单位代码", "委外加工单位", "设备名称", "设备代码", "原料批次", "补料标记", "项目编号", "主要材料", "关键材料", "产品CODE", "销售订单号", "客户简称", "客户要求材料成分", "产品名称2", "客户名称", "生产备注", "重要提示", "原材料编号A", "原材料编号B", "原材料编号C", "原材料编号D", "原材料内码A", "原材料内码B", "原材料内码C", "原材料内码D", "日计划工单号", "客户编码", "芯体规格型号", "芯体物料代码", "源单客户代码", "HEmpID","HCusID"];
             //不需要显示的字段 å¯æ‰©å±• ï¼ˆå·¥è‰ºæµç¨‹ï¼‰
            var titleData2 = ["工序号", "出站报废关联数量", "HProcID", "工序代码", "HBackProc", "加工说明", "模具编号", "HCenterID", "工作中心代码", "HDeptID", "加工车间代码", "加工车间", "HGroupID", "班组代码", "班组", "HWorkerID", "操作工代码f", "操作工", "HSourceID", "生产资源代码", "生产资源", "计划数量", "hmainid", "单据号", "hicmointerid", "任务单号", "HICMOEntryID", "HWorkShopID", "生产车间代码", "生产车间", "HMaterID", "产品代码", "产品名称", "规格型号", "批号", "HUnitID", "单位代码", "单位", "生产数量", "计划开工日期", "计划完工日期", "摘要", "内部单据号", "委外订单内码", "委外订单子内码", "委外订单号", "HSupID", "供应商", "供应商代码", "表头备注", "HBillType", "isEntrust", "时间单位", "工序计划加工时间", "子计划开工日期", "子计划完工日期", "实际开工日期", "实际完工日期", "开工余量天数", "开工余量固数", "上道固定天数", "生产周期", "加工单价", "最后汇报日期", "加工费用金额", "末道工序", "首道工序", "行关闭人", "关闭类型", "流转卡数量", "委外工单数量", "不合格数量", "超额比例", "良率", "累计良率", "图纸编号", "本工序确认记录", "源单主内码", "源单子内码", "源单单号", "源单类型", "汇报数量", "HEntryID", "hsubid", "HPRDORGID", "组织", "HOrderProcNO"];
            //不需要显示的字段 å¯æ‰©å±• ï¼ˆå™¨å…·æ¸…单)
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessExchangeBill_CF.html
@@ -327,32 +327,34 @@
                    , { field: 'HProcID', title: '工序ID', hide: true }
                    , { field: 'HProcNumber', title: '工序代码', width: 120 }
                    , { field: 'HProcName', title: '工序名称', width: 120 }
                    , { field: 'HBackProc', title: '返工标志', templet: "#HBackProc", width: 120 }
                    , { field: 'HCenterID', title: '工作中心ID', hide: true }
                    , { field: 'HCenterNumber', title: '工作中心代码', width: 120 }
                    , { field: 'HCenterName', title: '工作中心名称', width: 120 }
                    , { field: 'HTechnologyParameter', title: '工艺参数', width: 120, edit: 'text' }
                    , { field: 'HRemark', title: '备注', edit: 'text', width: 120 }
                    , { field: 'HLeftQty', title: '可拆分数量', width: 120 }
                    , { field: 'HSplitQty', title: '拆分数量', width: 120, edit: 'text' }
                    , { field: 'HQty', title: '实际数量', width: 120 }
                    , { field: 'HWorkRemark', title: '加工说明', width: 120 }
                    , { field: 'HCenterID', title: '工作中心ID', hide: true }
                    , { field: 'HCenterNumber', title: '工作中心代码', width: 120}
                    , { field: 'HCenterName', title: '工作中心名称', width: 120 }
                    , { field: 'HDeptID', title: '部门ID', hide: true }
                    , { field: 'HDeptNumber', title: '部门代码', width: 120}
                    , { field: 'HDeptName', title: '部门', width: 120}
                    , { field: 'HGroupID', title: '班组ID', hide: true }
                    , { field: 'HGroupNumber', title: '班组代码', width: 120 }
                    , { field: 'HGroupName', title: '班组', width: 120}
                    , { field: 'HWorkerID', title: 'HWorkerID', hide: true }
                    , { field: 'HWorkerNumber', title: '操作员代码', width: 120 }
                    , { field: 'HWorkerName', title: '操作员', width: 120 }
                    , { field: 'HOutPrice', title: '加工单价', width: 120 }
                    , { field: 'HRemark', title: '备注', edit: 'text', width: 120 }
                    , { field: 'HOverRate', title: '超额比例', width: 120 }
                    , { field: 'HMaxQty', title: '最高上限', width: 120}
                    , { field: 'HPassRate', title: '良率', width: 120}
                    , { field: 'HSumPassRate', title: '累计良率', width: 120}
                    , { field: 'HPicNum', title: '图纸编号', width: 120 }
                    , { field: 'HProcCheckNote', title: '本工序确认记录', width: 120}
                    , { field: 'HTechnologyParameter', title: '工艺参数', width: 120 }
                    , { field: 'HBackProc', title: '返工标志', templet: "#HBackProc", width: 120 }
                    //, { field: 'HDeptID', title: '部门ID', hide: true }
                    //, { field: 'HDeptNumber', title: '部门代码', width: 120}
                    //, { field: 'HDeptName', title: '部门', width: 120}
                    //, { field: 'HGroupID', title: '班组ID', hide: true }
                    //, { field: 'HGroupNumber', title: '班组代码', width: 120 }
                    //, { field: 'HGroupName', title: '班组', width: 120}
                    //, { field: 'HWorkerID', title: 'HWorkerID', hide: true }
                    //, { field: 'HWorkerNumber', title: '操作员代码', width: 120 }
                    //, { field: 'HWorkerName', title: '操作员', width: 120 }
                    //, { field: 'HOutPrice', title: '加工单价', width: 120 }
                    //, { field: 'HOverRate', title: '超额比例', width: 120 }
                    //, { field: 'HMaxQty', title: '最高上限', width: 120}
                    //, { field: 'HPassRate', title: '良率', width: 120}
                    //, { field: 'HSumPassRate', title: '累计良率', width: 120}
                    //, { field: 'HPicNum', title: '图纸编号', width: 120 }
                    //, { field: 'HProcCheckNote', title: '本工序确认记录', width: 120}
                    , { field: 'HPrevSourceInterID', title: 'HPrevSourceInterID', hide: true }
                    , { field: 'HPrevSourceEntryID', title: 'HPrevSourceEntryID', hide: true }
                    //, { fixed: 'right', title: '操作', toolbar: '#barDemo' }