Merge branch 'feature/ylw-06-10' of wmtx/platform into release

新增公司选择默认模板
master
廖金灵 5 years ago committed by Gogs
commit 1907985e7b

@ -113,7 +113,7 @@
<!-- <option value="">请选择是否签署合同</option> -->
<option value="0" selected>不显示</option>
<?php foreach($serviceAgreements as $index => $service):?>
<option value="{$service.id}" <?php if($index == 0):?>selected<?php endif;?>>{$service.name}</option>
<option value="{$service.id}" <?php if($service['status'] == 2):?>selected<?php endif;?>>{$service.name}</option>
<?php endforeach;?>
</select>
</div>

Loading…
Cancel
Save