YL
2022-02-16 c0b6dc25287cdb0753c174a57c0c898ddcb50b41
采购入库单页签代码恢复及修改
3个文件已修改
57 ■■■■■ 已修改文件
WebTM/views/仓存管理/仓库调拨/Kf_MoveStockBill_Fast.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/销售出库/Kf_SellOutBill_Fast.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html 53 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/²Ö´æ¹ÜÀí/²Ö¿âµ÷²¦/Kf_MoveStockBill_Fast.html
@@ -1126,6 +1126,7 @@
                                        layer.closeAll("loading");
                                    }
                                });
                                $("#HSourceBillNo").attr("disabled", "true");
                            }
                            else {
                                playSound();
WebTM/views/ÁìÁÏ·¢»õ/ÏúÊÛ³ö¿â/Kf_SellOutBill_Fast.html
@@ -391,7 +391,7 @@
                        $("#HBillNo").val(d.data[0].HBillNo);
                        $("#HBillType").val(d.data[0].HSourceBillType);
                        $("#HSourceBillNo").val(d.data[0].HSourceBillNo);
                        $("#HSourceBillNo").attr("disabled", "true");
                        HSourceFlag = true;
                        //$("#HWHID").val(d.data[0].HWhID);
                        //$("#HStockPlaceID").val(d.data[0].HSPID);
@@ -1225,6 +1225,7 @@
                                      layer.close(index);
                                  }
                                });
                                $("#HSourceBillNo").attr("disabled", "true");
                                layer.close(index);
                            }
                            else {
WebTM/views/ÑéÊÕÈë¿â/Í⹺Èë¿â/Kf_POStockInBill_Fast.html
@@ -49,7 +49,7 @@
                            <li lay-id="2" style="padding:1px;">单据信息</li>
                            <li lay-id="3" style="padding:1px;">物料清单</li>
                            <li lay-id="4" style="padding:1px;">明细清单</li>
                            <li lay-id="4" style="padding:1px;">合计信息</li>
                            <li lay-id="5" style="padding:1px;">合计信息</li>
                        </ul>
                        <div class="layui-tab-content">
                            <!--源单信息-->
@@ -895,12 +895,41 @@
                                        if (result.data.hSourceBillTypeField == "1102") {
                                            $("#HBillType").val("1102");
                                        }
                                        else if (result.data.hSourceBillTypeField == "1103") {
                                            $("#HBillType").val("1103");
                                        }
                                        else {
                                            $("#HBillType").val("手工录入");
                                        }
                                        $("#HNote").val(";物料条码");
                                        element.tabChange('tab-POStockInBill', '3');
                                    }
                                }
                                layer.load(3)
                                table.render({
                                    elem: '#wl-table'
                                    , url: GetWEBURL() + '/POStockInBill/DisBillEntryList_Webs_Json'
                                    , where: { HBillID: sInterID, HBillType: '1201', sWhere: '' }
                                    , cellMinWidth: 115
                                    , cols: [[
                                        { type: 'radio' }
                                        , { field: 'HQty', title: '数量', sort: true, width: 100 }
                                        , { field: 'HQtyMust', title: '应收数量', sort: true, width: 100 }
                                        , { field: 'HMaterNumber', title: '物料代码', sort: true, width: 200 }
                                        , { field: 'HMaterName', title: '物料名称', sort: true, width: 200 }
                                        , { field: 'HMaterModel', title: '规格型号', sort: true, width: 200 }
                                        , { field: 'HSourceInterID', title: '源单主内码', sort: true, width: 200 }
                                        , { field: 'HSourceEntryID', title: '源单子内码', sort: true, width: 200 }
                                        , { field: 'HSourceBillNo', title: '源单单号', sort: true, width: 200 }
                                        , { field: 'HBatchNo', title: '批次', sort: true, width: 200 }
                                    ]]
                                    , height: 500
                                    , done: function () {
                                        layer.closeAll("loading");
                                    }
                                });
                                $.ajax({
                                    url: GetWEBURL() + '/MateOutBill/DisBillEntryList_Webs_New_Json1',
                                    type: "GET",
@@ -935,28 +964,6 @@
                    });
                }
            });
        var listOption = {
            elem: '#wl-table'
            , toolbar: '#toolbarDemo'
            , cellMinWidth: 90
            , cols: [[
                { type: 'radio' }
                , { field: 'HSNO', title: '序号', width: 60 }
                , { field: 'HQty', title: '数量', width: 80 }
                , { field: 'HQtyMust', title: '应发数量', width: 80 }
                , { field: 'HMaterNumber', title: '物料代码', width: 150 }
                , { field: 'HMaterName', title: '物料名称', width: 150 }
                , { field: 'HMaterModel', title: '规格型号', width: 150 }
                , { field: 'HSourceInterID', title: '源单主内码', width: 150 }
                , { field: 'HSourceEntryID', title: '源单子内码', width: 150 }
                , { field: 'HSourceBillNo', title: '源单单号', width: 150 }
                , { field: 'HBatchNo', title: '批次', width: 150 }
            ]]
            , height: 500
            , done: function () {
                layer.closeAll("loading");
            }
        }
        function playSound() {
            var audio = document.getElementById("cs");