change - 物料信息页面优化

master
yinq 2 months ago
parent 0f1c764cac
commit 43046e0a46

@ -269,16 +269,16 @@
<el-table-column label="旧物料编码" align="center" prop="oldMaterialCode"/>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['mes:materialinfo:edit']"
v-if="scope.row.materialClassfication === MATERIAL_CLASSFICATION.ERP"
>修改
</el-button>
<!-- <template slot-scope="scope">-->
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="text"-->
<!-- icon="el-icon-edit"-->
<!-- @click="handleUpdate(scope.row)"-->
<!-- v-hasPermi="['mes:materialinfo:edit']"-->
<!-- v-if="scope.row.materialClassfication === MATERIAL_CLASSFICATION.ERP"-->
<!-- >修改-->
<!-- </el-button>-->
<!-- <el-button-->
<!-- size="mini"-->
<!-- type="text"-->
@ -464,7 +464,7 @@
<el-dialog :title="title" :visible.sync="batchOpen" width="700px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-form-item label="安全库存数量" prop="safeStockAmount">
<el-input-number v-model="form.safeStockAmount" placeholder="请输入安全库存数量" :min="1" :max="10000000000"
<el-input-number v-model="form.safeStockAmount" placeholder="请输入安全库存数量" :min="0" :max="10000000000"
style="width:180px"/>
</el-form-item>
</el-form>

Loading…
Cancel
Save