未符合项整改手机端bug
This commit is contained in:
@@ -84,9 +84,7 @@
|
||||
</el-collapse>
|
||||
</div>
|
||||
<div class="content" v-show="active === '3'">
|
||||
<div class="flow-list">
|
||||
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
|
||||
</div>
|
||||
</div>
|
||||
<ProcessFooter
|
||||
show-save
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
border
|
||||
ref="multipleTable"
|
||||
@selection-change="handleSelectionMore"
|
||||
height="49%"
|
||||
height="80%"
|
||||
style="width: 100%"
|
||||
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
|
||||
fontWeight: 'bold', height: '48px'}">
|
||||
@@ -88,9 +88,7 @@
|
||||
</el-collapse>
|
||||
</div>
|
||||
<div class="content" v-show="active === '3'">
|
||||
<div class="flow-list">
|
||||
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
|
||||
</div>
|
||||
</div>
|
||||
<ProcessFooter
|
||||
show-save
|
||||
@@ -110,7 +108,7 @@
|
||||
<phone-role
|
||||
:role-title="roleTitle"
|
||||
:result-list="phoneRoleList"
|
||||
:is-show-phone.sync="showPage"
|
||||
:is-show-phone.sync="modalshowflag"
|
||||
@checkedRole="phoneSumit"
|
||||
/>
|
||||
</div>
|
||||
@@ -163,7 +161,6 @@ export default {
|
||||
roleTransfer: [],
|
||||
// 手机端选人组件
|
||||
phoneRoleList: [],
|
||||
showPage: false,
|
||||
roleTitle: '',
|
||||
}
|
||||
},
|
||||
@@ -216,20 +213,19 @@ export default {
|
||||
if (this.newDataList.dutyPeopleId.length > 0) {
|
||||
this.phoneRoleList = this.newDataList.dutyPeopleId.split(',')
|
||||
}
|
||||
this.showPage = true
|
||||
this.modalshowflag = true
|
||||
this.roleTitle = '选择人员信息'
|
||||
},
|
||||
// 批量选择负责人按钮
|
||||
// 批量选择分发责任人
|
||||
dutyPeopleList(id) {
|
||||
if (this.selectTableMore.length === 0) {
|
||||
this.$message.warning("请选择至少一条数据进行分发责任人");
|
||||
} else {
|
||||
this.phoneRoleList = []
|
||||
if (this.multipleSelection[0].dutyPeopleId.length > 0) {
|
||||
this.phoneRoleList = this.multipleSelection[0].dutyPeopleId.split(',')
|
||||
if (this.selectTableMore[0].dutyPeopleId.length > 0) {
|
||||
this.phoneRoleList = this.selectTableMore[0].dutyPeopleId.split(',')
|
||||
}
|
||||
this.modalshowflag = true
|
||||
this.modalshowflag = true
|
||||
}
|
||||
},
|
||||
// 勾选的列表事件
|
||||
@@ -242,7 +238,7 @@ export default {
|
||||
// 转办按钮
|
||||
handleTurnTo() {
|
||||
this.phoneRoleList = []
|
||||
this.showPage = true
|
||||
this.modalshowflag = true
|
||||
this.roleTitle = '转办处理人'
|
||||
},
|
||||
// 退回按钮
|
||||
@@ -404,6 +400,7 @@ export default {
|
||||
this.lastDataList = this.dataList
|
||||
}
|
||||
this.modalshowflag = false
|
||||
this.$refs.multipleTable.clearSelection()
|
||||
},
|
||||
|
||||
//查询按钮
|
||||
|
||||
@@ -64,9 +64,7 @@
|
||||
</el-collapse>
|
||||
</div>
|
||||
<div class="content" v-show="active === '3'">
|
||||
<div style="flex: auto;">
|
||||
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
|
||||
</div>
|
||||
<Phone-histort-table :prc-num="$route.query.prcNum"></Phone-histort-table>
|
||||
</div>
|
||||
<ProcessFooter
|
||||
show-submit
|
||||
|
||||
Reference in New Issue
Block a user