update
This commit is contained in:
parent
1b3fdbd75e
commit
a86973f3e0
@ -229,6 +229,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "规格管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehouse/manage/TypeManagement",
|
||||
"style": {
|
||||
"navigationBarTitleText": "类型管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehouse/manage/batch",
|
||||
|
||||
@ -0,0 +1,38 @@
|
||||
<template>
|
||||
<view class="typeManagement-container">
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: "typeManagement",
|
||||
components: {
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
};
|
||||
},
|
||||
computed: {},
|
||||
onLoad: function (options) {},
|
||||
onReady() {},
|
||||
onShow() {
|
||||
|
||||
},
|
||||
|
||||
mounted() {},
|
||||
methods: {
|
||||
|
||||
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "@/styles/variables.scss";
|
||||
|
||||
</style>
|
||||
@ -34,7 +34,7 @@
|
||||
</view>
|
||||
<view class="warehouse-item-name">类型管理</view>
|
||||
</view>
|
||||
<view class="warehouse-item" @click="skipu('classifyList')">
|
||||
<view class="warehouse-item" @click="skipu('TypeManagement')">
|
||||
<view class="warehouse-item-img">
|
||||
<u--image
|
||||
src="../../static/warehouse/classify.png"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user