| | |
| | | //扫码 |
| | | getScan() { |
| | | var that = this; |
| | | if (this.isLoading) { |
| | | return; |
| | | } |
| | | if (that.modeInfo.daa001.length <= 0) { |
| | | that.$toast.fail("委外工单不能为空!"); |
| | | return; |
| | |
| | | }, |
| | | //拆分 |
| | | getChaiFen() { |
| | | if (this.isLoading) { |
| | | return; |
| | | } |
| | | var that = this; |
| | | if (that.modeInfo.daa001.length <= 0) { |
| | | that.$toast.fail("委外工单号不能为空!"); |
| | |
| | | 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; |