领料列表问题修改
This commit is contained in:
parent
809a144923
commit
03819147ae
|
|
@ -281,6 +281,7 @@ export default {
|
||||||
startTime:this.queryParams.time && this.queryParams.time[0],
|
startTime:this.queryParams.time && this.queryParams.time[0],
|
||||||
endTime:this.queryParams.time && this.queryParams.time[1],
|
endTime:this.queryParams.time && this.queryParams.time[1],
|
||||||
types:this.queryParams.types,
|
types:this.queryParams.types,
|
||||||
|
souceBy:0,
|
||||||
pageSize: this.queryParams.pageSize,
|
pageSize: this.queryParams.pageSize,
|
||||||
pageNum: this.queryParams.pageNum
|
pageNum: this.queryParams.pageNum
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
<el-form :model="addForm" ref="addForm" size="small" :inline="true" v-show="showSearch">
|
<el-form :model="addForm" ref="addForm" size="small" :inline="true" v-show="showSearch">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-form-item label="配件类型" prop="equipmentId">
|
<el-form-item label="配件类型" prop="equipmentId">
|
||||||
<treeselect v-model="addForm.equipmentId" default-expand-all :options="equipmentTypeList" placeholder="请选择机具类型" @select="select" style="width: 240px;"/>
|
<treeselect v-model="addForm.equipmentId" default-expand-all :options="equipmentTypeList" :disable-branch-nodes="true" placeholder="请选择机具类型" @select="select" style="width: 240px;"/>
|
||||||
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="配件厂家" prop="supplierId">
|
<el-form-item label="配件厂家" prop="supplierId">
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
@click="handleDelete"
|
@click="handleDelete"
|
||||||
>删除</el-button>
|
>删除</el-button>
|
||||||
</el-col> -->
|
</el-col> -->
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">
|
||||||
<el-button
|
<el-button
|
||||||
type="warning"
|
type="warning"
|
||||||
plain
|
plain
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="handleExport"
|
@click="handleExport"
|
||||||
>导出</el-button>
|
>导出</el-button>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@
|
||||||
v-model="queryParams.equipmentId"
|
v-model="queryParams.equipmentId"
|
||||||
default-expand-all :options="equipmentTypeList"
|
default-expand-all :options="equipmentTypeList"
|
||||||
placeholder="请选择机具类型"
|
placeholder="请选择机具类型"
|
||||||
@select="select"
|
@select="select"
|
||||||
|
:disable-branch-nodes="true"
|
||||||
style="width: 240px;"
|
style="width: 240px;"
|
||||||
noChildrenText="没有数据了"
|
noChildrenText="没有数据了"
|
||||||
noOptionsText="没有数据"
|
noOptionsText="没有数据"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue