| | |
| | | that.barInfoList = json.data.tbBarInfoList; |
| | | } else { |
| | | that.barInfoList = []; |
| | | that.modeInfo.deptSectionCode = ''; |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | } |
| | | that.isLoading = false; |
| | | }) |
| | |
| | | if (json.status == 0) { |
| | | Object.assign(that.scanInfo, json.data.tbBarInfo); |
| | | } else { |
| | | that.scanInfo.barcode = ''; |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | } |
| | |
| | | that.tbItemInfo = json.data.tbItemInfo; |
| | | } else { |
| | | that.tbItemInfo = []; |
| | | that.itemNo.barCode = ''; |
| | | that.itemNo.itemNo = ''; |
| | | that.$toast.fail(json.message); |
| | | that.$playSound('error'); |
| | | } |
| | | that.isLoading = false; |
| | | }) |