提交 4e7a913f 编写于 作者: doc_wei's avatar doc_wei

业务对象管理新增团队权限显示

上级 137d1db8
......@@ -153,7 +153,7 @@ layui.config({
formSubType: subType,
approvalId: approvalId
};
AjaxPostUtil.request({url: flowableBasePath + "writeArticlesPurchasee", params: params, type: 'json', method: 'POST', callback: function(json) {
AjaxPostUtil.request({url: flowableBasePath + "writeArticlesPurchase", params: params, type: 'json', method: 'POST', callback: function(json) {
parent.layer.close(index);
parent.refreshCode = '0';
}});
......
......@@ -184,7 +184,7 @@ layui.config({
formSubType: subType,
approvalId: approvalId
};
AjaxPostUtil.request({url: flowableBasePath + "writeArticlesPurchasee", params: params, type: 'json', method: 'POST', callback: function(json) {
AjaxPostUtil.request({url: flowableBasePath + "writeArticlesPurchase", params: params, type: 'json', method: 'POST', callback: function(json) {
parent.layer.close(index);
parent.refreshCode = '0';
}});
......
......@@ -30,6 +30,7 @@ layui.config({
ajaxSendLoadBefore: function (hdb, json) {
json.bean.serviceBean.tenantName = skyeyeClassEnumUtil.getEnumDataNameByCodeAndKey("tenantEnum", 'enumFiledName', json.bean.serviceBean.tenant, 'name');
json.bean.serviceBean.flowableName = json.bean.serviceBean.flowable ? '' : '';
json.bean.serviceBean.teamAuthName = json.bean.serviceBean.teamAuth ? '' : '';
},
ajaxSendAfter: function (json) {
matchingLanguage();
......
......@@ -61,6 +61,12 @@
{{serviceBean.flowableName}}
</div>
</div>
<div class="layui-form-item layui-col-xs6">
<label class="layui-form-label">是否开启团队权限</label>
<div class="layui-input-block ver-center">
{{serviceBean.teamAuthName}}
</div>
</div>
<div class="layui-form-item layui-col-xs12">
<span class="hr-title">高级信息</span>
<button id="editBean" type="button" class="winui-toolbtn search-table-btn-right"><i class="fa fa-edit" aria-hidden="true"></i>编辑</button>
......
......@@ -44,6 +44,8 @@
"componentValueMergType": {"name": "组件关联的属性", "className": "skyeye-pro#com.skyeye.dsform.classenum.ComponentValueMergType"},
"buttonColorType": {"name": "操作按钮颜色", "className": "skyeye-pro#com.skyeye.attr.classenum.ButtonColorType"},
"eventType": {"name": "操作按钮事件类型", "className": "skyeye-pro#com.skyeye.operate.classenum.EventType"},
"operatePosition": {"name": "操作按钮展示位置", "className": "skyeye-pro#com.skyeye.operate.classenum.OperatePosition"}
"operatePosition": {"name": "操作按钮展示位置", "className": "skyeye-pro#com.skyeye.operate.classenum.OperatePosition"},
"crmContractStateEnum": {"name": "CRM客户合同状态", "className": "skyeye-crm#com.skyeye.contract.classenum.CrmContractStateEnum"},
"crmContractAuthEnum": {"name": "CRM客户合同权限", "className": "skyeye-crm#com.skyeye.contract.classenum.CrmContractAuthEnum"}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册