このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
bjquanjiang
/
DigitalScholl
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
流程打印表单间距;打印过滤催办
新疆警官学校中职
ndbs
2年前
親
7bada55a8a
コミット
5088fe91b0
2個のファイルの変更
、
12行の追加
、
6行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+9
-4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js
+3
-2
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jqprint.css
+ 9
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/NWFContainerForm.js
ファイルの表示
@@ -1873,8 +1873,10 @@ var bootstrap = function ($, learun) {
continue;
}
}
res.push(ainfo[i]);
}
if (ainfo[i].title != '开始') {
res.push(ainfo[i]);
}
}
$.jqprintForm(res);
}
else {
@@ -1894,8 +1896,11 @@ var bootstrap = function ($, learun) {
continue;
}
}
res1.push(ainfo[i1]);
}
//res1.push(ainfo[i1]);
if (ainfo[i1].title != '开始') {
res1.push(ainfo[i1]);
}
}
$.jqprintForm(res1);
}
+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/jquery/plugin/jqprint/jqprint.css
ファイルの表示
@@ -482,7 +482,7 @@ body {
color: #333;
background-color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-osx-font-smoothing: grayscale;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
@@ -510,7 +510,7 @@ a {
}
body {
padding:
15px
;
padding:
25mm
;
color: #333;
}
@@ -530,6 +530,7 @@ td,th {
}
.inputname {
text-align: right;
width: 40mm;
}
.anodeinfod {
position:relative;
書き込み
プレビュー
読み込み中…
キャンセル
保存