发布代码调整
This commit is contained in:
parent
018472163f
commit
4a4c7908b7
Binary file not shown.
@ -890,7 +890,7 @@ function queryTree() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//校验模型中支持文件附件是否上传
|
||||||
function publishFlowCheck(data) {
|
function publishFlowCheck(data) {
|
||||||
var ids = [];
|
var ids = [];
|
||||||
for (var i = 0; i < data.length; i++) {
|
for (var i = 0; i < data.length; i++) {
|
||||||
@ -900,7 +900,7 @@ function publishFlowCheck(data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//校验模型中支持文件附件是否上传
|
|
||||||
var param = {
|
var param = {
|
||||||
sid : sid,
|
sid : sid,
|
||||||
cmd : "com.actionsoft.apps.coe.pal.publisher_get_publishFlow_files",
|
cmd : "com.actionsoft.apps.coe.pal.publisher_get_publishFlow_files",
|
||||||
@ -1455,7 +1455,6 @@ function quickCreateReport(obj, object, type) {
|
|||||||
$(object).text(targetFileName);
|
$(object).text(targetFileName);
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
debugger;
|
|
||||||
//更新数据记录
|
//更新数据记录
|
||||||
if (type == 'new') {
|
if (type == 'new') {
|
||||||
var fileName = obj.publishFileName + ' V' + obj.fileVersion + '-' + getOutputName(category, method);
|
var fileName = obj.publishFileName + ' V' + obj.fileVersion + '-' + getOutputName(category, method);
|
||||||
|
|||||||
@ -4,8 +4,6 @@ var pageLimit = 10;
|
|||||||
*/
|
*/
|
||||||
function initMobileData() {
|
function initMobileData() {
|
||||||
$("table[id^='AWS-MobileGrid-Zone']").empty();
|
$("table[id^='AWS-MobileGrid-Zone']").empty();
|
||||||
|
|
||||||
|
|
||||||
var newHtml = '';
|
var newHtml = '';
|
||||||
newHtml +='<table id="AWS-MobileGrid-Zone-b6fa1d41-0e4a-49a8-9f7f-7007b5b321fe" style="width: 100% !important;">';
|
newHtml +='<table id="AWS-MobileGrid-Zone-b6fa1d41-0e4a-49a8-9f7f-7007b5b321fe" style="width: 100% !important;">';
|
||||||
newHtml +='<tr>';
|
newHtml +='<tr>';
|
||||||
@ -22,24 +20,13 @@ function initMobileData() {
|
|||||||
newHtml +='<td>';
|
newHtml +='<td>';
|
||||||
newHtml +='<table class="" style="width:100%;">';
|
newHtml +='<table class="" style="width:100%;">';
|
||||||
newHtml +='<tbody id="appendBody">';
|
newHtml +='<tbody id="appendBody">';
|
||||||
/*newHtml +='<tr>';
|
|
||||||
newHtml +='<td class="form-grid-mobile-common-row" width=100%>';
|
|
||||||
newHtml +='<span class="form-grid-mobile-common-tap" >xxxxxxxxx</span>';
|
|
||||||
newHtml +='</td>';*/
|
|
||||||
//<span class='form-grid-mobile-common-tap' onclick="AWSCommonGrid.openRowData('b6fa1d41-0e4a-49a8-9f7f-7007b5b321fe', '3d84e52f-9226-4871-a4c2-a1bcb819c5e7', '90%', '90%', 'dialog', '3d84e52f-9226-4871-a4c2-a1bcb819c5e7', false);return false;">epc角色图测试1</span>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
initContentData();
|
initContentData();
|
||||||
|
|
||||||
$("table[id^='AWS-MobileGrid-Zone']").append(newHtml);
|
$("table[id^='AWS-MobileGrid-Zone']").append(newHtml);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 初始化内容数据
|
// 初始化内容数据
|
||||||
function initContentData() {
|
function initContentData() {
|
||||||
debugger;
|
|
||||||
var param = {
|
var param = {
|
||||||
cmd: 'com.actionsoft.apps.coe.pal.publisher_batch_data_query',
|
cmd: 'com.actionsoft.apps.coe.pal.publisher_batch_data_query',
|
||||||
processInstId: $("#processInstId").val(),
|
processInstId: $("#processInstId").val(),
|
||||||
@ -59,11 +46,8 @@ function initContentData() {
|
|||||||
}
|
}
|
||||||
closeFormPage = r.data.closeFormPage;
|
closeFormPage = r.data.closeFormPage;
|
||||||
var newData = r.data.newData;
|
var newData = r.data.newData;
|
||||||
newTemp = newData;
|
|
||||||
var changeData = r.data.changeData;
|
var changeData = r.data.changeData;
|
||||||
changeTemp = changeData;
|
|
||||||
var stopData = r.data.stopData;
|
var stopData = r.data.stopData;
|
||||||
stopTemp = stopData;
|
|
||||||
var checkImg = '../apps/_bpm.portal/img/icheck_checkbox_check.png';
|
var checkImg = '../apps/_bpm.portal/img/icheck_checkbox_check.png';
|
||||||
var uncheckImg = '../apps/_bpm.portal/img/icheck_checkbox_uncheck.png';
|
var uncheckImg = '../apps/_bpm.portal/img/icheck_checkbox_uncheck.png';
|
||||||
if (!$.isEmptyObject(newData)) {
|
if (!$.isEmptyObject(newData)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user