添加页面
This commit is contained in:
18
pages.json
18
pages.json
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
,{
|
,{
|
||||||
"path" : "pages/manage/group-in-storage",
|
"path" : "pages/manage/mater-in-storage",
|
||||||
"style" :
|
"style" :
|
||||||
{
|
{
|
||||||
"navigationStyle": "custom"
|
"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": {
|
"globalStyle": {
|
||||||
// "pageOrientation": "landscape",
|
// "pageOrientation": "landscape",
|
||||||
|
|||||||
@@ -32,10 +32,12 @@
|
|||||||
return {
|
return {
|
||||||
userName: '',
|
userName: '',
|
||||||
menuList: [
|
menuList: [
|
||||||
{title: '组盘入库', icon: 'RF03', path: '/pages/manage/group-in-storage'},
|
{title: '物料入库', icon: 'RF03', path: '/pages/manage/mater-in-storage'},
|
||||||
{title: '空框送回', icon: 'RF01', path: '/pages/manage/empty-tray-back'},
|
{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: 'RF06', path: '/pages/manage/area-lock'},
|
||||||
{title: '补空托', icon: 'RF04', path: '/pages/manage/fill-tray'}
|
{title: '补空框', icon: 'RF04', path: '/pages/manage/fill-tray'}
|
||||||
],
|
],
|
||||||
show: false,
|
show: false,
|
||||||
secM: []
|
secM: []
|
||||||
|
|||||||
19
pages/manage/empty-material-racks-back.vue
Normal file
19
pages/manage/empty-material-racks-back.vue
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<template>
|
||||||
|
<view>
|
||||||
|
|
||||||
|
</view>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="stylus">
|
||||||
|
|
||||||
|
</style>
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
<view class="zd_wrapper">
|
<view class="zd_wrapper">
|
||||||
<view class="zd-row border-bottom">
|
<view class="zd-row border-bottom">
|
||||||
<view class="zd-col-5">
|
<view class="zd-col-5">
|
||||||
<span class="filter_label">载具编码</span>
|
<span class="filter_label">当前点位</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-19">
|
<view class="zd-col-19">
|
||||||
<search-box
|
<search-box
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom">
|
<view class="zd-row border-bottom">
|
||||||
<view class="zd-col-5">
|
<view class="zd-col-5">
|
||||||
<span class="filter_label">地面点位</span>
|
<span class="filter_label">载具号</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-19">
|
<view class="zd-col-19">
|
||||||
<search-box
|
<search-box
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-row border-bottom">
|
<view class="zd-row border-bottom">
|
||||||
<view class="zd-col-5">
|
<view class="zd-col-5">
|
||||||
<span class="filter_label">订单编码</span>
|
<span class="filter_label">订单号</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-19">
|
<view class="zd-col-19">
|
||||||
<input type="number" class="filter_input" v-model="val3">
|
<input type="number" class="filter_input" v-model="val3">
|
||||||
@@ -41,10 +41,10 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-row">
|
<view class="zd-row">
|
||||||
<view class="zd-col-5">
|
<view class="zd-col-5">
|
||||||
<span class="filter_label">当前工序</span>
|
<span class="filter_label">目的地</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-19 filter_select">
|
<view class="zd-col-19">
|
||||||
<uni-data-select v-model="index1" :localdata="options1" @change="selectChange1"></uni-data-select>
|
<input type="number" class="filter_input" v-model="val5">
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
19
pages/manage/material-transfer.vue
Normal file
19
pages/manage/material-transfer.vue
Normal 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
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
BIN
static/image/menu/RF05.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user