wbc
2025-11-01 84fa56a40a0d3f8ac2d6f77b88a78c2803a9dbff
Merge branch 'master' of http://43.142.96.171:8080/r/~cnf/JH/JH_PdaClient
已修改2个文件
8 ■■■■ 文件已修改
H5/DhdshQs.aspx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/DhdshQs.js 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/DhdshQs.aspx
@@ -73,6 +73,7 @@
                    ref="shdh"
                    v-model="shdh"
                    label="送货单号"
                    clearable
                    placeholder="送货单号"
                    @keyup.enter.native="GetItemsShdh" 
                    autofocus="true"
@@ -189,5 +190,5 @@
</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>
H5/Js/DhdshQs.js
@@ -53,6 +53,7 @@
                    }
                    else {
                        that.$toast.fail(json.message);
                    }
                    that.isLoading = false;
                })
@@ -85,15 +86,19 @@
                    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;