소스 검색

web 解决流程打印input行空缺问题

和田中职
yxq 6 달 전
부모
커밋
8b4692433f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js

+ 5
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jquery.jqprint-0.3.js 파일 보기

@@ -201,6 +201,11 @@
$tr = a('<tr></tr>');
}
else if (_item.type == 'input') {
if(data[_index+1].type == 'anodeinfo'||data[_index+1].type == 'gird'){
if(num - (_item.col * 2 - 1) - 1 > 0){
_item.col = num/2
}
}
var colspan = _item.col * 2 - 1;
var _text = '';
if (_item.text) {


불러오는 중...
취소
저장