信呼OA版本v2.3.9
This commit is contained in:
@@ -419,7 +419,8 @@ if($stype!=''){
|
||||
</div>
|
||||
|
||||
<?php
|
||||
if($stype=='' && $cheikbo){
|
||||
$modelujs = arrvalue($da['arr'], 'modelujs');
|
||||
if($stype=='' && ($cheikbo || $modelujs)){
|
||||
?>
|
||||
<script type="text/javascript" src="web/res/js/jquery-changeuser.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="mode/plugin/css/jquery-rockdatepicker.css"/>
|
||||
@@ -427,7 +428,7 @@ if($stype=='' && $cheikbo){
|
||||
<script type="text/javascript" src="mode/plugin/jquery-signature.js"></script>
|
||||
<script type="text/javascript" src="web/res/js/jquery-rockupload.js"></script>
|
||||
<?php
|
||||
if($flowinfor['checkfields'] && $da['inputjspath']!='')echo '<script type="text/javascript" id="modelujs" src="'.$da['inputjspath'].'"></script>';
|
||||
if(($modelujs || $flowinfor['checkfields']) && $da['inputjspath']!='')echo '<script type="text/javascript" id="modelujs" src="'.$da['inputjspath'].'?'.time().'"></script>';
|
||||
|
||||
}?>
|
||||
</body>
|
||||
|
||||
@@ -377,7 +377,8 @@ if($da['arr']['isplview']=='1'){
|
||||
?>
|
||||
</div>
|
||||
<?php
|
||||
if($cheikbo){
|
||||
$modelujs = arrvalue($da['arr'], 'modelujs');
|
||||
if($cheikbo || $modelujs){
|
||||
?>
|
||||
<script type="text/javascript" src="web/res/js/jquery-changeuser.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="mode/plugin/css/jquery-rockdatepicker.css"/>
|
||||
@@ -385,7 +386,7 @@ if($cheikbo){
|
||||
<script type="text/javascript" src="mode/plugin/jquery-signature.js"></script>
|
||||
<script type="text/javascript" src="web/res/js/jquery-rockupload.js"></script>
|
||||
<?php
|
||||
if($flowinfor['checkfields'] && $da['inputjspath']!='')echo '<script type="text/javascript" id="modelujs" src="'.$da['inputjspath'].'"></script>';
|
||||
if(($modelujs || $flowinfor['checkfields']) && $da['inputjspath']!='')echo '<script type="text/javascript" id="modelujs" src="'.$da['inputjspath'].'?'.time().'"></script>';
|
||||
|
||||
}?>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user