modified: src/page/PackingLedgerDetails/index.vue
modified: src/views/quality/Packaging_ledger/index.vue
modified: vue.config.js
| | |
| | | <template> |
| | | <div > |
| | | <el-card class="box-card" v-for="(el,item) in testStandardParams" > |
| | | <div class="app"> |
| | | <el-card class="card" v-for="(el,item) in testStandardParams" > |
| | | <div> |
| | | <el-form :model="el" label-width="80px"> |
| | | <el-form-item label="序号:"> |
| | |
| | | </script> |
| | | |
| | | <style> |
| | | .box-card{ |
| | | .app{ |
| | | /* position: relative; */ |
| | | height: 100%; |
| | | overflow: auto; |
| | | } |
| | | .card{ |
| | | margin: 20px; |
| | | border-radius: 40px; |
| | | } |
| | |
| | | export default { |
| | | data(){ |
| | | return { |
| | | str:"http://192.168.2.213:8080/#/pack?id=50", |
| | | str:"http://192.168.2.213:8080/#/pack?id=", |
| | | qrData:[], |
| | | diaPrintTab: false, |
| | | multipleSelection: [], |
| | |
| | | */ |
| | | |
| | | |
| | | //const url = 'http://192.168.2.7:9999' |
| | | // const url = 'http://192.168.32.45:9999' |
| | | const url = 'http://192.168.2.7:9999' |
| | | |
| | | // const url = 'http://localhost:9999' |
| | | |