Merge branch 'apps_dev' of https://e.coding.net/yilidev/yilipalkaifa/apps into apps_dev
This commit is contained in:
commit
6830304a99
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<app xmlns="http://www.actionsoft.com.cn/app">
|
||||
<name>流程发布</name>
|
||||
<version>1.0</version>
|
||||
<buildNo>49</buildNo>
|
||||
<buildNo>50</buildNo>
|
||||
<developer id="776cca9a287c8b4d63b9cad216aa3859" tablePrefix="ACT" url="http://www.actionsoft.com.cn">北京炎黄盈动科技发展有限责任公司</developer>
|
||||
<productId>2d48c93d3dc26d493c6735c962fc9df6</productId>
|
||||
<categoryVisible>true</categoryVisible>
|
||||
|
||||
@ -66,4 +66,4 @@
|
||||
<!--连接数据源-->
|
||||
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
|
||||
</dictionary>
|
||||
<!--AWS 字典描述UUID-->
|
||||
<!--AWS 字典描述UUID-->
|
||||
|
||||
@ -66,4 +66,4 @@
|
||||
<!--连接数据源-->
|
||||
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
|
||||
</dictionary>
|
||||
<!--AWS 字典描述UUID-->
|
||||
<!--AWS 字典描述UUID-->
|
||||
|
||||
@ -66,4 +66,4 @@
|
||||
<!--连接数据源-->
|
||||
<dataAdapter class="com.actionsoft.bpms.commons.dictionary.core.datasource.local.AWSDBData"/>
|
||||
</dictionary>
|
||||
<!--AWS 字典描述UUID-->
|
||||
<!--AWS 字典描述UUID-->
|
||||
|
||||
@ -8,9 +8,9 @@
|
||||
<!--要显示的SQL记录
|
||||
1.where条件支持所有@命令,@命令与其他SQL字符串连接使用+,参见+语法
|
||||
2.这个SQL应该是一个完整的,经过调试的SQL,除@命令外
|
||||
-->
|
||||
-->
|
||||
<!--每页显示行数-->
|
||||
<page>10</page>
|
||||
<!--连接数据源-->
|
||||
</dictionary>
|
||||
<!--AWS 字典描述UUID-->
|
||||
<!--AWS 字典描述UUID-->
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Publisher Home</title>
|
||||
<!-- js -->
|
||||
@ -55,9 +55,9 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body style="overflow-y: hidden;">
|
||||
<div style="width: 100%; display: inline-block; height: 100%;">
|
||||
</head>
|
||||
<body style="overflow-y: hidden;">
|
||||
<div style="width: 100%; display: inline-block; height: 100%;">
|
||||
<div class="network_tabs" id="nav" style="width: 96%; margin: 20px auto;">
|
||||
<a tit="todo" class="active">待办</a>
|
||||
<a tit="done">已办</a>
|
||||
@ -134,9 +134,9 @@
|
||||
<div id="Pagination3" class="page_buttom"></div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="add_div" style="width: 100%; display: none;">
|
||||
<div id="add_div" style="width: 100%; display: none;">
|
||||
<div class="awsui-toolbar">
|
||||
<span class="toolbarText" style="font-size: 18px;"><#title></span>
|
||||
<span class="button blue align-right" onclick="addPublishInstance()">下一步</span>
|
||||
@ -154,8 +154,8 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div style="display:none;">
|
||||
</div>
|
||||
<div style="display:none;">
|
||||
<form id="openNewPage" name="openNewPage" target="_blank" method="post" action="./w">
|
||||
<input id="cmd" name="cmd" value="com.actionsoft.apps.coe.pal.publisher_handle">
|
||||
<input name="sid" value="<#sid>">
|
||||
@ -163,16 +163,16 @@
|
||||
<input id="taskInstId" name="taskInstId" value="">
|
||||
<input id="openState" name="openState" value="">
|
||||
</form>
|
||||
</div>
|
||||
<input type="hidden" name="sid" id="sid" value="<#sid>" />
|
||||
<input type="hidden" name="wsId" id="wsId" value="<#wsId>" />
|
||||
<input type="hidden" name="teamId" id="teamId" value="<#teamId>" />
|
||||
<input type="hidden" name="teamName" id="teamName" value="<#teamName>" />
|
||||
<input type="hidden" name="appId" id="appId" value="<#appId>" />
|
||||
</div>
|
||||
<input type="hidden" name="sid" id="sid" value="<#sid>" />
|
||||
<input type="hidden" name="wsId" id="wsId" value="<#wsId>" />
|
||||
<input type="hidden" name="teamId" id="teamId" value="<#teamId>" />
|
||||
<input type="hidden" name="teamName" id="teamName" value="<#teamName>" />
|
||||
<input type="hidden" name="appId" id="appId" value="<#appId>" />
|
||||
|
||||
</body>
|
||||
</body>
|
||||
|
||||
<script type="text/javascript">
|
||||
<script type="text/javascript">
|
||||
var totalData1 = <#totalData1>;
|
||||
var totalData2 = <#totalData2>;
|
||||
var totalData3 = <#totalData3>;
|
||||
@ -226,5 +226,5 @@
|
||||
$(this).css({"width" : totalWidth*percent/100});
|
||||
});
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
</html>
|
||||
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=../apps/com.actionsoft.apps.coe.pal.publisher/main/favicon.ico><title>com.actionsoft.apps.coe.pal.publisher</title><script>const settingParam = <#settingParam>;
|
||||
const axiosBaseUrl = "./";
|
||||
const production = true;</script><script>var wsId = "<#wsId>";
|
||||
var teamId = '<#teamId>';
|
||||
var teamName = '<#teamName>';
|
||||
var title = '<#title>';</script><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/css/chunk-8ab0b442.8d291593.css rel=prefetch><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-2d224ef1.ab17ea19.js rel=prefetch><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-8ab0b442.8140534f.js rel=prefetch><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/css/app.f37b6b5a.css rel=preload as=style><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/app.1bf9b24e.js rel=preload as=script><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-vendors.060d0032.js rel=preload as=script><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/css/app.f37b6b5a.css rel=stylesheet></head><body style=margin:0;><div id=app></div><script src=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-vendors.060d0032.js></script><script src=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/app.1bf9b24e.js></script></body></html>
|
||||
const axiosBaseUrl = "./";
|
||||
const production = true;</script><script>var wsId = "<#wsId>";
|
||||
var teamId = '<#teamId>';
|
||||
var teamName = '<#teamName>';
|
||||
var title = '<#title>';</script><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/css/chunk-8ab0b442.8d291593.css rel=prefetch><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-2d224ef1.ab17ea19.js rel=prefetch><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-8ab0b442.8140534f.js rel=prefetch><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/css/app.f37b6b5a.css rel=preload as=style><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/app.1bf9b24e.js rel=preload as=script><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-vendors.060d0032.js rel=preload as=script><link href=../apps/com.actionsoft.apps.coe.pal.publisher/main/css/app.f37b6b5a.css rel=stylesheet></head><body style=margin:0;><div id=app></div><script src=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/chunk-vendors.060d0032.js></script><script src=../apps/com.actionsoft.apps.coe.pal.publisher/main/js/app.1bf9b24e.js></script></body></html>
|
||||
@ -649,7 +649,7 @@ function checkPasswordStrength(pwd1) {
|
||||
}
|
||||
}
|
||||
|
||||
//判断一个串实际长度(1个中文2个单位)
|
||||
//判断一个串实际长度(1个中文2个单位)
|
||||
function length2(txtValue){
|
||||
if (txtValue!=null) {
|
||||
if (txtValue.indexOf('.')!=-1) {
|
||||
|
||||
@ -402,7 +402,7 @@ function checkPasswordStrength(pwd1) {
|
||||
}
|
||||
}
|
||||
|
||||
//判断一个串实际长度(1个中文2个单位)
|
||||
//判断一个串实际长度(1个中文2个单位)
|
||||
function length2(txtValue){
|
||||
if (txtValue!=null) {
|
||||
if (txtValue.indexOf('.')!=-1) {
|
||||
|
||||
@ -35,10 +35,10 @@ function openPortal(sid, uuid, taskId) {
|
||||
|
||||
//对json进行降序排序函数
|
||||
var colId="date"
|
||||
var desc = function(x,y)
|
||||
{
|
||||
var desc = function(x,y)
|
||||
{
|
||||
return (x[colId] < y[colId]) ? 1 : -1
|
||||
}
|
||||
}
|
||||
//对json进行升序排序函数
|
||||
var asc = function(x,y)
|
||||
{
|
||||
|
||||
@ -4,12 +4,12 @@
|
||||
2013-9-30: Created.
|
||||
-->
|
||||
<svg>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
|
||||
<font id="iconfont" horiz-adv-x="1024" >
|
||||
<font id="iconfont" horiz-adv-x="1024" >
|
||||
<font-face
|
||||
font-family="iconfont"
|
||||
font-weight="500"
|
||||
@ -38,4 +38,4 @@
|
||||
|
||||
|
||||
</font>
|
||||
</defs></svg>
|
||||
</defs></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.5 KiB |
@ -4,12 +4,12 @@
|
||||
2013-9-30: Created.
|
||||
-->
|
||||
<svg>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
<metadata>
|
||||
Created by iconfont
|
||||
</metadata>
|
||||
<defs>
|
||||
|
||||
<font id="awsui-iconfont" horiz-adv-x="1024" >
|
||||
<font id="awsui-iconfont" horiz-adv-x="1024" >
|
||||
<font-face
|
||||
font-family="awsui-iconfont"
|
||||
font-weight="500"
|
||||
@ -2444,4 +2444,4 @@
|
||||
|
||||
|
||||
</font>
|
||||
</defs></svg>
|
||||
</defs></svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user