|
@@ -35,7 +35,7 @@
|
|
|
<div v-show="formType === 'third'">
|
|
|
<div style="margin: 40px 0 30px;">
|
|
|
<div>预留单自动生成时间,从订单审单后,第</div>
|
|
|
- <el-input v-model="thirdForm.input1.dictValue" type="number" size="small" style="width: 150px; margin-top: 20px; margin-right: 10px"></el-input>
|
|
|
+ <el-input v-model="thirdForm.input1.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 150px; margin-top: 20px; margin-right: 10px"></el-input>
|
|
|
<span>天零时起,按商家提交订单时间顺序,自动生成预留单</span>
|
|
|
</div>
|
|
|
<el-button type="primary" size="small" @click="submitForm('third')">确 定</el-button>
|
|
@@ -48,27 +48,27 @@
|
|
|
<div style="margin-top: 10px">总可发货数为0,显示无货</div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<span>总可发货数</span>
|
|
|
- <el-input v-model="fourthForm.input1.dictValue" type="number" size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
+ <el-input v-model="fourthForm.input1.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
<span>到</span>
|
|
|
- <el-input v-model="fourthForm.input2.dictValue" type="number" size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
+ <el-input v-model="fourthForm.input2.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
<span>,总库存显示具体数量</span>
|
|
|
</div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<span>总可发货数</span>
|
|
|
- <el-input v-model="fourthForm.input3.dictValue" type="number" size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
+ <el-input v-model="fourthForm.input3.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
<span>到</span>
|
|
|
- <el-input v-model="fourthForm.input4.dictValue" type="number" size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
+ <el-input v-model="fourthForm.input4.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
<span>,总库存显示有货</span>
|
|
|
</div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<span>总可发货数大于</span>
|
|
|
- <el-input v-model="fourthForm.input5.dictValue" type="number" size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
+ <el-input v-model="fourthForm.input5.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
<span>,总库存显示充足</span>
|
|
|
</div>
|
|
|
<div style="margin-top: 30px">发货申请查询库存时:</div>
|
|
|
<div style="margin-top: 10px">
|
|
|
<span>可发货数大于</span>
|
|
|
- <el-input v-model="fourthForm.input6.dictValue" type="number" size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
+ <el-input v-model="fourthForm.input6.dictValue" type="number" @mousewheel.native.prevent size="small" style="width: 100px; margin: 0 10px;"></el-input>
|
|
|
<span>显示充足</span>
|
|
|
</div>
|
|
|
</div>
|