Files
pingan_new/storage/framework/views/55f67c81269667a4b56e738a19df4da65ab9d9ea.php
2020-08-06 16:42:18 +08:00

37 lines
1.5 KiB
PHP

<?php $__env->startSection('title', '订单列表'); ?>
<?php $__env->startSection('css'); ?>
<link rel="stylesheet" href="<?php echo e(asset('assets/merchant/css/plugins/datapicker/datepicker3.css'), false); ?>" />
<?php $__env->stopSection(); ?>
<?php $__env->startPush('script'); ?>
<script type="text/javascript" src="<?php echo e(asset('assets/merchant/js/plugins/datapicker/bootstrap-datepicker.js'), false); ?>"></script>
<script type="text/javascript">
$("#time-interval .input-daterange").datepicker({
keyboardNavigation: !1,
forceParse: !1,
autoclose: !0,
clearBtn: true,
});
</script>
<?php $__env->stopPush(); ?>
<?php $__env->startSection('content'); ?>
<form method="post" class="form-horizontal">
<div class="form-group" id="time-interval">
<label class="col-xs-3 control-label">日期</label>
<div class="col-xs-8 input-daterange">
<input type="text" class="input-sm form-control" placeholder="核销时间" readonly name="date" value="" />
</div>
</div>
<div class="form-group">
<div class="col-xs-8 col-xs-offset-3">
<?php echo csrf_field(); ?>
<button class="btn btn-primary ajax-post" type="submit">确认分润</button>
</div>
</div>
</form>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('Merchant::layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/wwwroot/pingan/app/Merchant/Resources/views/coupon/profits.blade.php ENDPATH**/ ?>