修改了安瑞到货确认序号显示,采购入库界面默认进去扫源单,扫完源单鼠标自动跳转条码框功能
5个文件已修改
11 ■■■■ 已修改文件
WebTM/views/仓存管理/仓库调拨/Kf_MoveStockBill_Fast.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/仓存管理/条码库存/KF_ICInventoryByMaterID.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast_AR.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/领料发货/领料出库/Kf_MateOutBackBill_Fast.html 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/²Ö´æ¹ÜÀí/²Ö¿âµ÷²¦/Kf_MoveStockBill_Fast.html
@@ -58,7 +58,7 @@
                                                <option value="-1">手工录入</option>
                                                <option value="3720">生产任务单-投料</option>
                                                <option value="1243">调拨申请单</option>
                                                <option value="1201">委外订单-投料</option>
                                                <option value="1604">委外订单-投料</option>
                                                <option value="1402">发货通知单</option>
                    <!--<option value="1234">下架通知单</option>
                    <option value="1243">调拨申请单</option>-->
WebTM/views/²Ö´æ¹ÜÀí/ÌõÂë¿â´æ/KF_ICInventoryByMaterID.html
@@ -212,7 +212,7 @@
                    , shade: 0.6 //遮罩透明度
                    , maxmin: true //允许全屏最小化
                    , anim: 0 //0-6的动画形式,-1不开启
                    , content: ['../../../views/Baseset/基础资料/Gy_WarehouseList.html?Type=HFIFOWHID', 'yes']
                    , content: ['../../../views/Baseset/基础资料/Gy_WarehouseList.html?Type=HWHID', 'yes']
                    , resize: false
                    , cancel: function () {
                        //$(".layui-btn").removeClass("layui-btn-disabled");
WebTM/views/ÁìÁÏ·¢»õ/ÊÕÁÏÈë¿â/Kf_ReciveBill_Fast_AR.html
@@ -392,6 +392,8 @@
                    //, { field: 'HInterID', title: '主内码', sort: true, width: 200 }
                    //, { field: 'HEntryID', title: '子内码', sort: true, width: 200 }
                    //, { field: 'HPieceQty', title: '条码数量', width: 150 }
                    , { type: 'numbers', title: '序号', totalRow: true }
                    //, { field: 'numbers', title: '序号', width: 60, totalRow: true }
                    , { field: 'HQty', title: '数量', edit: 'text', totalRow: true }
                    //, { field: 'HQtyMust', title: '订单数量' }
                    , { field: 'HNumber', title: '物料代码' }
WebTM/views/ÁìÁÏ·¢»õ/ÁìÁϳö¿â/Kf_MateOutBackBill_Fast.html
@@ -1093,7 +1093,8 @@
                , page: true
                , cols: [[
                    { type: 'radio' }
                    , { field: 'HSNO', title: '序号', width: 60 }
                    , { type: 'numbers', title: '序号', totalRow: true }
                    , { field: 'HSNO', title: '序号', width: 60, totalRow: true  }
                    , { field: 'HQty', title: '数量', width: 80, totalRow: true}
                    , { field: 'HQtyMust', title: '应发数量', width: 80, totalRow: true }
                    , { field: 'HMaterNumber', title: '物料代码', width: 150 }
WebTM/views/ÑéÊÕÈë¿â/Í⹺Èë¿â/Kf_POStockInBill_Fast.html
@@ -1170,6 +1170,8 @@
                            sessionStorage["SourceFlag"] = true;
                            layer.load(3);
                            element.tabChange('tab-POStockInBill', '2');
                            var pFocus = $("#HBarCode");
                            pFocus.focus();
                            table.render({
                                elem: '#wl-table'