This website works better with JavaScript.
首頁
探索
說明
註冊
登入
bjquanjiang
/
DigitalScholl
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
web 解决流程打印input行空缺问题
和田中职
yxq
6 月之前
父節點
92e8f12b24
當前提交
8b4692433f
共有
1 個文件被更改
,包括
5 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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) {
Write
Preview
Loading…
取消
儲存