cnf
昨天 4c0ba269c0d38ab9743659292fcc8cdb1e6a5da7
scllhb修改
已修改2个文件
10 ■■■■ 文件已修改
H5/Js/Scllhb.js 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Scllhb.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Scllhb.js
@@ -78,7 +78,7 @@
            var that = this;
            if (that.modeInfo.daa001.length <= 0) {
                that.$toast.fail("汇报单号不能为空!");
                that.$toast.fail("合并单号不能为空!");
                that.$playSound('error');
                return;
            }
@@ -134,7 +134,7 @@
            var that = this;
            if (that.modeInfo.daa001.length <= 0) {
                that.$toast.fail("工单单号不能为空!");
                that.$toast.fail("合并单号不能为空!");
                that.$playSound('error');
                return;
            }
@@ -159,7 +159,7 @@
            //}
            that.isLoading = true;
            that.AxiosHttp("post", 'Womdaa/ScanCodeCF', {
            that.AxiosHttp("post", 'Womdaahb/ScanCodeCF', {
                hbNo: that.modeInfo.daa001,
                userName: that.userInfo.loginAccount,
                barcode: that.scanInfo.barcode,
@@ -175,7 +175,7 @@
                        that.$notify({ type: 'success', message: json.message });
                        that.$playSound('success');
                        //that.sendMessage(json.data.tbBillList);
                        that.sendMessage(json.data.tbBillList);
                        that.$refs.barcode.focus();
                        that.getModel();
H5/Scllhb.aspx
@@ -133,5 +133,5 @@
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Scllhb.js?<%=1234 %>"></script>
    <script src="Js/Scllhb.js?<%=1235 %>"></script>
</asp:Content>