feat(卷管理): 在技术页面添加优品卷标签页
添加优品卷标签页并设置默认激活,同时新增对应的查询参数配置
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<el-tabs class="app-container" v-model="activeTab">
|
||||
<el-tab-pane label="优品卷" name="third">
|
||||
<BasePage :qrcode="qrcode" :querys="querys3" :labelType="labelType" :hideWarehouseQuery="hideWarehouseQuery"
|
||||
:hideType="hideType" />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="待收卷" name="second">
|
||||
<BasePage :qrcode="qrcode" :querys="querys2" :labelType="labelType" :hideWarehouseQuery="hideWarehouseQuery"
|
||||
:hideType="hideType" :editWarehouse="editWarehouse" />
|
||||
@@ -8,6 +12,7 @@
|
||||
<BasePage :qrcode="qrcode" :querys="querys" :labelType="labelType" :hideWarehouseQuery="hideWarehouseQuery"
|
||||
:hideType="hideType" :editWarehouse="editWarehouse" />
|
||||
</el-tab-pane>
|
||||
|
||||
</el-tabs>
|
||||
</template>
|
||||
|
||||
@@ -21,7 +26,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
qrcode: false,
|
||||
activeTab: 'second',
|
||||
activeTab: 'third',
|
||||
querys: {
|
||||
dataType: 1,
|
||||
status: 0,
|
||||
@@ -34,6 +39,12 @@ export default {
|
||||
nextWarehouseId: '2019583656787259393', // 技术部逻辑库
|
||||
// materialType: '废品'
|
||||
},
|
||||
querys3: {
|
||||
dataType: 1,
|
||||
status: 0,
|
||||
qualityStatus: 'O'
|
||||
// materialType: '废品'
|
||||
},
|
||||
hideWarehouseQuery: true,
|
||||
showAbnormal: true,
|
||||
labelType: '2',
|
||||
|
||||
Reference in New Issue
Block a user