Merge branch 'master' of http://43.142.96.171:8080/r/~cnf/JH/JH_PdaClient
| | |
| | | ref="shdh" |
| | | v-model="shdh" |
| | | label="送货单号" |
| | | clearable |
| | | placeholder="送货单号" |
| | | @keyup.enter.native="GetItemsShdh" |
| | | autofocus="true" |
| | |
| | | </asp:Content> |
| | | |
| | | <asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server"> |
| | | <script src="Js/DhdshQs.js?<%=1112 %>"></script> |
| | | <script src="Js/DhdshQs.js?<%=1114 %>"></script> |
| | | </asp:Content> |
| | |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | |
| | | } |
| | | that.isLoading = false; |
| | | }) |
| | |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | // that.scanInfo = json.data.tbBillList; |
| | | |
| | | that.$notify({ type: 'success', message: json.message }); |
| | | that.GetItemsShdh(); |
| | | that.shdh = ""; |
| | | } |
| | | else { |
| | | that.$toast.fail(json.message); |
| | | that.shdh = ""; |
| | | } |
| | | that.isLoading = false; |
| | | that.$refs.Bar.focus(); |
| | | that.Bar = ""; |
| | | that.shdh = ""; |
| | | }) |
| | | .catch(function (error) { |
| | | that.isLoading = false; |