Browse Source

所有流程上添加制试表格,我的申请、我的代办、我的已办、已结束流程

dev
long 2 years ago
parent
commit
6a23869029
  1. 3
      src/views/activiti/applyList.vue
  2. 6
      src/views/activiti/doneManage.vue
  3. 3
      src/views/activiti/form/ProcessMaterialWarehousing.vue
  4. 4
      src/views/activiti/form/ProcessUdgetPlan.vue
  5. 8
      src/views/activiti/form/ProcessUdgetPlanForm.vue
  6. 3
      src/views/activiti/processFinishManage.vue
  7. 4
      src/views/activiti/processInsManage.vue

3
src/views/activiti/applyList.vue

@ -162,6 +162,7 @@
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%" >
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent" :hieg ="lcModa.hieg"
:processData="lcModa.processData" :isNew = "lcModa.isNew" :procInstId="lcModa.procInstId" :pictureId="lcModa.pictureId"
:itemId="lcModa.itemId"
@afterSubmit="afterSub" @loadData="reloadData" @close="lcModa.visible=false,lcModa.disabled = false"></component>
<!-- -->
</a-modal>
@ -335,6 +336,7 @@
hieg: false,
procInstId:'',
pictureId:'',
itemId:'',
},
form:{
priority:0,
@ -495,6 +497,7 @@
isView = isView||false;
this.lcModa.disabled = isView;
this.lcModa.hieg = isView;
this.lcModa.itemId=r.tableId
this.lcModa.title = '修改流程业务信息:'+r.title;
if (isView) this.lcModa.title = '查看流程业务信息:'+r.title;
this.lcModa.formComponent = this.getFormComponent(r.routeName).component;

6
src/views/activiti/doneManage.vue

@ -125,6 +125,7 @@
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%" >
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent"
:processData="lcModa.processData" :isNew = "lcModa.isNew" :procInstId="lcModa.procInstId" :pictureId="lcModa.pictureId"
:itemId="lcModa.itemId"
@close="lcModa.visible=false,lcModa.disabled = false"></component>
</a-modal>
</div>
@ -176,6 +177,7 @@ export default {
title:'',
disabled:false,
visible:false,
itemId:'',
formComponent : null,
isNew : false
},
@ -201,6 +203,9 @@ export default {
});
},
removeHtmlStyle(str) {
if (!str){
return;
}
str = str.replace(/<\/?[^>]*>/g, ''); //html
str = str.replace(/<p[^>]*>/g, '<p class="tag-class">'); //
@ -237,6 +242,7 @@ export default {
return;
}
this.lcModa.disabled = true
this.lcModa.itemId=r.tableId
this.lcModa.title = '查看流程业务信息:' + r.processName
this.lcModa.formComponent = this.getFormComponent(r.routeName).component
this.lcModa.processData = r

3
src/views/activiti/form/ProcessMaterialWarehousing.vue

@ -68,6 +68,9 @@
},
created() {
console.log(this.itemId,"this.itemId")
if (this.itemId){
this.isTable=true
}
this.$route.query.item=this.itemId
},
methods: {

4
src/views/activiti/form/ProcessUdgetPlan.vue

@ -119,7 +119,9 @@
// }
// },
created() {
console.log(this.itemId,"this.itemId")
if (this.itemId){
this.isTable=true
}
this.$route.query.item=this.itemId
},
methods: {

8
src/views/activiti/form/ProcessUdgetPlanForm.vue

@ -124,17 +124,17 @@
<template v-slot:title="props">
<p v-for="(item,index) in historyBigId" :key="index">历史价格{{ item }}</p>
</template>
<a-button @mouseenter="chaKan(props)">查看</a-button>
<a-button @mouseenter="chaKan(props)" v-has="'udgePalan:view'">查看</a-button>
</a-tooltip>
<!-- <a-button @click="chaKan(props)">查看</a-button>-->
</template>
<template v-slot:actionPrice="props">
<a-tooltip placement="top">
<template v-slot:title="props">
<p v-for="(item,index) in historyPrices" :key="index">历史价格{{ item.price }} 历史数量{{item.quantity}}
<p v-for="(item,index) in historyPrices" :key="index" >历史价格{{ item.price }} 历史数量{{item.quantity}}
修改人{{item.createBy_dictText}}</p>
</template>
<a-button @mouseenter="seeHistoryPrice(props)">记录</a-button>
<a-button @mouseenter="seeHistoryPrice(props)" v-has="'udgePalan:hisotoryPrice'">记录</a-button>
</a-tooltip>
<!-- <a-button @click="chaKan(props)">查看</a-button>-->
</template>
@ -144,7 +144,7 @@
<template v-slot:title="props">
库存数{{ wateNumber }}
</template>
<a-button @mouseenter="seeWateNumber(props)">库存</a-button>
<a-button @mouseenter="seeWateNumber(props)" v-has="'udgePalan:stock'">库存</a-button>
</a-tooltip>
<!-- <a-button @click="chaKan(props)">查看</a-button>-->
</template>

3
src/views/activiti/processFinishManage.vue

@ -136,6 +136,7 @@
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%" >
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent"
:processData="lcModa.processData" :isNew = "lcModa.isNew" :procInstId="lcModa.procInstId" :pictureId="lcModa.pictureId"
:itemId="lcModa.itemId"
@close="lcModa.visible=false,lcModa.disabled = false"></component>
</a-modal>
</div>
@ -156,6 +157,7 @@ export default {
title:'',
disabled:false,
visible:false,
itemId:'',
formComponent : null,
isNew : false
},
@ -231,6 +233,7 @@ export default {
return;
}
console.log(r.id,'查看数据********')
this.lcModa.itemId=r.tableId
this.lcModa.disabled = true;
this.lcModa.title = '查看流程业务信息:'+r.name;
this.lcModa.formComponent = this.getFormComponent(r.routeName).component;

4
src/views/activiti/processInsManage.vue

@ -138,6 +138,7 @@
<a-modal :title="lcModa.title" v-model="lcModa.visible" :footer="null" :maskClosable="false" width="80%" >
<component :disabled="lcModa.disabled" v-if="lcModa.visible" :is="lcModa.formComponent"
:processData="lcModa.processData" :isNew = "lcModa.isNew" :procInstId="lcModa.procInstId" :pictureId="lcModa.pictureId"
:itemId="lcModa.itemId"
@close="lcModa.visible=false,lcModa.disabled = false"></component>
</a-modal>
<a-modal title="流程操作记录" v-model="operatingRecord" :mask-closable="false" :width="'80%'" :footer="null">
@ -159,6 +160,7 @@ export default {
return {
openSearch: true,
openTip: true,
loading: true, //
selectCount: 0, //
selectList: [], //
@ -197,6 +199,7 @@ export default {
title:'',
disabled:false,
visible:false,
itemId:'',
formComponent : null,
isNew : false
},
@ -290,6 +293,7 @@ export default {
);
return;
}
this.lcModa.itemId=r.tableId
this.lcModa.disabled = true;
this.lcModa.title = '查看流程业务信息:'+r.name;
this.lcModa.formComponent = this.getFormComponent(r.routeName).component;

Loading…
Cancel
Save