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