发布代码调整

This commit is contained in:
zhal 2022-08-19 18:18:25 +08:00
parent 018472163f
commit 4a4c7908b7
3 changed files with 2 additions and 19 deletions

View File

@ -890,7 +890,7 @@ function queryTree() {
}
//校验模型中支持文件附件是否上传
function publishFlowCheck(data) {
var ids = [];
for (var i = 0; i < data.length; i++) {
@ -900,7 +900,7 @@ function publishFlowCheck(data) {
}
}
//校验模型中支持文件附件是否上传
var param = {
sid : sid,
cmd : "com.actionsoft.apps.coe.pal.publisher_get_publishFlow_files",
@ -1455,7 +1455,6 @@ function quickCreateReport(obj, object, type) {
$(object).text(targetFileName);
}
}else{
debugger;
//更新数据记录
if (type == 'new') {
var fileName = obj.publishFileName + ' V' + obj.fileVersion + '-' + getOutputName(category, method);

View File

@ -4,8 +4,6 @@ var pageLimit = 10;
*/
function initMobileData() {
$("table[id^='AWS-MobileGrid-Zone']").empty();
var newHtml = '';
newHtml +='<table id="AWS-MobileGrid-Zone-b6fa1d41-0e4a-49a8-9f7f-7007b5b321fe" style="width: 100% !important;">';
newHtml +='<tr>';
@ -22,24 +20,13 @@ function initMobileData() {
newHtml +='<td>';
newHtml +='<table class="" style="width:100%;">';
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();
$("table[id^='AWS-MobileGrid-Zone']").append(newHtml);
}
// 初始化内容数据
function initContentData() {
debugger;
var param = {
cmd: 'com.actionsoft.apps.coe.pal.publisher_batch_data_query',
processInstId: $("#processInstId").val(),
@ -59,11 +46,8 @@ function initContentData() {
}
closeFormPage = r.data.closeFormPage;
var newData = r.data.newData;
newTemp = newData;
var changeData = r.data.changeData;
changeTemp = changeData;
var stopData = r.data.stopData;
stopTemp = stopData;
var checkImg = '../apps/_bpm.portal/img/icheck_checkbox_check.png';
var uncheckImg = '../apps/_bpm.portal/img/icheck_checkbox_uncheck.png';
if (!$.isEmptyObject(newData)) {