ch
2022-10-25 93c726c837be5eecadc040253cc6c24acd16efe0
WebTM/views/³µ¼ä¹ÜÀí/½ÐÁϹÜÀí/½ÐÁÏÍËÁϵ¥/Jl_CallGoodsBillBackMain.html
@@ -107,7 +107,7 @@
                                            <label class="layui-form-label">仓库接收</label>
                                            <div class="layui-input-block" style="margin-left: 120px;width: 184px;">
                                                <select name="HCKStatus" lay-verify="HCKStatus" id="HCKStatus">
                                                    <option value="全部" >全部</option>
                                                    <option value="全部">全部</option>
                                                    <option value="已接收">已接收</option>
                                                    <option value="未接收">未接收</option>
                                                </select>
@@ -264,7 +264,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '物料列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_MaterialList.html', 'yes']
                    , content: ['../../../Baseset/基础资料/Gy_MaterialList.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -290,7 +290,7 @@
                    , area: ['90%', '90%']//大小
                    , title: '生产车间列表'//标题
                    , shift: 2//弹出动画
                    , content: ['../../Baseset/基础资料/Gy_DepartmentList.html', 'yes']
                    , content: ['../../../Baseset/基础资料/Gy_DepartmentList.html', 'yes']
                    , btn: ['确定', '取消']
                    , btn1: function (index, layero) {//按钮【按钮一】的回调
                        var iframeWindow = window['layui-layer-iframe' + index]  //获取弹框页面
@@ -342,7 +342,7 @@
                $("#ProcMul").val("");//工段
                $("#HPZStatus").val("全部");//品质确认
                $("#HCKStatus").val("全部");//仓库接收
                form.render('select');
                $("#btnSearch").click();//刷新
                sWhere = "";
            }
@@ -360,7 +360,7 @@
                            option.data = data1.data;
                            table.render(option);
                            layer.close(ajaxLoad);
                            //layer.alert("查询成功", { icon: 1 });
                        } else {
                            layer.close(ajaxLoad);
                            layer.alert(data1.code + data1.Message, { icon: 5 });
@@ -400,7 +400,7 @@
                    Hmaker: Hmaker,
                    HOrgID: HOrgID,
                    HPZStatus: HPZStatus,
                    HCKStatus: HCKStatus
                    HCKStatus: HCKStatus,
                }
                get_Display(JSON.stringify(sWhere));
@@ -595,6 +595,7 @@
                })
            }
            //#endregion
            //以上是layui模块