cdk
2025-11-19 3840a854c56e77b3fa65270117084c5282dd78f3
到货单收货修改判断逻辑
已修改2个文件
10 ■■■■ 文件已修改
H5/Dhdsh.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Dhdsh.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Dhdsh.aspx
@@ -188,5 +188,5 @@
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Dhdsh.js?<%=1111111111 %>"></script>
    <script src="Js/Dhdsh.js?<%=111111111 %>"></script>
</asp:Content>
H5/Js/Dhdsh.js
@@ -47,7 +47,13 @@
                    if (json.status == 0) {
                        that.ItemList = json.data.tbBillList;
                        that.dhdGuid = json.data.tbBillList[0].ddhid;
                        for (let i = 0; i < json.data.tbBillList.length; i++) {
                            if (json.data.tbBillList[i].ddhid) {
                                that.dhdGuid = json.data.tbBillList[i].ddhid;
                                foundValidDdhid = true;
                                break;
                            }
                        }
                        that.BarList = json.data.tbMesItems;
                        that.$refs.Bar.focus();
                    }