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

印章借用代码修改

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