入库
@@ -59,6 +59,14 @@
|
||||
,{
|
||||
"path" : "pages/modules/rawmater-outstore",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
}
|
||||
,{
|
||||
"path" : "pages/modules/carry-task",
|
||||
"style" :
|
||||
{
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
||||
@@ -32,9 +32,13 @@
|
||||
return {
|
||||
userName: '',
|
||||
menuList: [
|
||||
{id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'},
|
||||
{id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'},
|
||||
{id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'}
|
||||
// {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'},
|
||||
// {id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'},
|
||||
// {id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'}
|
||||
{id: '1', name: '原材料入库', icon: 'RF03', path: '/pages/modules/rawmater-instore'},
|
||||
{id: '2', name: '原材料出库', icon: 'RF07', path: '/pages/modules/rawmater-outstore'},
|
||||
{id: '3', name: '搬运任务', icon: 'RF01', path: '/pages/modules/carry-task'},
|
||||
{id: '4', name: '组盘解绑', icon: 'RF04', path: '/pages/modules/zupan-unbind'}
|
||||
]
|
||||
};
|
||||
},
|
||||
|
||||
@@ -12,13 +12,17 @@
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">子托盘号</view>
|
||||
<view class="filter_input_wraper">
|
||||
<input type="text" class="filter_input" v-model="val2">
|
||||
<search-box
|
||||
v-model="val2"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">母托盘号</view>
|
||||
<view class="filter_input_wraper">
|
||||
<input type="text" class="filter_input" v-model="val3">
|
||||
<search-box
|
||||
v-model="val3"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
@@ -30,8 +34,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submit-bar_new">
|
||||
<button class="zd-col-5 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-13 submit-button_new" :class="{'btn-disabled': !val1 || !val2 || !val3 || !val4}" :disabled="disabled" @tap="_yclrk">确认</button>
|
||||
<button class="zd-col-7 submit-button_c" @tap="toClear">清空</button>
|
||||
<button class="zd-col-15 submit-button_new" :class="{'btn-disabled': !val1 || !val2 || !val3 || !val4}" :disabled="disabled" @tap="_yclrk">确认</button>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -39,9 +43,11 @@
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import {pointSearch, yclrk} from '@/utils/getData1.js'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
export default {
|
||||
components: {
|
||||
NavBar
|
||||
NavBar,
|
||||
SearchBox
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
BIN
static/image/menu/RF04.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
static/image/menu/RF05.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
static/image/menu/RF06.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/image/menu/RF07.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
static/image/menu/RF08.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
static/image/menu/RF09.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
static/image/menu/RF10.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |