|
unction addorder(){
$.dialog({
content: "url:file:///C:\Users\Administrator\AppData\Roaming\Tencent\QQ\Temp\%W@GJ$ACOF(TYDYECOKVDYB.pngsrmDeliveryController.do
?goAdd",
lock : true,
title:"新增发货单",
zIndex: getzIndex(),
width:800,
height: 600,
parent:windowapi,
cache:false,
ok: function(){
var iframe = this.iframe.contentWindow;
return true;
},
cancelVal: '关闭',
cancel: function(){
}
});}
怎么加滚动条
|
|