fix: 1960 新增抱杆类型时无法确定是数量管理or编码管理
This commit is contained in:
parent
edf5a6ffd5
commit
57efbcfbf9
|
|
@ -166,6 +166,13 @@
|
|||
>
|
||||
数量管理
|
||||
</el-tag>
|
||||
<el-tag
|
||||
size="mini"
|
||||
type="warning"
|
||||
v-if="row.manageType == '2'"
|
||||
>
|
||||
成套管理
|
||||
</el-tag>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
@ -340,6 +347,9 @@
|
|||
<el-option value="1" label="数量管理"
|
||||
>数量管理</el-option
|
||||
>
|
||||
<el-option value="2" label="数量管理"
|
||||
>成套管理</el-option
|
||||
>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
Loading…
Reference in New Issue