南骏 池
2025-11-24 dcc306696bd702d2b5092729d8dcf41e308a9251
H5/Js/Wwck.js
@@ -131,6 +131,9 @@
        //扫码
        getScan() {
            var that = this;
            if (this.isLoading) {
                return;
            }
            if (that.modeInfo.daa001.length <= 0) {
                that.$toast.fail("委外工单不能为空!");
                return;
@@ -173,6 +176,9 @@
        },
        //拆分
        getChaiFen() {
            if (this.isLoading) {
                return;
            }
            var that = this;
            if (that.modeInfo.daa001.length <= 0) {
                that.$toast.fail("委外工单号不能为空!");
@@ -200,6 +206,8 @@
                    if (json.status == 0) {
                        //  that.modeInfo = json.data.tbBillList;
                        that.$notify({ type: 'success', message: json.message });
                        that.$playSound('success');
                        that.sendPrintMessage(json.data.tbBillList);
                        that.getModel();
                        that.$refs.barcode.focus();
                        that.scanInfo.barcode = null;