|
@@ -263,7 +263,7 @@
|
|
|
>
|
|
|
<a-input-number
|
|
|
style="width: 100%"
|
|
|
- :min="1"
|
|
|
+ :min="0"
|
|
|
v-decorator="['maxStock']" />
|
|
|
</a-form-item>
|
|
|
</row-item>
|
|
@@ -275,7 +275,7 @@
|
|
|
>
|
|
|
<a-input-number
|
|
|
style="width: 100%"
|
|
|
- :min="1"
|
|
|
+ :min="0"
|
|
|
v-decorator="['minStock']" />
|
|
|
</a-form-item>
|
|
|
</row-item>
|
|
@@ -594,7 +594,7 @@ export default {
|
|
|
// 如果是空标识添加
|
|
|
if (this.BaseTool.Object.isBlank(record)) {
|
|
|
this.modalTitle = '添加'
|
|
|
- /*this.isAdd = true*/
|
|
|
+ /* this.isAdd = true */
|
|
|
this.$refs.imageUpload.base(1, [])
|
|
|
return
|
|
|
}
|
|
@@ -744,7 +744,7 @@ export default {
|
|
|
this.unitName = null
|
|
|
this.unitNameBz = null
|
|
|
this.gg = null
|
|
|
- /*this.isAdd = true*/
|
|
|
+ /* this.isAdd = true */
|
|
|
this.data = []
|
|
|
if (this.BaseTool.Object.isNotBlank(values)) {
|
|
|
this.$emit('ok', values)
|