This commit is contained in:
2024-03-11 10:17:56 +08:00
parent 6858ccc787
commit b0c83e480f
13 changed files with 26 additions and 8 deletions

View File

@@ -59,6 +59,14 @@
,{ ,{
"path" : "pages/modules/rawmater-outstore", "path" : "pages/modules/rawmater-outstore",
"style" : "style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/carry-task",
"style" :
{ {
"navigationStyle": "custom" "navigationStyle": "custom"
} }

View File

@@ -32,9 +32,13 @@
return { return {
userName: '', userName: '',
menuList: [ menuList: [
{id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'}, // {id: '1', name: '人工排产', icon: 'RF01', path: '/pages/modules/man-paichan'},
{id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'}, // {id: '2', name: '涂线板', icon: 'RF02', path: '/pages/modules/wire-board'},
{id: '3', name: '物料库存', icon: 'RF03', path: '/pages/modules/mater-inventory'} // {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'}
] ]
}; };
}, },

View File

@@ -12,13 +12,17 @@
<view class="filter_item"> <view class="filter_item">
<view class="filter_label">子托盘号</view> <view class="filter_label">子托盘号</view>
<view class="filter_input_wraper"> <view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val2"> <search-box
v-model="val2"
/>
</view> </view>
</view> </view>
<view class="filter_item"> <view class="filter_item">
<view class="filter_label">母托盘号</view> <view class="filter_label">母托盘号</view>
<view class="filter_input_wraper"> <view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val3"> <search-box
v-model="val3"
/>
</view> </view>
</view> </view>
<view class="filter_item"> <view class="filter_item">
@@ -30,8 +34,8 @@
</view> </view>
</view> </view>
<view class="zd-row submit-bar_new"> <view class="zd-row submit-bar_new">
<button class="zd-col-5 submit-button_c" @tap="toClear">清空</button> <button class="zd-col-7 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-15 submit-button_new" :class="{'btn-disabled': !val1 || !val2 || !val3 || !val4}" :disabled="disabled" @tap="_yclrk">确认</button>
</view> </view>
</view> </view>
</template> </template>
@@ -39,9 +43,11 @@
<script> <script>
import NavBar from '@/components/NavBar.vue' import NavBar from '@/components/NavBar.vue'
import {pointSearch, yclrk} from '@/utils/getData1.js' import {pointSearch, yclrk} from '@/utils/getData1.js'
import SearchBox from '@/components/SearchBox.vue'
export default { export default {
components: { components: {
NavBar NavBar,
SearchBox
}, },
data() { data() {
return { return {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB