Commit fc6f13f9 authored by zhengyi's avatar zhengyi

新建订单商品的件数起始为1件

parent d4024cb8
......@@ -275,7 +275,7 @@
{{ $t('件数') }} <span class="red">*</span>
</template>
<template slot-scope="{row}">
<el-input-number :min="0" :controls="false" style="width: 65px" v-model.number="row.num"
<el-input-number :min="1" :controls="false" style="width: 65px" v-model.number="row.num"
:disabled="!canAddProduct || !productEditable"/>
</template>
</el-table-column>
......@@ -1624,7 +1624,7 @@ export default {
worth: '',
volume: '',
weight: '',
num: ''
num: 1
})
},
// 更新路线并打印来源
......
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