yusijie
2026-01-30 cb2d97d64d7f506cf952d0bd468d31c842c4d891
WebTM/views/ÎïÁ÷¹ÜÀí/ÔËÊ䶨λ/Add_Edit_WL_YayBill.html
@@ -679,14 +679,14 @@
                , upload = layui.upload
                , element = layui.element;
            var option = [];
            var sBillType = "3321";
            var sBillType = "6667";
            var HModName = "Add_Edit_Gy_QCVerificationBill"
            //#endregion
            //#region è¿›å…¥é¡µé¢å³åŠ è½½
            //#region ã€åŠ¨æ€èŽ·å–æ¨¡å—åç§°ã€‘
            var HModuleType = "3321";
            var HModuleType = "6667";
            //通过单据类型,从数据库动态获取单据模块命名,引用js文件 PageTitle.js
            var HPageTitle = get_PageTitle(HModuleType) == "" ? $("h1").html() : get_PageTitle(HModuleType);
            $("h1").html('<b>' + HPageTitle + '</b>');
@@ -1642,7 +1642,7 @@
                    , { field: 'HMouldWidth', title: '容器宽度'}
                    , { field: 'HMouldHeight', title: '容器高度'}
                    , { field: 'HMouldFoldHeight', title: '折叠高度'}
                    , { field: 'HSNP', title: '标准包装数量'}
                    , { field: 'HSNP', title: '标准包装数量', edit: 'text'}
                    , { field: 'HMouldQty', title: '包装容器数量', edit: 'text'}
                    , { field: 'HQty', title: '物料数量', edit: 'text'}
                    , { field: 'HVolume', title: '体积'}
@@ -1834,7 +1834,7 @@
                                    {
                                        "HSourceInterID": tableSub[i].源单主内码, "HSourceEntryID": tableSub[i].源单子内码, "HSourceBillNo": tableSub[i].源单单据,"HMaterID": tableSub[i].HMaterID, "HMaterNumber": tableSub[i].物料代码, "HMaterName": tableSub[i].物料名称,
                                        "HUnitID": tableSub[i].HUnitID, "HMouldID": tableSub[i].HMouldID, "HMouldNumber": tableSub[i].器具号, "HMouldName": tableSub[i].器具名称,
                                        "HMouldLength": tableSub[i].容器长度, "HMouldWidth": tableSub[i].容器宽度, "HMouldHeight": tableSub[i].容器高度, "HMouldFoldHeight": tableSub[i].容器折叠高度, "HSNP": tableSub[i].标准包装数量, "HMouldQty": tableSub[i].包装容器数量, "HQty": tableSub[i].物料数量, "HQty_origin": tableSub[i].HQty, "HVolume": rowVolume, "HScatteredVolume": tableSub[i].零单占用体积
                                        "HMouldLength": tableSub[i].容器长度, "HMouldWidth": tableSub[i].容器宽度, "HMouldHeight": tableSub[i].容器高度, "HMouldFoldHeight": tableSub[i].容器折叠高度, "HSNP": tableSub[i].标准包装数量, "HMouldQty": tableSub[i].包装容器数量, "HQty": tableSub[i].物料数量, "HQty_origin": tableSub[i].物料数量, "HVolume": rowVolume, "HScatteredVolume": tableSub[i].零单占用体积
                                    }
                                )
                            }
@@ -1973,6 +1973,7 @@
                                            HMouldLength: checkStatus.data[0].长度,
                                            HMouldWidth: checkStatus.data[0].宽度,
                                            HMouldFoldHeight: checkStatus.data[0].折叠高度,
                                            HSNP: checkStatus.data[0].容器包装产品数量,
                                        });
                                    } else {
@@ -1996,6 +1997,7 @@
                                                "HMouldLength": checkStatus.data[i].长度,
                                                "HMouldWidth": checkStatus.data[i].宽度,
                                                "HMouldFoldHeight": checkStatus.data[i].折叠高度,
                                                "HSNP": checkStatus.data[i].容器包装产品数量,
                                            });
                                        }
                                        option.data = buttonArr;