dggjimai/runtime/temp/ce8ecc9e12adf5d8127ce76862c...

273 lines
12 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php /*a:2:{s:102:"/Library/WebServer/Documents/dggxiangmu/dggjimai/application/admin/view/consignment_order/examine.html";i:1641220176;s:84:"/Library/WebServer/Documents/dggxiangmu/dggjimai/application/admin/view/layout1.html";i:1640153289;}*/ ?>
<?php if(!$admin['pjax']): ?>
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<?php endif; ?>
<title><?php echo htmlentities((isset($admin['title']) && ($admin['title'] !== '')?$admin['title']:'Admin')); ?> | <?php echo htmlentities((isset($admin['name']) && ($admin['name'] !== '')?$admin['name']:'Admin')); ?></title>
<?php if(!$admin['pjax']): ?>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="/static/layui-admin/dist/layuiadmin/layui/css/layui.css?v=2.6.6.20211117" media="all">
<link rel="stylesheet" href="/static/layui-admin/dist/layuiadmin/style/like.css?v=2.6.6.20211117" media="all">
<script src="/static/layui-admin/dist/layuiadmin/layui/layui.js?v=2.6.6.20211117"></script>
</head>
<body class="hold-transition skin-blue sidebar-mini">
<?php endif; ?>
<!-- 内容 -->
<div id="pjax-container">
<style>
.layui-form-label{
width:180px;
}
.div-flex {
display: flex;
align-items: center;
justify-content: left;
}
.width-160 {
width: 200px;
float: left;
display: block;
padding: 9px 15px;
font-weight: 400;
}
.layui-table th {
text-align: center;
}
.table-margin{
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
.image{
height:50px;
width: 50px;
}
.mt50{
margin-left: 50px;
}
</style>
<div class="layui-card-body" >
<!--基本信息-->
<div class="layui-form" lay-filter="layuiadmin-form-order" id="layuiadmin-form-order" >
<input type="hidden" class="order_id" name="order_id" value="<?php echo htmlentities($detail['id']); ?>">
<div class="layui-form-item">
<fieldset class="layui-elem-field layui-field-title">
<legend>取货信息</legend>
</fieldset>
</div>
<div class="layui-form-item div-flex">
<label class="layui-form-label ">取货人:</label>
<div class="width-160"><?php echo htmlentities($detail['consignee']); ?></div>
<label class="layui-form-label ">手机号:</label>
<div class="width-160"><?php echo htmlentities($detail['mobile']); ?></div>
<label class="layui-form-label ">取货地址:</label>
<div class="width-160"><?php echo htmlentities($detail['address']); ?></div>
<label class="layui-form-label ">取货时间:</label>
<div class="width-160"><?php echo htmlentities($detail['takeparts_time']); ?></div>
</div>
<div class="layui-form-item">
<fieldset class="layui-elem-field layui-field-title">
<legend>退货信息</legend>
</fieldset>
</div>
<?php if($detail['is_return'] == '1'): ?>
<div class="layui-form-item div-flex">
<label class="layui-form-label ">退货人:</label>
<div class="width-160"><?php echo htmlentities($detail['consignee']); ?></div>
<label class="layui-form-label ">手机号:</label>
<div class="width-160"><?php echo htmlentities($detail['mobile']); ?></div>
<label class="layui-form-label ">退货地址:</label>
<div class="width-160"><?php echo htmlentities($detail['address']); ?></div>
</div>
<?php else: ?>
<div class="layui-form-item div-flex">
<label class="layui-form-label"></label>
<div class="width-160">无需退回</div>
</div>
<?php endif; ?>
<div class="layui-form-item">
<fieldset class="layui-elem-field layui-field-title">
<legend>商品信息</legend>
</fieldset>
</div>
<div class="layui-form-item table-margin">
<table class="layui-table">
<colgroup>
<col width="250">
<col width="200">
<col width="200">
<col width="100">
</colgroup>
<thead>
<tr>
<th>图片</th>
<th>商品名称</th>
<th>商品信息</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<?php foreach($detail['consignment_order_goods'] as $k => $goods): ?>
<tr>
<td>
<div style="text-align: left">
<?php foreach($goods['img_list'] as $k1 => $img): ?>
<div style="float:left; margin-right: 10px;">
<img src="<?php echo htmlentities($img['ori_image']); ?>" class="image-show image" >
</div>
<?php endforeach; ?>
</div>
</td>
<td>
<div style="text-align: left">
<?php echo htmlentities($goods['goods_name']); ?>
</div>
</td>
<td>
<div style="text-align: left">
<div class="layui-col-md9">
<p style="margin-top: 10px">购买价格:<?php echo htmlentities($goods['goods_price']); ?></p>
<p>尺寸:<?php echo htmlentities($goods['item_value']); ?></p>
<p>品牌:<?php echo htmlentities($goods['brand_name']); ?></p>
<p>品类:<?php echo htmlentities($goods['class_name']); ?></p>
<p>品相:<?php echo htmlentities($goods['phase_name']); ?></p>
<p>购买渠道:<?php echo htmlentities($goods['channel_name']); ?></p>
</div>
</div>
</td>
<td>
<?php if($goods['refund_status']=='0'): ?>
<button type="submit" class="layui-btn layui-btn-sm layui-btn-normal width_160 agree" goods_id="<?php echo htmlentities($goods['id']); ?>">同意</button>
<button type="submit" class="layui-btn layui-btn-sm layui-btn-danger width_160 refuse" goods_id="<?php echo htmlentities($goods['id']); ?>">拒绝</button>
<?php endif; ?>
</td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
</div>
</div>
</div>
<script type="text/javascript">
//注意:选项卡 依赖 element 模块,否则无法进行功能性操作
layui.config({
version:"2.6.6.20211117",
base: '/static/layui-admin/dist/layuiadmin/' //静态资源所在路径
}).extend({
index: 'lib/index' //主入口模块
}).use(['index', 'element', 'jquery', 'like'], function () {
var $ = layui.$;
var like = layui.like;
//主图放大
$(document).on('click', '.image-show', function () {
var src = $(this).attr('src');
like.showImg(src,400);
});
//商家同意
$('.agree').click(function () {
var id=$(this).attr('goods_id');
layer.confirm(
"商品估价:"+"<input type=text name=evaluation_price id='evaluation_price' placeholder='请输入估价' autocomplete=off class=layui-input style='height:40px'>", {
btn: ['确认','取消'] //按钮
}, function(){
var evaluation_price = $('#evaluation_price').val();
if (evaluation_price == null || evaluation_price == undefined || evaluation_price == ''){
layer.msg('请填写估价!');
return false;
}
like.ajax({
url: '<?php echo url("consignment_order/agree"); ?>'
, data: {'id': id,'evaluation_price':evaluation_price}
, type: 'post'
, success: function (res) {
if (res.code == 1) {
layui.layer.msg(res.msg, {
offset: '15px'
, icon: 1
, time: 1000
},function () {
if(res.data==1){
var index = parent.layer.getFrameIndex(window.name);
parent.location.reload();
parent.layer.close(index);
}else{
location.reload();
}
});
}else{
layui.layer.msg(res.msg, {
offset: '15px'
, icon: 2
, time: 1000
})
}
}
});
return false;
});
});
//商家拒绝
$('.refuse').click(function () {
var id=$(this).attr('goods_id');
layer.confirm(
"拒绝原因:"+"<textarea id='remark' name='remark' class='layui-textarea' type='text' style='height:100px'></textarea>", {
btn: ['确认','取消'] //按钮
}, function(){
var remark = $('#remark').val();
if (remark == null || remark == undefined || remark == ''){
layer.msg('请填写拒绝原因!');
return false;
}
like.ajax({
url: '<?php echo url("consignment_order/refuse"); ?>'
, data: {'id': id,'remark':remark}
, type: 'post'
, success: function (res) {
if (res.code == 1) {
layui.layer.msg(res.msg, {
offset: '15px'
, icon: 1
, time: 1000
},function () {
if(res.data==1){
var index = parent.layer.getFrameIndex(window.name);
parent.location.reload();
parent.layer.close(index);
}else{
location.reload();
}
});
}else{
layui.layer.msg(res.msg, {
offset: '15px'
, icon: 2
, time: 1000
})
}
}
});
return false;
});
});
});
</script>
</div>
<?php if(!$admin['pjax']): ?>
<?php endif; if(!$admin['pjax']): ?>
</body>
</html>
<?php endif; ?>