home
This commit is contained in:
@@ -39,14 +39,14 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menu: [{url: '/pages/ProductManage/SboProdProgress', name: '生箔生产进度'}, {url: '/pages/ProductManage/SboProcess', name: '生箔工序'}, {url: '/pages/ProductManage/BakeProcess', name: '烘烤工序'}, {url: '/pages/ProductManage/PointManage', name: '点位管理'}, {url: '/pages/ProductManage/EmptyPipeInStore', name: '空管入库'}, {url: '/pages/ProductManage/EmptyPipeOutStore', name: '空管出库'}, {url: '/pages/ProductManage/ZjCasing', name: '子卷套管'}, {url: '/pages/ProductManage/ZjDelivery', name: '子卷配送'}, {url: '/pages/ProductManage/ZjInStore', name: '子卷进站'}, {url: '/pages/ProductManage/ZjOutStore', name: '子卷出站'}, {url: '/pages/WarehouseManage/SemifinishedInStore', name: '半成品入库'}, {url: '/pages/WarehouseManage/CheckList', name: '盘点管理'}, {url: '/pages/WarehouseManage/SemifinishedOutStore', name: '半成品出库'}, {url: '/pages/WarehouseManage/ReturngoodsInStore', name: '退货入库'}, {url: '/pages/WarehouseManage/ScrapInStore', name: '报废入库'}, {url: '/pages/WarehouseManage/InStoreConfirm', name: '生产入库'}, {url: '/pages/WarehouseManage/ProdDeliveryConfirm', name: '生产区发货确认'}, {url: '/pages/WarehouseManage/XuniDelivery', name: '虚拟区发货'}, {url: '/pages/WarehouseManage/EmptyInStore', name: '空载具入库'}, {url: '/pages/WarehouseManage/EmptyOutStore', name: '空载具出库'}, {url: '/pages/WarehouseManage/CustomerLabelPrint', name: '客户标签打印'}],
|
menu: [{url: '/pages/ProductManage/SboProdProgress', name: '生箔生产进度'}, {url: '/pages/ProductManage/SboProcess', name: '生箔工序'}, {url: '/pages/ProductManage/BakeProcess', name: '烘烤工序'}, {url: '/pages/ProductManage/ManmadeBake', name: '人工烘烤'}, {url: '/pages/ProductManage/PointManage', name: '点位管理'}, {url: '/pages/ProductManage/EmptyPipeInStore', name: '空管入库'}, {url: '/pages/ProductManage/EmptyPipeOutStore', name: '空管出库'}, {url: '/pages/ProductManage/ZjCasing', name: '子卷套管'}, {url: '/pages/ProductManage/ZjDelivery', name: '子卷配送'}, {url: '/pages/ProductManage/ZjInStore', name: '子卷进站'}, {url: '/pages/ProductManage/ZjOutStore', name: '子卷出站'}, {url: '/pages/WarehouseManage/SemifinishedInStore', name: '半成品入库'}, {url: '/pages/WarehouseManage/CheckList', name: '盘点管理'}, {url: '/pages/WarehouseManage/SemifinishedOutStore', name: '半成品出库'}, {url: '/pages/WarehouseManage/ReturngoodsInStore', name: '退货入库'}, {url: '/pages/WarehouseManage/ScrapInStore', name: '报废入库'}, {url: '/pages/WarehouseManage/InStoreConfirm', name: '生产入库'}, {url: '/pages/WarehouseManage/ProdDeliveryConfirm', name: '生产区发货确认'}, {url: '/pages/WarehouseManage/XuniDelivery', name: '虚拟区发货'}, {url: '/pages/WarehouseManage/EmptyInStore', name: '空载具入库'}, {url: '/pages/WarehouseManage/EmptyOutStore', name: '空载具出库'}, {url: '/pages/WarehouseManage/CustomerLabelPrint', name: '客户标签打印'}],
|
||||||
menuList: [],
|
menuList: [],
|
||||||
show: false,
|
show: false,
|
||||||
secM: []
|
secM: []
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
this._authority()
|
this._authority()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async _authority () {
|
async _authority () {
|
||||||
@@ -55,9 +55,9 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
toPage1 (e) {
|
toPage1 (e) {
|
||||||
if (e.sonTree.length > 0) {
|
if (e.sonTree.length > 0) {
|
||||||
this.show = true
|
this.show = true
|
||||||
this.secM = e.sonTree
|
this.secM = e.sonTree
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
toPage2 (e) {
|
toPage2 (e) {
|
||||||
@@ -132,40 +132,40 @@
|
|||||||
.menu-name
|
.menu-name
|
||||||
_font(28rpx, 38rpx, #444,,center)
|
_font(28rpx, 38rpx, #444,,center)
|
||||||
.sec_menu_wraper
|
.sec_menu_wraper
|
||||||
position fixed
|
position fixed
|
||||||
top 0
|
top 0
|
||||||
left 0
|
left 0
|
||||||
_wh(100%, 100%)
|
_wh(100%, 100%)
|
||||||
background-color rgba(0, 0, 0, .9)
|
background-color rgba(0, 0, 0, .9)
|
||||||
z-index 2017
|
z-index 2017
|
||||||
flex-direction column
|
flex-direction column
|
||||||
.sec_menu_w
|
.sec_menu_w
|
||||||
_fj()
|
_fj()
|
||||||
_wh(100%, calc(100% - 100rpx))
|
_wh(100%, calc(100% - 100rpx))
|
||||||
padding 0 24rpx
|
padding 0 24rpx
|
||||||
flex-wrap wrap
|
flex-wrap wrap
|
||||||
align-content center
|
align-content center
|
||||||
&::after
|
&::after
|
||||||
content ''
|
content ''
|
||||||
display block
|
display block
|
||||||
_wh(30%,0)
|
_wh(30%,0)
|
||||||
.sec_menu-col
|
.sec_menu-col
|
||||||
background-color transparent
|
background-color transparent
|
||||||
border none
|
border none
|
||||||
height auto
|
height auto
|
||||||
.sec_menu-col_inner
|
.sec_menu-col_inner
|
||||||
_fj(center)
|
_fj(center)
|
||||||
_wh(160rpx, 160rpx)
|
_wh(160rpx, 160rpx)
|
||||||
border-radius 50%
|
border-radius 50%
|
||||||
background-color $yellow
|
background-color $yellow
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
.menu-name_inner
|
.menu-name_inner
|
||||||
color #fff
|
color #fff
|
||||||
padding 0 20rpx
|
padding 0 20rpx
|
||||||
.cancel
|
.cancel
|
||||||
_wh(100%, 100rpx)
|
_wh(100%, 100rpx)
|
||||||
padding 0 24rpx
|
padding 0 24rpx
|
||||||
overflow hidden
|
overflow hidden
|
||||||
background-color rgba(255, 255, 255, .3)
|
background-color rgba(255, 255, 255, .3)
|
||||||
box-shadow 0 1rpx 4rpx 0 rgba(160,160,160,0.9)
|
box-shadow 0 1rpx 4rpx 0 rgba(160,160,160,0.9)
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user