Browse Source

需求服务

shibei_master
13176889840 4 years ago
parent
commit
1749f19752
  1. 3
      src/views/modules/communityService/measure/index.vue

3
src/views/modules/communityService/measure/index.vue

@ -137,6 +137,7 @@
size="small"
@click="handleAppoint(scope.row, 'appoint')"
>指派</el-button>
<!-- v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order'" -->
<el-button
v-if="scope.row.status === 'assigned' || scope.row.status === 'have_order'"
type="text"
@ -738,6 +739,8 @@ export default {
this.finishServiceTime = row.serviceStartTime && [row.serviceStartTime, row.serviceEndTime] || ''
}
if (addType == 'finish') {
if (row.serviceStartTime) this.finishServiceTime = [row.serviceStartTime, row.serviceEndTime]
this.form.finishResult = 'resolved'
}
if (addType == 'appoint' && row.serviceType) {

Loading…
Cancel
Save