rev:修改:1、库存查询报表新增库存类型可多选;2、发货信息送货单位改为下拉框,车型改为下拉框且支持自定义输入;3、对报表的幅宽进行保留小数限制;4、入库管理新增销售订单及行号查询条件
This commit is contained in:
@@ -134,17 +134,18 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="退货库存">
|
||||
<el-form-item label="库存类型">
|
||||
<el-select
|
||||
v-model="query.rein_flag"
|
||||
v-model="query.ivt_flag"
|
||||
clearable
|
||||
multiple
|
||||
size="mini"
|
||||
placeholder="请选择"
|
||||
class="filter-item"
|
||||
@change="crud.toQuery"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in dict.IS_OR_NOT"
|
||||
v-for="item in ivtTypeList"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
@@ -239,6 +240,11 @@ export default {
|
||||
{ 'value': 'warehousing_qty', 'label': '待入数' },
|
||||
{ 'value': 'frozen_qty', 'label': '冻结数' }
|
||||
],
|
||||
ivtTypeList: [
|
||||
{ 'value': ' ', 'label': '生产' },
|
||||
{ 'value': '2', 'label': '改切' },
|
||||
{ 'value': '1', 'label': '返检' }
|
||||
],
|
||||
permission: {
|
||||
},
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user