Commit bc044fdc authored by tanjunxin's avatar tanjunxin

fix: 生产版本隐藏最大小批量控件

parent d26db398
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :lg="6" :md="8" :sm="12" :xs="12"> <!-- <el-col :lg="6" :md="8" :sm="12" :xs="12">
<el-form-item label="最小批量" prop="minLot"> <el-form-item label="最小批量" prop="minLot">
<el-input-number <el-input-number
:min="1" :min="1"
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
placeholder="请输入最大批量" placeholder="请输入最大批量"
/> />
</el-form-item> </el-form-item>
</el-col> </el-col> -->
<el-col :lg="6" :md="8" :sm="12" :xs="12"> <el-col :lg="6" :md="8" :sm="12" :xs="12">
<el-form-item label="单位" prop="unitOfMeasure"> <el-form-item label="单位" prop="unitOfMeasure">
<el-input <el-input
......
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