modified: src/views/quality/Packaging_ledger/index.vue
modified: src/views/warehouse/pallettransports/index.vue
modified: vue.config.js
| | |
| | | export default { |
| | | data(){ |
| | | return { |
| | | str:"http://192.168.2.213:8080/#/pack?id=", |
| | | str:"https://ztms-mes.chinaztt.cn/#/pack?id=", |
| | | qrData:[], |
| | | diaPrintTab: false, |
| | | multipleSelection: [], |
| | |
| | | ...mapGetters(['permissions']) |
| | | }, |
| | | watch:{ |
| | | // palletTransportsMaterialMultipleSelection(newVal){ |
| | | // if(newVal.length>0){ |
| | | // this.palletTransportsMaterialSelectionChange(newVal) |
| | | // }else{ |
| | | // this.palletTransportsDetailData = [] |
| | | // } |
| | | // } |
| | | // palletTransportsChange(val){ |
| | | // console.log("====="); |
| | | // if(val){ |
| | | // console.log(val); |
| | | // console.log(this.command,"11111") |
| | | // }else{ |
| | | // console.log("--"); |
| | | // } |
| | | // } |
| | | command: { |
| | | handler(newVal) { |
| | | if (newVal != '') { |
| | | // 当 aa 为空字符串时触发的操作 |
| | | console.log('aa is now empty'); |
| | | } |
| | | }, |
| | | } |
| | | }, |
| | | created() { |
| | | if(this.permissions.warehouse_pallettransports_edit){ |
| | |
| | | */ |
| | | |
| | | |
| | | // const url = 'http://192.168.32.45:9999' |
| | | // const url = 'http://192.168.2.63:9999' |
| | | // const url = 'http://192.168.2.7:9999' |
| | | const url = 'https://ztms-mes.chinaztt.cn/' |
| | | |
| | | const url = 'http://localhost:9999' |
| | | // const url = 'http://localhost:9999' |
| | | |
| | | |
| | | const localUrl = 'http://localhost:8089' |