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