Преглед изворни кода

修改流程表单打印表格数据不显示的问题

金隅分支
zhichao lei пре 4 година
родитељ
комит
97c5b759a8
1 измењених фајлова са 5 додато и 5 уклоњено
  1. +5
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js

+ 5
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js Прегледај датотеку

@@ -200,13 +200,13 @@
} }
else if (_item.type == 'input') { else if (_item.type == 'input') {
var colspan = _item.col * 2 - 1; var colspan = _item.col * 2 - 1;
var _text = _item.text;
var _text = '';
if (_item.text) {
_text = _item.text;
}
if (_item.textList) { if (_item.textList) {
_text = String(_item.textList); _text = String(_item.textList);
} else {
_text = '';
}

}
var $td = a('<td class="input" >' + _text + '</td>'); var $td = a('<td class="input" >' + _text + '</td>');
$td.attr('colspan', colspan); $td.attr('colspan', colspan);
$tr.append('<td class="input inputname" >' + _item.name + ':</td>'); $tr.append('<td class="input inputname" >' + _item.name + ':</td>');


Loading…
Откажи
Сачувај