|
@ -155,8 +155,8 @@ |
|
|
> |
|
|
> |
|
|
<el-table-column prop="id" align="center" label="单号" /> |
|
|
<el-table-column prop="id" align="center" label="单号" /> |
|
|
<el-table-column prop="checkingName" align="center" label="防治项目名称" /> |
|
|
<el-table-column prop="checkingName" align="center" label="防治项目名称" /> |
|
|
<el-table-column prop="dikeName" align="center" label="工程名称"/> |
|
|
<el-table-column prop="dikeName" align="center" label="堤防名称"/> |
|
|
<el-table-column prop="dikeCode" align="center" label="工程代码"/> |
|
|
<el-table-column prop="dikeCode" align="center" label="堤防代码"/> |
|
|
<el-table-column prop="type" align="center" label="检查类型"> |
|
|
<el-table-column prop="type" align="center" label="检查类型"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ |
|
|
<span>{{ |
|
@ -204,7 +204,7 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
type="text" |
|
|
type="text" |
|
|
size="small" |
|
|
size="small" |
|
|
:disabled="scope.row.status !== '4'" |
|
|
:disabled="scope.row.neckFlag === '0'" |
|
|
v-hasPermi="['df:run:pestanimal2:defect:list:item:getInvoices']" |
|
|
v-hasPermi="['df:run:pestanimal2:defect:list:item:getInvoices']" |
|
|
@click="handleReceiveDetails(scope.row)" |
|
|
@click="handleReceiveDetails(scope.row)" |
|
|
>领单</el-button |
|
|
>领单</el-button |
|
@ -269,13 +269,13 @@ export default { |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
created() { |
|
|
created() { |
|
|
this.getDicts("patrol_maintenance_status").then((response) => { |
|
|
this.getDicts("animal_check_status").then((response) => { |
|
|
this.maintenanceStatus = response.data; |
|
|
this.maintenanceStatus = response.data; |
|
|
}); |
|
|
}); |
|
|
this.getDicts("patrol_maintenance_category").then((response) => { |
|
|
this.getDicts("animal_prevention_category").then((response) => { |
|
|
this.maintenanceCategory = response.data; |
|
|
this.maintenanceCategory = response.data; |
|
|
}); |
|
|
}); |
|
|
this.getDicts("patrol_maintenance_type").then((response) => { |
|
|
this.getDicts("animal_check_type").then((response) => { |
|
|
this.maintenanceType = response.data; |
|
|
this.maintenanceType = response.data; |
|
|
}); |
|
|
}); |
|
|
this.getDicts("patrol_maintenance_level").then((response) => { |
|
|
this.getDicts("patrol_maintenance_level").then((response) => { |
|
|