新框架PDA前端(祈禧6月初版本)
南骏 池
2025-11-25 408b576b8aa155c9f7c8b919be3cd82be52a1da8
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();
                    }