库存管理
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
{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: '4', name: '点位管理', icon: 'RF04', path: '/pages/modules/point-manage'}
|
{id: '4', name: '库存管理', icon: 'RF04', path: '/pages/modules/point-manage'}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="zd_container">
|
<view class="zd_container">
|
||||||
<nav-bar title="点位管理"></nav-bar>
|
<nav-bar title="库存管理"></nav-bar>
|
||||||
<view class="zd_content">
|
<view class="zd_content">
|
||||||
<view class="item-wrapper">
|
<view class="item-wrapper">
|
||||||
<view class="item-wrap" v-for="(e, i) in dataList" :key="i">
|
<view class="item-wrap" v-for="(e, i) in dataList" :key="i">
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="zd-row">
|
<view class="zd-row">
|
||||||
<view class="zd-col-11">
|
<view class="zd-col-11">
|
||||||
<input type="number" class="zd-col-24 item-font-3" v-model="e.material_qty">
|
<input type="number" maxlength="5" class="zd-col-24 item-font-3" v-model="e.material_qty">
|
||||||
</view>
|
</view>
|
||||||
<view class="zd-col-9">
|
<view class="zd-col-9">
|
||||||
<button class="submit-button_new" :disabled="disabled" @tap="_changePointQty(e)">更改固化室库存</button>
|
<button class="submit-button_new" :disabled="disabled" @tap="_changePointQty(e)">更改固化室库存</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user