使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bjquanjiang
/
DigitalScholl
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
web 解决流程打印input行空缺问题
和田中职
yxq
6 个月前
父节点
92e8f12b24
当前提交
8b4692433f
共有
1 个文件被更改
,包括
5 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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) {
撰写
预览
正在加载...
取消
保存