| | |
| | | // 存储选中行数据对象 |
| | | selItem: {} , |
| | | ItemBarKw: [],//当天行相关条码库位信息 |
| | | DaaInfo: {}, |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | that.ItemDetail = json.data.tbBillList; |
| | | that.DaaInfo = json.data.tbBillList.daaInfo; |
| | | that.modeInfo.planNo = json.data.tbBillList.planNo; |
| | | that.modeInfo.startTime = json.data.tbBillList.startTime; |
| | | that.$refs.barcode.focus(); |
| | | // 重置所有行的选中状态 |
| | | that.currentIndex = -1; |
| | |
| | | that.$refs.daa001.focus(); |
| | | that.modeInfo.daa001 = ""; |
| | | that.modeInfo.planNo = ""; |
| | | that.modeInfo.startTime = ""; |
| | | that.ItemDetail = []; |
| | | } |
| | | that.isLoading = false; |
| | |
| | | that.itemInfo = json.data.tbBillList; |
| | | that.actions = json.data.tbBillList.map(item => { |
| | | return { |
| | | name: item.daaInfo // 拼接字段 |
| | | |
| | | name: item.daaInfo, // 拼接字段 |
| | | subname: item.startTime |
| | | }; |
| | | }); |
| | | } |