Commit 0faaf80c authored by 徐州's avatar 徐州

Merge branch 'master' of http://gitlab.house365.com/xuzhou/njzsb

* 'master' of http://gitlab.house365.com/xuzhou/njzsb:
  打印方向
parents 97852bb7 1225fb02
......@@ -480,8 +480,8 @@
}
.f3211 {
left: 585px;
top: 950px;
left: 555px;
top: 910px;
font-size: 15.8px;
}
.f3111 img,
......@@ -500,11 +500,17 @@
parent.close_win('win_paymentVoucher')
})
function doPrint() {
var numSz = 2
if(${rfxm.mjyj== '002'} || ${rfxm.mjyj== '004'} ){
numSz = 1
}else{
numSz = 2
}
myDoc = {
settings: {
pageWidth: 2100,
pageHeight: 1400,
orientation: 2},
orientation: numSz},
documents: document,
marginIgnored:true,
dragDesigner: {viewSource:true},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment