Browse Source

Merge branch 'bug_mk' into feature

featrue-social
mk 10 months ago
parent
commit
00e624ed64
  1. 4
      src/views/modules/shequzhili/Delivery/index.vue
  2. 2
      src/views/modules/shequzhili/event/cpts/event-info.vue

4
src/views/modules/shequzhili/Delivery/index.vue

@ -151,7 +151,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="deptName" align="center" width="110" label="指部门" <el-table-column prop="deptName" align="center" width="110" label="指部门"
:show-overflow-tooltip="true"> :show-overflow-tooltip="true">
</el-table-column> </el-table-column>
<el-table-column prop="limitTime" align="center" width="110" label="办结时限(部门)" <el-table-column prop="limitTime" align="center" width="110" label="办结时限(部门)"
@ -166,7 +166,7 @@
<!-- <el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" <!-- <el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small"
v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'">处理</el-button> --> v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'">处理</el-button> -->
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" <el-button @click="handleDispose(scope.row,'assign')" type="text" size="small"
v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'">改派</el-button> v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && (scope.row.operationType === '5'|| scope.row.operationType === '10')">改派</el-button>
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" <el-button @click="handleDispose(scope.row,'assign')" type="text" size="small"
v-if="scope.row.status =='unassigned'||scope.row.status =='processing'||scope.row.operationType =='13'">派件</el-button> v-if="scope.row.status =='unassigned'||scope.row.status =='processing'||scope.row.operationType =='13'">派件</el-button>
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small" <el-button @click="handleDispose(scope.row,'check')" type="text" size="small"

2
src/views/modules/shequzhili/event/cpts/event-info.vue

@ -428,7 +428,7 @@ changeName(val) {
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType;
this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo; this.replayInfo = this.$refs.ref_processinfo_dispose.replayInfo;
this.replayInfo.icEventId = this.eventId; this.replayInfo.icEventId = this.eventId;
await this.submitDispose('/governance/icEvent/reply', this.replayInfo); await this.submitDispose(this.pageTypeCopy =='assign'?'/governance/icEvent/reply':'/governance/icEvent/multiReply', this.replayInfo);
} else { } else {
return false; return false;
} }

Loading…
Cancel
Save