流程更新编号显示修改
This commit is contained in:
parent
1247191e0f
commit
3c8ca416d9
@ -608,6 +608,10 @@ function showlist(data, type, pageNumber, start){
|
||||
|
||||
var fName = '';
|
||||
var upFileId = curr.upfileId;
|
||||
var changNumer = '';
|
||||
if(curr.changedNumber != undefined){
|
||||
changNumer = curr.changedNumber;
|
||||
}
|
||||
if(upFileId!=''&&upFileId!=undefined){
|
||||
for(var i = 0; i < upFileId.length; i++){
|
||||
var upFileJson = upFileId[i]
|
||||
@ -656,7 +660,7 @@ function showlist(data, type, pageNumber, start){
|
||||
html += '<td ' + tableTdCss + '></p>' + reportName + fName +'</td>';
|
||||
//html += '<td ' + tableTdCss + ' id="report_' + curr.changeFileId + '">' + reportName + '</td>';
|
||||
//html += '<td ' + tableTdCss + '>' + fName + '</td>';
|
||||
html += '<td ' + tableTdCss + '>' + curr.changedNumber + '</td>';
|
||||
html += '<td ' + tableTdCss + '>' + changNumer + '</td>';
|
||||
//html += '<td style="padding:1px;"><textarea onblur="changeDesc(\'change\',\'' + curr.changeFileId + '\', this)" style="width:100%;height:30px;" ' + textareaPerm + ' class="awsui-input">' + curr.changedDesc + '</textarea></td>';
|
||||
html += '</tr>';
|
||||
// select2下拉框处理
|
||||
|
||||
Loading…
Reference in New Issue
Block a user