parent
1e887e6ea7
commit
b1f28ac155
|
@ -113,6 +113,8 @@ export default {
|
|||
this.loading = true
|
||||
this.visible = true
|
||||
this.FILING_APPLICATION_ID = e.FILING_APPLICATION_ID
|
||||
this.form.STATUS = ''
|
||||
this.form.OPINION = ''
|
||||
this.loading = false
|
||||
},
|
||||
beforeClose() {
|
||||
|
@ -136,19 +138,23 @@ export default {
|
|||
this.$parent.activeName = 'List'
|
||||
},
|
||||
sendMessage() {
|
||||
requestFN(
|
||||
'/mkmjManagement/filingAudit',
|
||||
{
|
||||
AUDITOR: JSON.parse(sessionStorage.getItem('user')).USER_ID,
|
||||
FILING_APPLICATION_ID: this.FILING_APPLICATION_ID,
|
||||
IS_AUDIT: this.form.STATUS,
|
||||
REMARK: this.form.OPINION
|
||||
this.$refs.form.validate(valid => {
|
||||
if (valid) {
|
||||
requestFN(
|
||||
'/mkmjManagement/filingAudit',
|
||||
{
|
||||
AUDITOR: JSON.parse(sessionStorage.getItem('user')).USER_ID,
|
||||
FILING_APPLICATION_ID: this.FILING_APPLICATION_ID,
|
||||
IS_AUDIT: this.form.STATUS,
|
||||
REMARK: this.form.OPINION
|
||||
}
|
||||
).then((data) => {
|
||||
this.visible = false
|
||||
this.$emit('refresh', '')
|
||||
}).catch((e) => {
|
||||
this.loading = false
|
||||
})
|
||||
}
|
||||
).then((data) => {
|
||||
this.visible = false
|
||||
this.$emit('refresh', '')
|
||||
}).catch((e) => {
|
||||
this.loading = false
|
||||
})
|
||||
},
|
||||
handleStatusChange(){
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
</el-table-column>
|
||||
<el-table-column prop="CONTACT" label="联系人"/>
|
||||
<el-table-column prop="PHONE" label="联系人电话"/>
|
||||
<el-table-column prop="APPLY_TIME" label="申请访问时间"/>
|
||||
<el-table-column label="审核状态" align="center" width="120">
|
||||
<template slot-scope="{row}">
|
||||
{{ getType(row.IS_AUDIT) }}
|
||||
|
|
|
@ -37,17 +37,17 @@
|
|||
placeholder="请选择车辆类型"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="4" class="m-l-10">
|
||||
<el-form-item label="车辆所属部门" prop="VEHICLE_DEPARTMENT_ID" label-width="100px">
|
||||
<SelectTree
|
||||
ref="selectTree_Search2"
|
||||
:clearable="false"
|
||||
:options="treeData"
|
||||
:props="defaultProps"
|
||||
v-model="searchForm.VEHICLE_DEPARTMENT_ID"
|
||||
placeholder="请选择车辆所属部门"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col :span="4" class="m-l-10">-->
|
||||
<!-- <el-form-item label="车辆所属部门" prop="VEHICLE_DEPARTMENT_ID" label-width="100px">-->
|
||||
<!-- <SelectTree-->
|
||||
<!-- ref="selectTree_Search2"-->
|
||||
<!-- :clearable="false"-->
|
||||
<!-- :options="treeData"-->
|
||||
<!-- :props="defaultProps"-->
|
||||
<!-- v-model="searchForm.VEHICLE_DEPARTMENT_ID"-->
|
||||
<!-- placeholder="请选择车辆所属部门"/>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="4" class="m-l-10">
|
||||
<el-form-item label="车辆责任人" label-width="100px">
|
||||
<el-input v-model="searchForm.USER_NAME" placeholder="请输入车辆责任人..." />
|
||||
|
|
|
@ -37,17 +37,17 @@
|
|||
placeholder="请选择车辆类型"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="4" class="m-l-10">
|
||||
<el-form-item label="车辆所属部门" prop="VEHICLE_DEPARTMENT_ID" label-width="100px">
|
||||
<SelectTree
|
||||
ref="selectTree_Search2"
|
||||
:clearable="false"
|
||||
:options="treeData"
|
||||
:props="defaultProps"
|
||||
v-model="searchForm.VEHICLE_DEPARTMENT_ID"
|
||||
placeholder="请选择车辆所属部门"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col :span="4" class="m-l-10">-->
|
||||
<!-- <el-form-item label="车辆所属部门" prop="VEHICLE_DEPARTMENT_ID" label-width="100px">-->
|
||||
<!-- <SelectTree-->
|
||||
<!-- ref="selectTree_Search2"-->
|
||||
<!-- :clearable="false"-->
|
||||
<!-- :options="treeData"-->
|
||||
<!-- :props="defaultProps"-->
|
||||
<!-- v-model="searchForm.VEHICLE_DEPARTMENT_ID"-->
|
||||
<!-- placeholder="请选择车辆所属部门"/>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="4" class="m-l-10">
|
||||
<el-form-item label="车辆责任人" label-width="100px">
|
||||
<el-input v-model="searchForm.USER_NAME" placeholder="请输入车辆责任人..." />
|
||||
|
|
|
@ -37,17 +37,17 @@
|
|||
placeholder="请选择车辆类型"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="4" class="m-l-10">
|
||||
<el-form-item label="车辆所属部门" prop="VEHICLE_DEPARTMENT_ID" label-width="100px">
|
||||
<SelectTree
|
||||
ref="selectTree_Search2"
|
||||
:clearable="false"
|
||||
:options="treeData"
|
||||
:props="defaultProps"
|
||||
v-model="searchForm.VEHICLE_DEPARTMENT_ID"
|
||||
placeholder="请选择车辆所属部门"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<!-- <el-col :span="4" class="m-l-10">-->
|
||||
<!-- <el-form-item label="车辆所属部门" prop="VEHICLE_DEPARTMENT_ID" label-width="100px">-->
|
||||
<!-- <SelectTree-->
|
||||
<!-- ref="selectTree_Search2"-->
|
||||
<!-- :clearable="false"-->
|
||||
<!-- :options="treeData"-->
|
||||
<!-- :props="defaultProps"-->
|
||||
<!-- v-model="searchForm.VEHICLE_DEPARTMENT_ID"-->
|
||||
<!-- placeholder="请选择车辆所属部门"/>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- </el-col>-->
|
||||
<el-col :span="4" class="m-l-10">
|
||||
<el-form-item label="车辆责任人" label-width="100px">
|
||||
<el-input v-model="searchForm.USER_NAME" placeholder="请输入车辆责任人..." />
|
||||
|
|
Loading…
Reference in New Issue