Commit ca963126 authored by Damon's avatar Damon

Merge branch 'dev-1.5.0' into test

parents aeac9741 85b1e6e4
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
}, },
{ {
pathName: 'warehouse/spare', pathName: 'warehouse/spare',
title: '备件库', title: '物料库',
value: '', value: '',
icon: process.uniEnv.qn_base_url + 'wodebeijian.png', icon: process.uniEnv.qn_base_url + 'wodebeijian.png',
imageStyle: 'width:60rpx;height:54rpx' imageStyle: 'width:60rpx;height:54rpx'
......
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
const max = v.stock + Number(v.useStock) const max = v.stock + Number(v.useStock)
v.min = 1 v.min = 1
v.checked = false v.checked = false
v.quantity = max v.quantity = 1
v.max = max v.max = max
const images = v.images ? v.images.split(',') : [] const images = v.images ? v.images.split(',') : []
v.images = images[0] v.images = images[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment