发布子表调整

This commit is contained in:
lihongyu 2022-09-27 16:45:48 +08:00
parent 5616a4705d
commit ce00194f08

View File

@ -306,9 +306,9 @@ function initHtml() {
changeHtml += '<tr>';
changeHtml += '<th style="background-color:#fff;" class="width_2"><input name="checkAll" id="change_check_all" type="checkbox" class="awsui-checkbox"></th>';
changeHtml += '<th style="background-color:#fff;" class="width_2">序号</th>';
changeHtml += '<th style="background-color:#fff;" class="width_20">流程制度模型</th>';
changeHtml += '<th style="background-color:#fff;" class="width_20">变更后流程制度模型</th>';
changeHtml += '<th style="background-color:#fff;" class="width_35">文件预览</th>';
changeHtml += '<th style="background-color:#fff;" class="width_17">流程制度模型</th>';
changeHtml += '<th style="background-color:#fff;" class="width_17">变更后流程制度模型</th>';
changeHtml += '<th style="background-color:#fff;" class="width_30">文件预览</th>';
changeHtml += '<th style="background-color:#fff;" class="width_20">文件编号</th>';
changeHtml += '</tr>';
changeHtml += '</thead>';
@ -670,6 +670,7 @@ function showlist(data, type, pageNumber, start){
//html += '<td ' + tableTdCss + ' id="report_' + curr.changeFileId + '">' + reportName + '</td>';
//html += '<td ' + tableTdCss + '>' + fName + '</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 += '<td ' + tableTdCss + '>' + changNumer +'</td>';
html += '</tr>';
// select2下拉框处理
var opt1 = {