信呼v2.5.1版本

This commit is contained in:
雨中磐石
2022-11-17 16:20:57 +08:00
parent 44100a4ab9
commit f4d68700c7
65 changed files with 1642 additions and 245 deletions

View File

@@ -268,9 +268,13 @@ function optmenuclass(o1,num,id,obj,mname,oi, cola){
if(lx==4){
js.prompt(d.name, '说明('+bts+')', function(index, text){
if(index=='yes'){
var ad=js.getformdata('myformsbc');
for(var i in ad)d['fields_'+i+'']=ad[i];
me.okchangevalue(d, text);
if(!text && d.issm==1){
js.msg('msg','没有输入['+d.name+']说明');
}else{
var ad=js.getformdata('myformsbc');
for(var i in ad)d['fields_'+i+'']=ad[i];
me.okchangevalue(d, text);
}
return true;
}
},'','<div align="left" id="showmenusss" style="padding:10px">加载中...</div>', uostr);
@@ -724,6 +728,15 @@ function publicdaochuobj(options){
this._init();
}
function pirnttablelist(d,na){
var rnd = d.printrnd;
if(!rnd){
rnd = 'table'+js.getrand();
window[rnd] = d;
d.printrnd = rnd;
}
window.open('?d=public&m=print&table='+rnd+'&modename='+jm.base64encode(na)+'');
}
//重写js.tanbody
/*