|
|
|
|
@ -15,6 +15,9 @@
|
|
|
|
|
<script type="text/javascript" src="/js/jquery.form.min.js"></script>
|
|
|
|
|
<link href="/css/webht/bootstrap.min.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
<link rel="stylesheet" href="/css/webht/flatpicker.min.css">
|
|
|
|
|
<style>
|
|
|
|
|
@media (min-width: 768px){ .modal-dialog{ width: min(60%, 800px); margin: 30px auto;}}
|
|
|
|
|
</style>
|
|
|
|
|
<style type="text/css">
|
|
|
|
|
.export_form_area{display: inline-block;padding: 6px;border: 1px solid #ccc;background-color: #ccc;/*position: absolute;top: 0;left: 17%;*/}
|
|
|
|
|
.trigger_export_btn{position: absolute;top: 0;left: 50%;}
|
|
|
|
|
@ -325,7 +328,7 @@
|
|
|
|
|
} ?>
|
|
|
|
|
<div class="flex items-center">
|
|
|
|
|
<a href="javascript:void(0);" class="btn btn-sm <?php echo $send_class; ?>" onclick="show_gai_modal('<?php echo $item->OPN_SN; ?>')">
|
|
|
|
|
<?php echo $item->OPN_noticeSendStatus ; ?>
|
|
|
|
|
<?php echo $item->OPN_noticeSendStatus ? $item->OPN_noticeSendStatus : '⏳' ; ?>
|
|
|
|
|
</a>
|
|
|
|
|
<span class="ml-auto"><?php echo ($recored_text); ?></span>
|
|
|
|
|
</div>
|
|
|
|
|
|