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(); }