Browse Source

修改审核人选择问题

dev
caoyizhong 2 years ago
parent
commit
943bde252a
  1. 18
      src/components/jeecg/PEditableTable.vue
  2. 2
      src/components/jeecgbiz/modal/JSelectUserByDepModal.vue
  3. 47
      src/views/activiti/PSelectPosition.vue
  4. 85
      src/views/activiti/ProcessModelList.vue
  5. 2
      src/views/wastematerials/ProcessWasteMaterialsList.vue

18
src/components/jeecg/PEditableTable.vue

@ -956,17 +956,13 @@
a(){ a(){
console.log("执行l"); // console.log("l");
this.getSelection((a,b,c)=>{ // this.getSelection((a,b,c)=>{
console.log(a,b,c); // console.log(a,b,c);
// b.forEach(item =>{ // // b.forEach(item =>{
// console.log(item); // // console.log(item);
// }); // // });
}); // });
}, },
getElement(id, noCaseId = false) { getElement(id, noCaseId = false) {

2
src/components/jeecgbiz/modal/JSelectUserByDepModal.vue

@ -183,7 +183,9 @@
} }
if (this.selectedDepIds && this.selectedDepIds.length > 0) { if (this.selectedDepIds && this.selectedDepIds.length > 0) {
await this.initQueryUserByDepId(this.selectedDepIds) await this.initQueryUserByDepId(this.selectedDepIds)
console.log("这边1");
} else { } else {
console.log("这边2");
this.loading = true this.loading = true
let params = this.getQueryParams()// let params = this.getQueryParams()//
await getUserList(params).then((res) => { await getUserList(params).then((res) => {

47
src/views/activiti/PSelectPosition.vue

@ -0,0 +1,47 @@
<template>
<j-select-biz-component
:value="value"
:ellipsisLength="20"
:listUrl="url.list"
:columns="columns"
v-on="$listeners"
v-bind="attrs"
/>
</template>
<script>
import JSelectBizComponent from '@/components/jeecgbiz/JSelectBizComponent'
export default {
name: 'PSelectPosition',
components: { JSelectBizComponent },
props: ['value'],
data() {
return {
url: {
list: '/sys/user/list'
},
queryParamCode: 'realname',
queryParamText: '人员名称',
columns: [
{ title: '人员名称', dataIndex: 'realname', align: 'center', width: '30%', widthRight: '70%' },
{ title: '职务', dataIndex: 'post', align: 'center', width: '35%' },
{ title: '部门', dataIndex: 'orgCodeTxt', align: 'center', width: '25%' }
],
default:{
name: '人员名称',
displayKey: 'realname',
width: 1200,
returnKeys: ['realname', 'id'],
}
}
},
computed: {
attrs() {
return Object.assign({ value: this.value }, this.default, this.$attrs)
}
}
}
</script>
<style lang="less" scoped></style>

85
src/views/activiti/ProcessModelList.vue

@ -37,6 +37,7 @@
<a-col :md="6" :sm="12" > <a-col :md="6" :sm="12" >
<a-button type="primary" style="left: 10px" @click="searchQuery" icon="search">查询</a-button> <a-button type="primary" style="left: 10px" @click="searchQuery" icon="search">查询</a-button>
<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px;left: 10px">重置</a-button> <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px;left: 10px">重置</a-button>
<!-- <a-button type="primary" style="left: 10px" @click="shuttle" icon="search">选择审核人员</a-button>-->
</a-col> </a-col>
</span> </span>
<span style="float: right;overflow: hidden;" class="table-page-search-submitButtons"> <span style="float: right;overflow: hidden;" class="table-page-search-submitButtons">
@ -49,6 +50,7 @@
</a-form> </a-form>
</div> </div>
<!-- table区域-begin --> <!-- table区域-begin -->
<a-table :scroll="{x:2200,y:500}" bordered <a-table :scroll="{x:2200,y:500}" bordered
ref="table" ref="table"
@ -59,12 +61,13 @@
:loading="loading" :loading="loading"
@change="handleTableChange"> @change="handleTableChange">
<a-table-column title="#" :width="50" fixed='left' key="a"> <a-table-column title="序号" align="center" :width="50" key="a">
<!-- <a-table-column title="#" :width="50" fixed='left' key="a">-->
<template slot-scope="t,r,i" > <template slot-scope="t,r,i" >
<span> {{i+1}} </span> <span> {{i+1}} </span>
</template> </template>
</a-table-column> </a-table-column>
<a-table-column title="流程名称" dataIndex="name" :width="200" align="center" fixed='left'> <a-table-column title="流程名称" dataIndex="name" :width="200" align="center" >
<template slot-scope="t,r,i"> <template slot-scope="t,r,i">
<span> {{t}} </span> <span> {{t}} </span>
</template> </template>
@ -74,12 +77,12 @@
<span> {{t}} </span> <span> {{t}} </span>
</template> </template>
</a-table-column> </a-table-column>
<a-table-column title="版本" dataIndex="version" key="asa" :width="100" align="center" <!-- <a-table-column title="版本" dataIndex="version" key="asa" :width="100" align="center"-->
:sorter="(a, b) => a.version - b.version"> <!-- :sorter="(a, b) => a.version - b.version">-->
<template slot-scope="t,r,i"> <!-- <template slot-scope="t,r,i">-->
<span> v.{{t}} </span> <!-- <span> v.{{t}} </span>-->
</template> <!-- </template>-->
</a-table-column> <!-- </a-table-column>-->
<a-table-column title="所属分类" dataIndex="categoryId" :width="200" align="center" key="categoryId_" <a-table-column title="所属分类" dataIndex="categoryId" :width="200" align="center" key="categoryId_"
:filters = "lcTypeF" @filter="filter_categoryId"> :filters = "lcTypeF" @filter="filter_categoryId">
<template slot-scope="t,r,i"> <template slot-scope="t,r,i">
@ -96,12 +99,12 @@
<span @click="viewForm(t)" style="color: blue;cursor: pointer;"> {{getFormComponent(t).text}} </span> <span @click="viewForm(t)" style="color: blue;cursor: pointer;"> {{getFormComponent(t).text}} </span>
</template> </template>
</a-table-column> </a-table-column>
<a-table-column title="状态" dataIndex="status" :width="200" align="center"> <!-- <a-table-column title="状态" dataIndex="status" :width="200" align="center">-->
<template slot-scope="t,r,i"> <!-- <template slot-scope="t,r,i">-->
<span v-if="t==1" style="color: #00A0E9;"> 已启用 </span> <!-- <span v-if="t==1" style="color: #00A0E9;"> 已启用 </span>-->
<span v-if="t!=1" style="color: #999;"> 未启用 </span> <!-- <span v-if="t!=1" style="color: #999;"> 未启用 </span>-->
</template> <!-- </template>-->
</a-table-column> <!-- </a-table-column>-->
<a-table-column title="备注说明" dataIndex="description" :width="200" align="center"> <a-table-column title="备注说明" dataIndex="description" :width="200" align="center">
<template slot-scope="t,r,i"> <template slot-scope="t,r,i">
<j-ellipsis :value="t" :length="10"/> <j-ellipsis :value="t" :length="10"/>
@ -120,11 +123,11 @@
<a-table-column title="操作" dataIndex="" align="center" :width="250" fixed='right'> <a-table-column title="操作" dataIndex="" align="center" :width="250" fixed='right'>
<template slot-scope="t,r,i"> <template slot-scope="t,r,i">
<a href="javascript:void(0);" v-if="r.status!=1" @click="editStatus(1,r)" style="color: rgb(144,96,255);">启用</a> <!-- <a href="javascript:void(0);" v-if="r.status!=1" @click="editStatus(1,r)" style="color: rgb(144,96,255);">启用</a>-->
<a href="javascript:void(0);" v-if="r.status==1" @click="editStatus(0,r)" style="color: #cb892d">禁用</a> <!-- <a href="javascript:void(0);" v-if="r.status==1" @click="editStatus(0,r)" style="color: #cb892d">禁用</a>-->
<a-divider type="vertical" /> <!-- <a-divider type="vertical" />-->
<a href="javascript:void(0);" @click="getNodeData(r)" >审批人员</a> <!-- <a href="javascript:void(0);" @click="getNodeData(r)" >审批人员</a>-->
<a-divider type="vertical" /> <!-- <a-divider type="vertical" />-->
<!-- <a href="javascript:void(0);" @click="convertToModel(r)" >转为模型</a>--> <!-- <a href="javascript:void(0);" @click="convertToModel(r)" >转为模型</a>-->
<!-- <br>--> <!-- <br>-->
<a href="javascript:void(0);" @click="edit(r)">配置表单</a> <a-divider type="vertical" /> <a href="javascript:void(0);" @click="edit(r)">配置表单</a> <a-divider type="vertical" />
@ -184,6 +187,15 @@
<a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="排序" > <a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="排序" >
<a-input-number v-decorator="[ 'sort', {initialValue:editObj.sort, rules: []}]" placeholder="排序"/> <a-input-number v-decorator="[ 'sort', {initialValue:editObj.sort, rules: []}]" placeholder="排序"/>
</a-form-item> </a-form-item>
<a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="请选择审核人员" >
<!-- 通过部门选择用户控件 -->
<!-- <j-select-user-by-dep v-model="spry.userIds" :multi="false" @submitUsers="submitUsers"></j-select-user-by-dep>-->
<p-select-position placeholder="请选择审核人员" :multiple="true" :buttons="false" v-decorator="[ 'userIds', {initialValue:editObj.userIds, rules: [{ required: true, message: '不能为空' }] },]" />
</a-form-item>
<a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="备注描述" > <a-form-item :label-col="labelCol" :wrapper-col="wrapperCol" label="备注描述" >
<a-textarea v-decorator="[ 'description', {initialValue:editObj.description, rules: []}]" placeholder="备注描述" :autoSize="{ minRows: 3, maxRows: 5 }" /> <a-textarea v-decorator="[ 'description', {initialValue:editObj.description, rules: []}]" placeholder="备注描述" :autoSize="{ minRows: 3, maxRows: 5 }" />
</a-form-item> </a-form-item>
@ -201,7 +213,7 @@
<a-col :md="4" :sm="4" style="border-right: 1px solid #999"> <a-col :md="4" :sm="4" style="border-right: 1px solid #999">
<!-- 选择流程节点--> <!-- 选择流程节点-->
<a-steps direction="vertical" :current="current" size="small"> <a-steps direction="vertical" :current="current" size="small">
<template v-for="item,i in nodeList"> <template v-for="(item,i) in nodeList">
<a-step style="cursor: pointer;" :title="item.title" <a-step style="cursor: pointer;" :title="item.title"
:description="item.description" :status="i==current?'process':'wait'" :description="item.description" :status="i==current?'process':'wait'"
@click="change_steps(item,i)"/> @click="change_steps(item,i)"/>
@ -315,13 +327,14 @@
import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep' import JSelectUserByDep from '@/components/jeecgbiz/JSelectUserByDep'
import JSelectRole from '@/components/jeecgbiz/JSelectRole' import JSelectRole from '@/components/jeecgbiz/JSelectRole'
import JSelectDepart from '@/components/jeecgbiz/JSelectDepart' import JSelectDepart from '@/components/jeecgbiz/JSelectDepart'
import PSelectPosition from '@/views/activiti/PSelectPosition'
export default { export default {
name: "ProcessModelList", name: "ProcessModelList",
mixins:[activitiMixin,JeecgListMixin], mixins:[activitiMixin,JeecgListMixin],
components: { components: {
JEllipsis,JSelectUserByDep,JSelectRole,JSelectDepart JEllipsis,JSelectUserByDep,JSelectRole,JSelectDepart
,JTreeSelect,JTreeDict ,JTreeSelect,JTreeDict,PSelectPosition,
}, },
created(){ created(){
// this.initReportList(); // this.initReportList();
@ -397,7 +410,8 @@
isIndex:0, isIndex:0,
lcTypeF:[], lcTypeF:[],
dataList: [], dataList: [],
updateRow: {} updateRow: {},
isShuttle: false
} }
}, },
computed:{ computed:{
@ -408,6 +422,12 @@
}, },
}, },
methods: { methods: {
shuttle(){
this.isShuttle = true;
},
/*initReportList(){ /*initReportList(){
// reportList // reportList
getAction('/report/reportModel/all',{}).then(res=>{ getAction('/report/reportModel/all',{}).then(res=>{
@ -448,6 +468,7 @@
this.spryTypes=[], this.spryTypes=[],
this.spry={} this.spry={}
this.isIndex=0; this.isIndex=0;
this.isShuttle = false;
}, },
/*编辑流程节点*/ /*编辑流程节点*/
@ -601,16 +622,16 @@
if (!err) { if (!err) {
let formData = Object.assign(this.editObj, values) let formData = Object.assign(this.editObj, values)
console.log("formData",formData) console.log("formData",formData)
this.confirmLoading = true; // this.confirmLoading = true;
this.postFormAction(this.url.updateInfo,formData).then(res => { // this.postFormAction(this.url.updateInfo,formData).then(res => {
if (res.success) { // if (res.success) {
_this.$message.success("操作成功"); // _this.$message.success("");
_this.loadData(); // _this.loadData();
_this.editObj.visible = false; // _this.editObj.visible = false;
}else { // }else {
_this.$message.error(res.message); // _this.$message.error(res.message);
} // }
}).finally(() => _this.confirmLoading = false);; // }).finally(() => _this.confirmLoading = false);;
} }
}) })
}, },

2
src/views/wastematerials/ProcessWasteMaterialsList.vue

@ -139,7 +139,7 @@
dataIndex: 'materialGroup' dataIndex: 'materialGroup'
}, },
{ {
title:'物料', title:'物料编号',
align:"center", align:"center",
dataIndex: 'materialNumber' dataIndex: 'materialNumber'
}, },

Loading…
Cancel
Save