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