南骏 池
2025-11-14 7191f9f0f70b4e83c0cad690c00af9d8ae141a62
1.一键调拨刷新不清除条码。
已修改2个文件
7 ■■■■ 文件已修改
H5/Js/Yjdb.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Yjdb.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Yjdb.js
@@ -149,7 +149,10 @@
                        that.ItemYsDetail = tbBillList.ysDetails || []; // 已扫
                        that.$refs.barcode.focus();
                        that.barcode = "";
                        that.sectionCode = tbBillList.allList[0].inKw;
                        var firstItemInKw = tbBillList.allList[0].inKw;
                        if (firstItemInKw !== null && firstItemInKw !== '') {
                            that.sectionCode = firstItemInKw;
                        }
                        // 重置库位查询中所有行的选中状态
                        that.currentIndex = -1;
                        that.ItemBarKw = [];
H5/Yjdb.aspx
@@ -160,5 +160,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="Js/Yjdb.js?<%=12 %>"></script>
 <script src="Js/Yjdb.js?<%=13 %>"></script>
</asp:Content>