加入 合同 采购 投诉 去流程页面的快速方式

This commit is contained in:
wuxw 2022-11-18 15:39:00 +08:00
parent 5cf073a395
commit 966ef94a05
6 changed files with 22 additions and 1 deletions

View File

@ -49,6 +49,10 @@
<span><vc:i18n name="合同类型" namespace="contractTypeManage"></vc:i18n></span> <span><vc:i18n name="合同类型" namespace="contractTypeManage"></vc:i18n></span>
</h5> </h5>
<div class="ibox-tools" style="top:10px;"> <div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-white btn-sm" v-on:click="_toAuditPage()"
v-if="vc.hasPrivilege('502020061767630003')">
设置审核人员
</button>
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddContractTypeModal()"> <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddContractTypeModal()">
<i class="fa fa-plus"></i>添加 <i class="fa fa-plus"></i>添加
</button> </button>

View File

@ -91,6 +91,9 @@
_openContractTypeSpecModel: function (_contractType) { _openContractTypeSpecModel: function (_contractType) {
vc.jumpToPage('/#/pages/admin/contractTypeSpecManage?contractTypeId=' + _contractType.contractTypeId); vc.jumpToPage('/#/pages/admin/contractTypeSpecManage?contractTypeId=' + _contractType.contractTypeId);
}, },
_toAuditPage:function(){
vc.jumpToPage('/#/pages/property/workflowManage?tab=流程管理');
},
_loadContractAttrs: function (_contractTypeId) { _loadContractAttrs: function (_contractTypeId) {
var param = { var param = {
params: { params: {

View File

@ -67,6 +67,10 @@
<div class="ibox-title"> <div class="ibox-title">
<h5><span><vc:i18n name="仓库信息" namespace="storehouseManage"></vc:i18n></span></h5> <h5><span><vc:i18n name="仓库信息" namespace="storehouseManage"></vc:i18n></span></h5>
<div class="ibox-tools" style="top:10px;"> <div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-white btn-sm" v-on:click="_toAuditPage()"
v-if="vc.hasPrivilege('502020061767630003')">
<span><vc:i18n name="设置审核人员" namespace="storehouseManage"></vc:i18n></span>
</button>
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddStorehouseModal()" <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddStorehouseModal()"
v-if="vc.hasPrivilege('502021101638940007')"> v-if="vc.hasPrivilege('502021101638940007')">
<i class="fa fa-plus"></i> <i class="fa fa-plus"></i>

View File

@ -94,6 +94,9 @@
_resetStorehouseMethod: function () { _resetStorehouseMethod: function () {
vc.component._resetStorehouses(DEFAULT_PAGE, DEFAULT_ROWS); vc.component._resetStorehouses(DEFAULT_PAGE, DEFAULT_ROWS);
}, },
_toAuditPage:function(){
vc.jumpToPage('/#/pages/property/workflowManage?tab=流程管理');
},
_moreCondition: function () { _moreCondition: function () {
if (vc.component.storehouseManageInfo.moreCondition) { if (vc.component.storehouseManageInfo.moreCondition) {
vc.component.storehouseManageInfo.moreCondition = false; vc.component.storehouseManageInfo.moreCondition = false;

View File

@ -7,6 +7,10 @@
<span><vc:i18n name="访客信息" namespace="visitManage"></vc:i18n></span> <span><vc:i18n name="访客信息" namespace="visitManage"></vc:i18n></span>
</h5> </h5>
<div class="ibox-tools" style="top:10px;"> <div class="ibox-tools" style="top:10px;">
<button type="button" class="btn btn-white btn-sm" v-on:click="_toAuditPage()"
v-if="vc.hasPrivilege('502020061767630003')">
<span><vc:i18n name="设置处理人员" namespace="visitManage"></vc:i18n></span>
</button>
<button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddVisitModal()"> <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddVisitModal()">
<i class="fa fa-plus"></i> <i class="fa fa-plus"></i>
<span><vc:i18n name="登记" namespace="visitManage"></vc:i18n></span> <span><vc:i18n name="登记" namespace="visitManage"></vc:i18n></span>

View File

@ -150,6 +150,9 @@
_openDeleteAppModel: function(_app) { _openDeleteAppModel: function(_app) {
vc.emit('deleteVisit', 'openVisitModel', _app); vc.emit('deleteVisit', 'openVisitModel', _app);
}, },
_toAuditPage:function(){
vc.jumpToPage('/#/pages/property/workflowManage?tab=流程管理');
},
showImg: function(e) { showImg: function(e) {
if (!e) { if (!e) {
e = '/img/noPhoto.jpg'; e = '/img/noPhoto.jpg';