|
|
|
@ -29,17 +29,17 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-divider></el-divider>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="10">
|
|
|
|
|
<el-form-item class="query-form-item" label="低库存预警数量:">
|
|
|
|
|
<el-input v-model="formData.lowStockNum" disabled></el-input>
|
|
|
|
|
<el-input v-model="formData.lowStockNum" ></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="10">
|
|
|
|
|
<el-form-item class="query-form-item" label="库存积压预警数量:">
|
|
|
|
|
<el-input v-model="formData.overStockNum" disabled></el-input>
|
|
|
|
|
<el-input v-model="formData.overStockNum" ></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -47,14 +47,16 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="10">
|
|
|
|
|
<el-form-item class="query-form-item" label="近效期预警时间:">
|
|
|
|
|
<el-input v-model="formData.recentDateTime" disabled></el-input>
|
|
|
|
|
<el-input v-model="formData.recentDateTime" ></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="10">
|
|
|
|
|
<el-form-item class="query-form-item" label="近效期预警时间单位:">
|
|
|
|
|
<el-input v-show="formData.isDateBy == 1" value="天" disabled></el-input>
|
|
|
|
|
<el-input v-show="formData.isDateBy == 2" value="小时" disabled></el-input>
|
|
|
|
|
<el-select v-model="formData.isDateBy">
|
|
|
|
|
<el-option :value=1 label="天" ></el-option>
|
|
|
|
|
<el-option :value=2 label="小时" ></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|