|
|
@ -298,17 +298,7 @@
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
|
|
|
<el-form-item label="存量提醒数:" prop="invRemindNumber" class="query-form-item">
|
|
|
|
|
|
|
|
<el-input-number
|
|
|
|
|
|
|
|
:min="0"
|
|
|
|
|
|
|
|
:precision='0' :step='1'
|
|
|
|
|
|
|
|
placeholder="请输入工位存量提醒数"
|
|
|
|
|
|
|
|
v-model="formData.invRemindNumber" style="width: 80%"
|
|
|
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
|
|
|
></el-input-number>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
<el-form-item label="提醒方式:" prop="warnType" class="query-form-item">
|
|
|
|
<el-form-item label="提醒方式:" prop="warnType" class="query-form-item">
|
|
|
@ -429,6 +419,17 @@
|
|
|
|
></el-input>
|
|
|
|
></el-input>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
|
|
|
<el-form-item label="库存预警数:" prop="invRemindNumber" class="query-form-item">
|
|
|
|
|
|
|
|
<el-input-number
|
|
|
|
|
|
|
|
:min="0"
|
|
|
|
|
|
|
|
:precision='0' :step='1'
|
|
|
|
|
|
|
|
placeholder="请输入库存预警数"
|
|
|
|
|
|
|
|
v-model="formData.invRemindNumber" style="width: 80%"
|
|
|
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
|
|
|
></el-input-number>
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="12" class="el-col">-->
|
|
|
|
<!--<el-col :span="12" class="el-col">-->
|
|
|
|