提交 1d7a628b 编写于 作者: Skyeye云's avatar Skyeye云

印章借用代码修改

上级 5f9656d2
...@@ -12,6 +12,7 @@ layui.config({ ...@@ -12,6 +12,7 @@ layui.config({
var index = parent.layer.getFrameIndex(window.name); var index = parent.layer.getFrameIndex(window.name);
var $ = layui.$, var $ = layui.$,
form = layui.form; form = layui.form;
var serviceClassName = sysServiceMation["sealManageBorrow"]["key"];
var rowNum = 1; //表格的序号 var rowNum = 1; //表格的序号
var nameHtml = ""; var nameHtml = "";
...@@ -49,7 +50,7 @@ layui.config({ ...@@ -49,7 +50,7 @@ layui.config({
// 提交审批 // 提交审批
form.on('submit(formSubBean)', function(data) { form.on('submit(formSubBean)', function(data) {
if(winui.verifyForm(data.elem)) { if(winui.verifyForm(data.elem)) {
activitiUtil.startProcess(sysActivitiModel["sealManageBorrow"]["key"], null, function (approvalId) { activitiUtil.startProcess(serviceClassName, null, function (approvalId) {
saveData("2", approvalId); saveData("2", approvalId);
}); });
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册