fix: 1960 新增抱杆类型时无法确定是数量管理or编码管理

This commit is contained in:
binbin_pan 2024-06-13 10:17:09 +08:00
parent edf5a6ffd5
commit 57efbcfbf9
1 changed files with 10 additions and 0 deletions

View File

@ -166,6 +166,13 @@
> >
数量管理 数量管理
</el-tag> </el-tag>
<el-tag
size="mini"
type="warning"
v-if="row.manageType == '2'"
>
成套管理
</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
@ -340,6 +347,9 @@
<el-option value="1" label="数量管理" <el-option value="1" label="数量管理"
>数量管理</el-option >数量管理</el-option
> >
<el-option value="2" label="数量管理"
>成套管理</el-option
>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>