modified: src/views/common/qrCodeApp.vue
modified: src/views/product/workbench/productInDialog.vue
modified: src/views/quality/Packaging_ledger/index.vue
modified: vue.config.js
| | |
| | | created() { }, |
| | | methods: { |
| | | openCamera(){ |
| | | this.camera="front" |
| | | this.camera="rear" |
| | | }, |
| | | //回调扫描结果 |
| | | onDecode(result) { |
| | |
| | | this.workstationFeedList = [] |
| | | if (this.workstationId && this.workstationId != null) { |
| | | let operationTaskId=JSON.parse(localStorage.getItem("OPERATION_TASK_ID")) |
| | | console.log(operationTaskId,"111111"); |
| | | query.operationTaskId=operationTaskId |
| | | getWorkstationFeed(query, this.workstationId) |
| | | .then((response) => { |
| | |
| | | export default { |
| | | data(){ |
| | | return { |
| | | str:"http://192.168.2.213:8080/#/pack?id=", |
| | | str:"http://192.168.2.213:8080/#/pack?id=50", |
| | | qrData:[], |
| | | diaPrintTab: false, |
| | | multipleSelection: [], |
| | |
| | | */ |
| | | |
| | | |
| | | //const url = 'http://192.168.2.7:9999' |
| | | const url = 'http://192.168.2.7:9999' |
| | | // const url = 'http://192.168.32.45:9999' |
| | | |
| | | const url = 'http://localhost:9999' |
| | | // const url = 'http://localhost:9999' |
| | | |
| | | |
| | | const localUrl = 'http://localhost:8089' |