modified: src/const/website.js
new file: src/page/PackingLedgerDetails/index.vue
modified: src/router/page/index.js
modified: src/views/plan/manufacturingorder/index.vue
modified: src/views/quality/Packaging_ledger/index.vue
modified: vue.config.js
| | |
| | | copyright: 'Copyright © 2021 chinaztt.com. All rights reserved.', |
| | | isFirstPage: true, // é
ç½®é¦é¡µä¸å¯å
³é |
| | | key: 'ztt', // é
置主é®,ç®åç¨äºåå¨ |
| | | whiteList: ['/login', '/404', '/401', '/lock'], // é
ç½®æ æéå¯ä»¥è®¿é®çé¡µé¢ |
| | | whiteTagList: ['/login', '/404', '/401', '/lock'], // é
ç½®ä¸æ·»å tagsé¡µé¢ ï¼'/advanced-router/mutative-detail/*'ââ*为éé
ç¬¦ï¼ |
| | | whiteList: ['/login', '/404', '/401', '/lock',"/pack"], // é
ç½®æ æéå¯ä»¥è®¿é®çé¡µé¢ |
| | | whiteTagList: ['/login', '/404', '/401', '/lock',"/pack"], // é
ç½®ä¸æ·»å tagsé¡µé¢ ï¼'/advanced-router/mutative-detail/*'ââ*为éé
ç¬¦ï¼ |
| | | fistPage: { |
| | | label: 'é¦é¡µ', |
| | | value: '/wel/index', |
¶Ô±ÈÐÂÎļþ |
| | |
| | | <template> |
| | | <div > |
| | | <el-card class="box-card"> |
| | | <div slot="header" class="clearfix"> |
| | | <span>å
è£
详æ
</span> |
| | | </div> |
| | | <div> |
| | | <el-table |
| | | :data="testStandardParams" |
| | | highlight-current-row |
| | | height="700" |
| | | class="txt" |
| | | stripe |
| | | > |
| | | <el-table-column |
| | | type ="index" |
| | | label="åºå·" |
| | | align="center" |
| | | width="80" |
| | | /> |
| | | <el-table-column |
| | | label="产å" |
| | | prop="product" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | /> |
| | | <el-table-column |
| | | label="产åç¼å·" |
| | | prop="productNo" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="æ¹æ¬¡å·" |
| | | prop="outBatchNo" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="è§æ ¼åå·" |
| | | prop="specs" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="åä½" |
| | | prop="unit" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="æ°é" |
| | | prop="number" |
| | | align="center" |
| | | show-overflow-tooltip |
| | | width="80" |
| | | ></el-table-column> |
| | | </el-table> |
| | | </div> |
| | | </el-card> |
| | | <!-- <div style="padding:40px 180px;"> |
| | | <div slot="header" class="clearfix"> |
| | | <span>å
è£
å°è´¦è¯¦æ
</span> |
| | | </div> |
| | | <el-card> |
| | | <el-table |
| | | :data="testStandardParams" |
| | | highlight-current-row |
| | | height="700" |
| | | class="txt" |
| | | stripe |
| | | > |
| | | <el-table-column |
| | | type ="index" |
| | | label="åºå·" |
| | | align="center" |
| | | width="80" |
| | | /> |
| | | <el-table-column |
| | | label="产å" |
| | | prop="product" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | /> |
| | | <el-table-column |
| | | label="产åç¼å·" |
| | | prop="productNo" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="æ¹æ¬¡å·" |
| | | prop="outBatchNo" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="è§æ ¼åå·" |
| | | prop="specs" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="åä½" |
| | | prop="unit" |
| | | show-overflow-tooltip |
| | | align="center" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="æ°é" |
| | | prop="number" |
| | | align="center" |
| | | show-overflow-tooltip |
| | | width="80" |
| | | ></el-table-column> |
| | | </el-table> |
| | | </el-card> |
| | | </div> --> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import {list} from '@/api/quality/Packaging_ledger' |
| | | |
| | | export default{ |
| | | data(){ |
| | | return{ |
| | | testStandardParams:[] |
| | | } |
| | | }, |
| | | created() { |
| | | this.chuaxun() |
| | | }, |
| | | methods: { |
| | | chuaxun(){ |
| | | list({packageBoxId:50}).then((res) =>{ |
| | | console.log(res,"1111111"); |
| | | this.testStandardParams = res.data.data |
| | | }) |
| | | }, |
| | | } |
| | | } |
| | | |
| | | </script> |
| | | |
| | | <style> |
| | | .txt{ |
| | | font-size: 16px; |
| | | } |
| | | </style> |
| | |
| | | |
| | | export default [ |
| | | { |
| | | path: '/pack', |
| | | name: 'å
è£
详æ
', |
| | | component: () => import(/* webpackChunkName: "page" */ '@/page/PackingLedgerDetails/index'), |
| | | meta: { |
| | | keepAlive: true, |
| | | isTab: false, |
| | | isAuth: false |
| | | } |
| | | }, |
| | | { |
| | | path: '/thirdpartylogin', |
| | | name: 'ç¬¬ä¸æ¹ç»å½é¡µ', |
| | | component: () => |
| | |
| | | </el-dialog> |
| | | </basic-container> |
| | | <!-- æ ç¾æå° --> |
| | | <el-dialog title="æ ç¾å表" :visible.sync="diaPrintTab" width="500px" top="5vh"> |
| | | <el-dialog title="æ ç¾å表" :visible.sync="diaPrintTab" width="28%" top="5vh"> |
| | | <div style="width:100%;height: 400px;overflow-y: auto;"> |
| | | <div class="dia_body"> |
| | | <el-checkbox |
| | |
| | | <vueQr :text="JSON.stringify(item.code)" :size="80" :margin="2"></vueQr> |
| | | </el-col> |
| | | </el-row> --> |
| | | <div style="display: flex;"> |
| | | <div> |
| | | <el-row style="font-size: 14px;padding-left: 20px;"> |
| | | <el-col style="font-weight: bold;">{{ item.pName }}</el-col> |
| | | </el-row> |
| | | <div style="display: flex;"> |
| | | <div> |
| | | <el-col :span="8" :offset="2"> |
| | | <el-col :span="8" :offset="4"> |
| | | <vueQr :text="JSON.stringify(item.code)" :size="120" :margin="2"></vueQr> |
| | | </el-col> |
| | | </div> |
| | | <div style="margin-left: 20px;width: 100%;"> |
| | | <el-row > |
| | | <el-col style="font-weight: bold;"><span>æ¹æ¬¡å·: </span>{{ item.code.moNo2 }}</el-col> |
| | | <div style="margin-left: 50px;width: 100%;"> |
| | | <el-row style="margin-top: 10px;"> |
| | | <el-col style="font-weight: bold;font-size: 14px;"><span>æ¹ æ¬¡ å·: </span>{{ item.code.moNo2 }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px;"> |
| | | <el-col style="font-weight: bold;"><span>订åå·: </span>{{ item.orderNo }}</el-col> |
| | | <el-row style="margin-top: 9px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>订 å å·: </span>{{ item.orderNo }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px;"> |
| | | <el-row style="margin-top: 9px;font-size: 14px;"> |
| | | <el-col style="font-weight: bold;"><span>客æ·åç§°: </span>{{ item.cName }}</el-col> |
| | | </el-row> |
| | | <el-row style="margin-top: 5px;"> |
| | | <el-col style="font-weight: bold;">{{ item.pName }}</el-col> |
| | | </el-row> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </el-card> |
| | | </el-checkbox-group> |
| | | </div> |
| | |
| | | <el-row> |
| | | <el-col :span="10" :offset="3">å
è£
å°è´¦äºç»´ç ï¼</el-col> |
| | | <el-col :span="10"> |
| | | <vueQr :text="JSON.stringify(item)" :size="110" :margin="1"></vueQr> |
| | | <vueQr :text=str :size="110" :margin="1"></vueQr> |
| | | </el-col> |
| | | </el-row> |
| | | </el-card> |
| | |
| | | export default { |
| | | data(){ |
| | | return { |
| | | str:"http://192.168.2.213:8080/#/pack", |
| | | 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://192.168.2.7:9999' |
| | | const url = 'http://192.168.32.45:9999' |
| | | //const url = 'http://192.168.2.7:9999' |
| | | //const url = 'http://192.168.32.45:9999' |
| | | |
| | | // const url = 'http://192.168.0.23:9999' |
| | | |
| | | // const url = 'http://localhost:9999' |