半成品入库

This commit is contained in:
2023-08-29 16:24:54 +08:00
parent 884b694322
commit c148d53c0a
4 changed files with 53 additions and 3 deletions

View File

@@ -24,6 +24,18 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path" : "pages/modules/SemifinishedInStore",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/modules/SemifinishedMaterSearch",
"style": {
"navigationStyle": "custom"
}
},
{ {
"path" : "pages/modules/equip-inspection", "path" : "pages/modules/equip-inspection",
"style": { "style": {

View File

@@ -84,9 +84,9 @@
}) })
}, },
async toLogin() { async toLogin() {
// uni.redirectTo({ uni.redirectTo({
// url: '/pages/home/home' url: '/pages/home/home'
// }) })
this.disabled = true this.disabled = true
if (this.user === '') { if (this.user === '') {
uni.showToast({ uni.showToast({

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>

View File

@@ -0,0 +1,19 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
};
}
}
</script>
<style lang="stylus">
</style>