添加页面

This commit is contained in:
2024-08-22 13:34:51 +08:00
parent 44ea40fe02
commit cf138cf88b
8 changed files with 66 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
}
,{
"path" : "pages/manage/group-in-storage",
"path" : "pages/manage/mater-in-storage",
"style" :
{
"navigationStyle": "custom"
@@ -50,6 +50,22 @@
}
}
,{
"path" : "pages/manage/empty-material-racks-back",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/material-transfer",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",

View File

@@ -32,10 +32,12 @@
return {
userName: '',
menuList: [
{title: '组盘入库', icon: 'RF03', path: '/pages/manage/group-in-storage'},
{title: '框送回', icon: 'RF01', path: '/pages/manage/empty-tray-back'},
{title: '物料入库', icon: 'RF03', path: '/pages/manage/mater-in-storage'},
{title: '外协区空笼框送回', icon: 'RF01', path: '/pages/manage/empty-tray-back'},
{title: '外协区空料架送回', icon: 'RF05', path: '/pages/manage/empty-material-racks-back'},
{title: '物料转运', icon: 'RF02', path: '/pages/manage/material-transfer'},
{title: '区域锁定', icon: 'RF06', path: '/pages/manage/area-lock'},
{title: '补空', icon: 'RF04', path: '/pages/manage/fill-tray'}
{title: '补空', icon: 'RF04', path: '/pages/manage/fill-tray'}
],
show: false,
secM: []

View File

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

View File

@@ -5,7 +5,7 @@
<view class="zd_wrapper">
<view class="zd-row border-bottom">
<view class="zd-col-5">
<span class="filter_label">载具编码</span>
<span class="filter_label">当前点位</span>
</view>
<view class="zd-col-19">
<search-box
@@ -15,7 +15,7 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-5">
<span class="filter_label">地面点位</span>
<span class="filter_label">载具号</span>
</view>
<view class="zd-col-19">
<search-box
@@ -25,7 +25,7 @@
</view>
<view class="zd-row border-bottom">
<view class="zd-col-5">
<span class="filter_label">订单编码</span>
<span class="filter_label">订单</span>
</view>
<view class="zd-col-19">
<input type="number" class="filter_input" v-model="val3">
@@ -41,10 +41,10 @@
</view>
<view class="zd-row">
<view class="zd-col-5">
<span class="filter_label">当前工序</span>
<span class="filter_label">目的地</span>
</view>
<view class="zd-col-19 filter_select">
<uni-data-select v-model="index1" :localdata="options1" @change="selectChange1"></uni-data-select>
<view class="zd-col-19">
<input type="number" class="filter_input" v-model="val5">
</view>
</view>
</view>

View File

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

BIN
static/image/menu/RF02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
static/image/menu/RF05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB