|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item class="query-form-item" label="维保记录号:">
|
|
|
|
|
<el-input v-model="filterQuery.orderId" style="width: 90%" placeholder="请输入报修记录号"
|
|
|
|
|
<el-input v-model="filterQuery.orderId" style="width: 90%" placeholder="请输入维保记录号"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -242,7 +242,8 @@ export default {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
};
|
|
|
|
|
this.getList();
|
|
|
|
|
// this.getList();
|
|
|
|
|
this.getDeptList();
|
|
|
|
|
},
|
|
|
|
|
onSubmit() {
|
|
|
|
|
this.filterQuery.page = 1;
|
|
|
|
@ -271,7 +272,9 @@ export default {
|
|
|
|
|
this.invList = [];
|
|
|
|
|
this.spaceList = [];
|
|
|
|
|
this.filterQuery.fromInvCode = null;
|
|
|
|
|
this.filterQuery.invCode = null;
|
|
|
|
|
this.filterQuery.fromInvSpaceCode = null;
|
|
|
|
|
console.log("11"+this.filterQuery.invCode)
|
|
|
|
|
this.getInvList();
|
|
|
|
|
},
|
|
|
|
|
getDeptList() {
|
|
|
|
@ -341,7 +344,7 @@ export default {
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
deleteDialog(rowId) {
|
|
|
|
|
this.$confirm('此操作将永久删除该领用记录, 是否继续?', '提示', {
|
|
|
|
|
this.$confirm('此操作将永久删除该维保单, 是否继续?', '提示', {
|
|
|
|
|
confirmButtonText: '确定',
|
|
|
|
|
cancelButtonText: '取消',
|
|
|
|
|
type: 'warning'
|
|
|
|
|