Commit f8ef1bcd authored by Marcus's avatar Marcus

http://zentao.jdshangmen.com/bug-view-1765.html

新品名入仓数量非必填,只有计价单位是个 才是必填
parent 8dfee2d8
......@@ -309,9 +309,6 @@
</template>
</el-table-column>
<el-table-column label="数量" width="130px">
<template v-slot:header>
<span style="color: red">*</span> 数量
</template>
<template v-slot="{r,c,$index}">
<el-form-item :rules="tableFormRules.quantityAll" :prop="$index + '.quantityAll'">
<span v-if="tableData1[$index].id">{{ tableData1[$index].quantityAll }}</span>
......
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