From 09e4d23ce95e09a86708a3d44b60b3abb06a9c02 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Wed, 2 Jan 2019 10:03:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/controller/order/StoreOrderPink.php | 1 - .../admin/controller/ump/StoreCombination.php | 396 ------------ .../admin/view/store/store_bargain/index.php | 236 ------- .../view/store/store_combination/attr.php | 371 ----------- .../view/store/store_combination/index.php | 159 ----- .../admin/view/store/store_coupon/grant.php | 90 --- .../view/store/store_coupon/grant_all.php | 90 --- .../view/store/store_coupon/grant_group.php | 115 ---- .../store/store_coupon/grant_subscribe.php | 90 --- .../view/store/store_coupon/grant_tag.php | 115 ---- .../admin/view/store/store_coupon/index.php | 157 ----- .../view/store/store_coupon_issue/index.php | 107 --- .../store/store_coupon_issue/issue_log.php | 40 -- .../view/store/store_coupon_user/index.php | 104 --- .../admin/view/store/store_order/express.php | 57 -- .../admin/view/store/store_order/index.php | 609 ------------------ .../view/store/store_order/order_info.php | 138 ---- .../view/store/store_order/order_status.php | 79 --- .../view/store/store_order/orderchart.php | 278 -------- .../view/store/store_order_pink/index.php | 212 ------ .../store/store_order_pink/order_pink.php | 173 ----- .../store/store_order_pink/order_status.php | 79 --- .../admin/view/store/store_seckill/attr.php | 371 ----------- .../admin/view/store/store_seckill/index.php | 148 ----- .../view/store/store_service/chat_list.php | 46 -- .../view/store/store_service/chat_user.php | 32 - .../admin/view/store/store_service/create.php | 157 ----- .../admin/view/store/store_service/edit.php | 28 - .../admin/view/store/store_service/index.html | 161 ----- .../admin/view/store/store_service/index.php | 74 --- .../view/store/store_statistics/index.php | 443 ------------- .../admin/view/ump/store_bargain/index.php | 228 ------- .../admin/view/ump/store_combination/attr.php | 371 ----------- .../ump/store_combination/combina_list.php | 213 ------ .../view/ump/store_combination/index.php | 246 ------- .../view/ump/store_combination/order_pink.php | 173 ----- 36 files changed, 6387 deletions(-) delete mode 100644 application/admin/controller/order/StoreOrderPink.php delete mode 100644 application/admin/controller/ump/StoreCombination.php delete mode 100644 application/admin/view/store/store_bargain/index.php delete mode 100644 application/admin/view/store/store_combination/attr.php delete mode 100644 application/admin/view/store/store_combination/index.php delete mode 100644 application/admin/view/store/store_coupon/grant.php delete mode 100644 application/admin/view/store/store_coupon/grant_all.php delete mode 100644 application/admin/view/store/store_coupon/grant_group.php delete mode 100644 application/admin/view/store/store_coupon/grant_subscribe.php delete mode 100644 application/admin/view/store/store_coupon/grant_tag.php delete mode 100644 application/admin/view/store/store_coupon/index.php delete mode 100644 application/admin/view/store/store_coupon_issue/index.php delete mode 100644 application/admin/view/store/store_coupon_issue/issue_log.php delete mode 100644 application/admin/view/store/store_coupon_user/index.php delete mode 100644 application/admin/view/store/store_order/express.php delete mode 100644 application/admin/view/store/store_order/index.php delete mode 100644 application/admin/view/store/store_order/order_info.php delete mode 100644 application/admin/view/store/store_order/order_status.php delete mode 100644 application/admin/view/store/store_order/orderchart.php delete mode 100644 application/admin/view/store/store_order_pink/index.php delete mode 100644 application/admin/view/store/store_order_pink/order_pink.php delete mode 100644 application/admin/view/store/store_order_pink/order_status.php delete mode 100644 application/admin/view/store/store_seckill/attr.php delete mode 100644 application/admin/view/store/store_seckill/index.php delete mode 100644 application/admin/view/store/store_service/chat_list.php delete mode 100644 application/admin/view/store/store_service/chat_user.php delete mode 100644 application/admin/view/store/store_service/create.php delete mode 100644 application/admin/view/store/store_service/edit.php delete mode 100644 application/admin/view/store/store_service/index.html delete mode 100644 application/admin/view/store/store_service/index.php delete mode 100644 application/admin/view/store/store_statistics/index.php delete mode 100644 application/admin/view/ump/store_bargain/index.php delete mode 100644 application/admin/view/ump/store_combination/attr.php delete mode 100644 application/admin/view/ump/store_combination/combina_list.php delete mode 100644 application/admin/view/ump/store_combination/index.php delete mode 100644 application/admin/view/ump/store_combination/order_pink.php diff --git a/application/admin/controller/order/StoreOrderPink.php b/application/admin/controller/order/StoreOrderPink.php deleted file mode 100644 index a10a36f6..00000000 --- a/application/admin/controller/order/StoreOrderPink.php +++ /dev/null @@ -1 +0,0 @@ -request); $this->assign('where',$where); $this->assign(StorePink::systemPage($where)); return $this->fetch(); } public function order_pink($id){ if(!$id) return $this->failed('数据不存在'); $StorePink = StorePink::getPinkUserOne($id); if(!$StorePink) return $this->failed('数据不存在!'); $list = StorePink::getPinkMember($id); $list[] = $StorePink; $this->assign('list',$list); return $this->fetch(); } /** * 修改支付金额等 * @param $id * @return mixed|\think\response\Json|void */ public function edit($id) { if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); $this->assign([ 'title'=>'修改订单','rules'=>$this->read($id)->getContent(), 'action'=>Url::build('update',array('id'=>$id)) ]); return $this->fetch('public/common_form'); } public function read($id) { if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); FormBuilder::text('order_id','订单编号',$product->getData('order_id'))->readonly(); FormBuilder::number('total_price','商品总价',$product->getData('total_price'))->min(0); FormBuilder::number('total_postage','原始邮费',$product->getData('total_postage'))->min(0); FormBuilder::number('pay_price','实际支付金额',$product->getData('pay_price'))->min(0); FormBuilder::number('pay_postage','实际支付邮费',$product->getData('pay_postage'))->min(0); FormBuilder::number('gain_integral','赠送积分',$product->getData('gain_integral'))->min(0); return FormBuilder::builder(); } public function update(Request $request, $id) { $data = Util::postMore([ 'order_id', 'total_price', 'total_postage', 'pay_price', 'pay_postage', 'gain_integral', ],$request); if($data['total_price'] <= 0) return Json::fail('请输入商品总价'); if($data['pay_price'] <= 0) return Json::fail('请输入实际支付金额'); $data['order_id'] = StoreOrderModel::changeOrderId($data['order_id']); StoreOrderModel::edit($data,$id); HookService::afterListen('store_product_order_edit',$data,$id,false,StoreProductBehavior::class); StoreOrderStatus::setStatus($id,'order_edit','修改商品总价为:'.$data['total_price'].' 实际支付金额'.$data['pay_price']); return Json::successful('修改成功!'); } /** * 送货 * @param $id * send */ public function delivery($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['paid'] == 1 && $product['status'] == 0) { $this->assign([ 'title' => '送货信息', 'rules' => $this->readDelivery($id)->getContent(), 'action' => Url::build('updateDelivery', array('id' => $id)) ]); return $this->fetch('public/common_form'); } else return Json::fail('数据不存在!'); } public function readDelivery($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); FormBuilder::text('delivery_name','送货人姓名'); FormBuilder::text('delivery_id','送货人电话')->number(); return FormBuilder::builder(); } public function updateDelivery(Request $request, $id){ $data = Util::postMore([ 'delivery_name', 'delivery_id', ],$request); $data['delivery_type'] = 'send'; if(!$data['delivery_name']) return Json::fail('请输入送货人姓名'); if(!(int)$data['delivery_id']) return Json::fail('请输入送货人电话号码'); else if(!preg_match("/^1[3456789]{1}\d{9}$/",$data['delivery_id'])) return Json::fail('请输入正确的送货人电话号码'); $data['status'] = 1; StoreOrderModel::edit($data,$id); HookService::afterListen('store_product_order_delivery',$data,$id,false,StoreProductBehavior::class); StoreOrderStatus::setStatus($id,'delivery','已配送 发货人:'.$data['delivery_name'].' 发货人电话:'.$data['delivery_id']); return Json::successful('修改成功!'); } /** * 发货 * @param $id * express */ public function deliver_goods($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['paid'] == 1 && $product['status'] == 0){ $this->assign([ 'title'=>'发货信息','rules'=>$this->readDeliveryGoods($id)->getContent(), 'action'=>Url::build('updateDeliveryGoods',array('id'=>$id)) ]); return $this->fetch('public/common_form'); } else return Json::fail('数据不存在!'); } public function readDeliveryGoods($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); FormBuilder::select('delivery_name','快递公司',function(){ $list = db('express')->where('is_show',1)->column('id,name'); $menus = []; foreach ($list as $k=>$v){ $menus[] = ['value'=>$v,'label'=>$v]; } return $menus; })->filterable(); FormBuilder::text('delivery_id','快递单号'); return FormBuilder::builder(); } public function updateDeliveryGoods(Request $request, $id){ $data = Util::postMore([ 'delivery_name', 'delivery_id', ],$request); $data['delivery_type'] = 'express'; if(!$data['delivery_name']) return Json::fail('请选择快递公司'); if(!$data['delivery_id']) return Json::fail('请输入快递单号'); $data['status'] = 1; StoreOrderModel::edit($data,$id); HookService::afterListen('store_product_order_delivery_goods',$data,$id,false,StoreProductBehavior::class); StoreOrderStatus::setStatus($id,'delivery_goods','已发货 快递公司:'.$data['delivery_name'].' 快递单号:'.$data['delivery_id']); return Json::successful('修改成功!'); } /** * 修改状态为已收货 * @param $id * @return \think\response\Json|void */ public function take_delivery($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['status'] == 2) return Json::fail('不能重复收货!'); if($product['paid'] == 1 && $product['status'] == 1) $data['status'] = 2; else if($product['pay_type'] == 'offline') $data['status'] = 2; else return Json::fail('请先发货或者送货!'); if(!StoreOrderModel::edit($data,$id)) return Json::fail(StoreOrderModel::getErrorInfo('收货失败,请稍候再试!')); else{ try{ HookService::listen('store_product_order_take_delivery',$data,$id,false,StoreProductBehavior::class); }catch (Exception $e){ return Json::fail($e->getMessage()); } StoreOrderStatus::setStatus($id,'take_delivery','已收货'); return Json::successful('收货成功!'); } } /** * 修改退款状态 * @param $id * @return \think\response\Json|void */ public function refund_y($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['paid'] == 1){ $this->assign([ 'title'=>'退款','rules'=>$this->readRefundY($id)->getContent(), 'action'=>Url::build('updateRefundY',array('id'=>$id)) ]); return $this->fetch('public/common_form'); } else return Json::fail('数据不存在!'); } public function readRefundY($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); FormBuilder::text('order_id','退款单号',$product->getData('order_id'))->readonly(); FormBuilder::number('refund_price','退款金额',$product->getData('pay_price'))->min(0); FormBuilder::radio('type','状态',[['label'=>'直接退款','value'=>1],['label'=>'退款后,返回原状态','value'=>2]],1); return FormBuilder::builder(); } public function updateRefundY(Request $request, $id){ $data = Util::postMore([ 'refund_price', ['type',1], ],$request); if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['pay_price'] == $product['refund_price']) return Json::fail('已退完支付金额!不能再退款了'); if(!$data['refund_price']) return Json::fail('请输入退款金额'); $refund_price = $data['refund_price']; $data['refund_price'] = bcadd($data['refund_price'],$product['refund_price'],2); $bj = bccomp((float)$product['pay_price'],(float)$data['refund_price'],2); if($bj < 0) return Json::fail('退款金额大于支付金额,请修改退款金额'); if($data['type'] == 1){ $data['refund_status'] = 2; }else if($data['type'] == 2){ $data['refund_status'] = 0; } $type = $data['type']; unset($data['type']); $refund_data['pay_price'] = $product['pay_price']; $refund_data['refund_price'] = $refund_price; if($product['pay_type'] == 'weixin'){ try{ HookService::listen('wechat_pay_order_refund',$product['order_id'],$refund_data,true,PaymentBehavior::class); }catch(\Exception $e){ return Json::fail($e->getMessage()); } }else if($product['pay_type'] == 'yue'){ ModelBasic::beginTrans(); $res1 = User::bcInc($product['uid'],'now_money',$refund_price,'uid'); $res2 = $res2 = UserBill::income('商品退款',$product['uid'],'now_money','pay_product_refund',$refund_price,$product['id'],$product['pay_price'],'订单退款到余额'.floatval($refund_price).'元'); try{ HookService::listen('store_order_yue_refund',$product,$refund_data,false,StoreProductBehavior::class); }catch (\Exception $e){ ModelBasic::rollbackTrans(); return Json::fail($e->getMessage()); } $res = $res1 && $res2; ModelBasic::checkTrans($res); if(!$res) return Json::fail('余额退款失败!'); } StoreOrderModel::edit($data,$id); $data['type'] = $type; HookService::afterListen('store_product_order_refund_y',$data,$id,false,StoreProductBehavior::class); StoreOrderStatus::setStatus($id,'refund_price','退款给用户'.$refund_price.'元'); return Json::successful('修改成功!'); } /** * 修改配送信息 * @param $id * @return mixed|\think\response\Json|void */ public function distribution($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); $this->assign([ 'title'=>'配送信息','rules'=>$this->readDistribution($id)->getContent(), 'action'=>Url::build('updateDistribution',array('id'=>$id)) ]); return $this->fetch('public/common_form'); } public function readDistribution($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['delivery_type'] == 'send'){ FormBuilder::text('delivery_name','送货人姓名',$product->getData('delivery_name')); FormBuilder::text('delivery_id','送货人电话',$product->getData('delivery_id'))->number(); }else if($product['delivery_type'] == 'express'){ FormBuilder::select('delivery_name','快递公司',function(){ $list = db('express')->where('is_show',1)->column('id,name'); $menus = []; foreach ($list as $k=>$v){ $menus[] = ['value'=>$v,'label'=>$v]; } return $menus; },$product->getData('delivery_name'))->filterable(); FormBuilder::text('delivery_id','快递单号',$product->getData('delivery_id')); } return FormBuilder::builder(); } public function updateDistribution(Request $request, $id){ $data = Util::postMore([ 'delivery_name', 'delivery_id', ],$request); if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['delivery_type'] == 'send'){ if(!$data['delivery_name']) return Json::fail('请输入送货人姓名'); if(!(int)$data['delivery_id']) return Json::fail('请输入送货人电话号码'); else if(!preg_match("/^1[3456789]{1}\d{9}$/",$data['delivery_id'])) return Json::fail('请输入正确的送货人电话号码'); }else if($product['delivery_type'] == 'express'){ if(!$data['delivery_name']) return Json::fail('请选择快递公司'); if(!$data['delivery_id']) return Json::fail('请输入快递单号'); } StoreOrderModel::edit($data,$id); HookService::afterListen('store_product_order_distribution',$data,$id,false,StoreProductBehavior::class); StoreOrderStatus::setStatus($id,'distribution','修改发货信息为'.$data['delivery_name'].'号'.$data['delivery_id']); return Json::successful('修改成功!'); } /** * 修改退款状态 * @param $id * @return mixed|\think\response\Json|void */ public function refund_n($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); $this->assign([ 'title'=>'退款','rules'=>$this->readRefundN($id)->getContent(), 'action'=>Url::build('updateRefundN',array('id'=>$id)) ]); return $this->fetch('public/common_form'); } public function readRefundN($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); FormBuilder::text('order_id','退款单号',$product->getData('order_id'))->readonly(); FormBuilder::textarea('refund_reason','退款原因'); return FormBuilder::builder(); } public function updateRefundN(Request $request, $id){ $data = Util::postMore([ 'refund_reason', ],$request); if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if(!$data['refund_reason']) return Json::fail('请输入退款原因'); $data['refund_status'] = 0; StoreOrderModel::edit($data,$id); HookService::afterListen('store_product_order_refund_n',$data['refund_reason'],$id,false,StoreProductBehavior::class); StoreOrderStatus::setStatus($id,'refund_n','不退款原因:'.$data['refund_reason']); return Json::successful('修改成功!'); } /** * 立即支付 * @param $id */ public function offline($id){ $res = StoreOrderModel::updateOffline($id); if($res){ try{ HookService::listen('store_product_order_offline',$id,false,StoreProductBehavior::class); }catch (Exception $e){ return Json::fail($e->getMessage()); } StoreOrderStatus::setStatus($id,'offline','线下付款'); return Json::successful('修改成功!'); }else{ return Json::fail('修改失败!'); } } /** * 修改积分和金额 * @param $id * @return mixed|\think\response\Json|void */ public function integral_back($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($product['paid'] == 1){ $this->assign([ 'title'=>'退积分','rules'=>$this->readIntegralBack($id)->getContent(), 'action'=>Url::build('updateIntegralBack',array('id'=>$id)) ]); }else{ return Json::fail('参数错误!'); } return $this->fetch('public/common_form'); } public function readIntegralBack($id){ if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); FormBuilder::text('order_id','退积分单号',$product->getData('order_id'))->readonly(); FormBuilder::number('back_integral','退积分')->min(0); return FormBuilder::builder(); } public function updateIntegralBack(Request $request, $id){ $data = Util::postMore([ 'back_integral', ],$request); if(!$id) return $this->failed('数据不存在'); $product = StoreOrderModel::get($id); if(!$product) return Json::fail('数据不存在!'); if($data['back_integral'] <= 0) return Json::fail('请输入积分'); if($product['use_integral'] == $product['back_integral']) return Json::fail('已退完积分!不能再积分了'); $back_integral = $data['back_integral']; $data['back_integral'] = bcadd($data['back_integral'],$product['back_integral'],2); $bj = bccomp((float)$product['use_integral'],(float)$data['back_integral'],2); if($bj < 0) return Json::fail('退积分大于支付积分,请修改退积分'); ModelBasic::beginTrans(); $res1 = User::bcInc($product['uid'],'integral',$back_integral,'uid'); $res2 = UserBill::income('商品退积分',$product['uid'],'integral','pay_product_integral_back',$back_integral,$product['id'],$product['pay_price'],'订单退积分'.floatval($back_integral).'积分到用户积分'); try{ HookService::listen('store_order_integral_back',$product,$back_integral,false,StoreProductBehavior::class); }catch (\Exception $e){ ModelBasic::rollbackTrans(); return Json::fail($e->getMessage()); } $res = $res1 && $res2; ModelBasic::checkTrans($res); if(!$res) return Json::fail('退积分失败!'); StoreOrderModel::edit($data,$id); StoreOrderStatus::setStatus($id,'integral_back','商品退积分:'.$data['back_integral']); return Json::successful('退积分成功!'); } public function remark(Request $request){ $data = Util::postMore(['id','remark'],$request); if(!$data['id']) return Json::fail('参数错误!'); if($data['remark'] == '') return Json::fail('请输入要备注的内容!'); $id = $data['id']; unset($data['id']); StoreOrderModel::edit($data,$id); return Json::successful('备注成功!'); } public function order_status($oid){ if(!$oid) return $this->failed('数据不存在'); $this->assign(StoreOrderStatus::systemPage($oid)); return $this->fetch(); } } \ No newline at end of file diff --git a/application/admin/controller/ump/StoreCombination.php b/application/admin/controller/ump/StoreCombination.php deleted file mode 100644 index b88f6df3..00000000 --- a/application/admin/controller/ump/StoreCombination.php +++ /dev/null @@ -1,396 +0,0 @@ -assign('countCombination',StoreCombinationModel::getCombinationCount()); - $this->assign(StoreCombinationModel::getStatistics()); - $this->assign('combinationId',StoreCombinationModel::getCombinationIdAll()); - return $this->fetch(); - } - public function save_excel(){ - $where = Util::getMore([ - ['is_show',''], - ['store_name',''], - ]); - StoreCombinationModel::SaveExcel($where); - } - /** - * 异步获取拼团数据 - */ - public function get_combination_list(Request $request){ - $where=Util::getMore([ - ['page',1], - ['limit',20], - ['export',0], - ['is_show',''], - ['is_host',''], - ['store_name',''] - ],$request); - $combinationList = StoreCombinationModel::systemPage($where); - if(is_object($combinationList['list'])) $combinationList['list'] = $combinationList['list']->toArray(); - $data = $combinationList['list']['data']; - foreach ($data as $k=>$v){ - $data[$k]['_stop_time'] = date('Y/m/d H:i:s',$v['stop_time']); - } - return Json::successlayui(['count'=>$combinationList['list']['total'],'data'=>$data]); - } - - public function combination($id = 0){ - if(!$id) return $this->failed('数据不存在'); - $product = ProductModel::get($id); - if(!$product) return Json::fail('数据不存在!'); - $f = array(); - $f[] = Form::hidden('product_id',$id); -// $f[] = Form::select('product_id','产品名称')->setOptions(function(){ -// $list = ProductModel::getTierList(); -// foreach ($list as $menu){ -// $menus[] = ['value'=>$menu['id'],'label'=>$menu['store_name'].'/'.$menu['id']]; -// } -// return $menus; -// })->filterable(1); - $f[] = Form::input('title','拼团名称',$product->getData('store_name')); - $f[] = Form::input('info','拼团简介',$product->getData('store_info'))->type('textarea'); - $f[] = Form::input('unit_name','单位',$product->getData('unit_name'))->placeholder('个、位'); - $f[] = Form::dateTimeRange('section_time','拼团时间'); - $f[] = Form::frameImageOne('image','产品主图片(305*305px)',Url::build('admin/widget.images/index',array('fodder'=>'image')),$product->getData('image'))->icon('image'); - $f[] = Form::frameImages('images','产品轮播图(640*640px)',Url::build('admin/widget.images/index',array('fodder'=>'images')),json_decode($product->getData('slider_image')))->maxLength(5)->icon('images'); - $f[] = Form::number('price','拼团价')->min(0)->col(12); - $f[] = Form::number('people','拼团人数')->min(3)->col(12); - $f[] = Form::number('stock','库存',$product->getData('stock'))->min(0)->precision(0)->col(12); - $f[] = Form::number('sales','销量',$product->getData('sales'))->min(0)->precision(0)->col(12); - $f[] = Form::number('sort','排序')->col(12); - $f[] = Form::number('postage','邮费',$product->getData('postage'))->min(0)->col(12); - $f[] = Form::radio('is_postage','是否包邮',$product->getData('is_postage'))->options([['label'=>'是','value'=>1],['label'=>'否','value'=>0]])->col(12); - $f[] = Form::radio('is_host','热门推荐',1)->options([['label'=>'开启','value'=>1],['label'=>'关闭','value'=>0]])->col(12); - $f[] = Form::radio('is_show','活动状态',1)->options([['label'=>'开启','value'=>1],['label'=>'关闭','value'=>0]])->col(12); - $form = Form::make_post_form('添加用户通知',$f,Url::build('save')); - $this->assign(compact('form')); - return $this->fetch('public/form-builder'); - } - - /** - * 显示创建资源表单页. - * - * @return \think\Response - */ - public function create() - { - $f = array(); - $f[] = Form::select('product_id','产品名称')->setOptions(function(){ - $list = ProductModel::getTierList(); - foreach ($list as $menu){ - $menus[] = ['value'=>$menu['id'],'label'=>$menu['store_name'].'/'.$menu['id']]; - } - return $menus; - })->filterable(1); - $f[] = Form::input('title','拼团名称'); - $f[] = Form::input('info','拼团简介')->type('textarea'); - $f[] = Form::input('unit_name','单位')->placeholder('个、位'); - $f[] = Form::dateTimeRange('section_time','拼团时间'); - $f[] = Form::frameImageOne('image','产品主图片(305*305px)',Url::build('admin/widget.images/index',array('fodder'=>'image')))->icon('image'); - $f[] = Form::frameImages('images','产品轮播图(640*640px)',Url::build('admin/widget.images/index',array('fodder'=>'images')))->maxLength(5)->icon('images'); - $f[] = Form::number('price','拼团价')->min(0)->col(12); - $f[] = Form::number('people','拼团人数')->min(3)->col(12); - $f[] = Form::number('stock','库存')->min(0)->precision(0)->col(12); - $f[] = Form::number('sales','销量')->min(0)->precision(0)->col(12); - $f[] = Form::number('sort','排序')->col(12); - $f[] = Form::number('postage','邮费')->min(0)->col(12); - $f[] = Form::radio('is_postage','是否包邮',1)->options([['label'=>'是','value'=>1],['label'=>'否','value'=>0]])->col(12); - $f[] = Form::radio('is_host','热门推荐',1)->options([['label'=>'开启','value'=>1],['label'=>'关闭','value'=>0]])->col(12); - $f[] = Form::radio('is_show','活动状态',1)->options([['label'=>'开启','value'=>1],['label'=>'关闭','value'=>0]])->col(12); - $form = Form::make_post_form('添加用户通知',$f,Url::build('save')); - $this->assign(compact('form')); - return $this->fetch('public/form-builder'); - } - - /** - * 保存新建的资源 - * - * @param \think\Request $request - * @return \think\Response - */ - public function save(Request $request,$id=0) - { - $data = Util::postMore([ - 'product_id', - 'title', - 'info', - ['image',''], - ['images',[]], - ['section_time',[]], - 'postage', - 'price', - 'people', - 'sort', - 'stock', - 'sales', - ['is_show',0], - ['is_host',0], - ['is_postage',0], - ],$request); - if(!$data['title']) return Json::fail('请输入拼团名称'); - if(!$data['info']) return Json::fail('请输入拼团简介'); - if(!$data['image']) return Json::fail('请上传产品图片'); - if(count($data['images'])<1) return Json::fail('请上传产品轮播图'); - if($data['price'] == '' || $data['price'] < 0) return Json::fail('请输入产品售价'); - if($data['people'] == '' || $data['people'] < 1) return Json::fail('请输入拼团人数'); - if(count($data['section_time'])<1) return Json::fail('请选择活动时间'); - if($data['stock'] == '' || $data['stock'] < 0) return Json::fail('请输入库存'); - $data['images'] = json_encode($data['images']); - $data['add_time'] = time(); - $data['start_time'] = strtotime($data['section_time'][0]); - $data['stop_time'] = strtotime($data['section_time'][1]); - $data['description'] = ''; - unset($data['section_time']); - if($id){ - $product = StoreCombinationModel::get($id); - if(!$product) return Json::fail('数据不存在!'); - $data['product_id']=$product['product_id']; - StoreCombinationModel::edit($data,$id); - return Json::successful('编辑成功!'); - }else{ - StoreCombinationModel::set($data); - return Json::successful('添加拼团成功!'); - } - - } - - /** - * 显示编辑资源表单页. - * - * @param int $id - * @return \think\Response - */ - public function edit($id) - { - if(!$id) return $this->failed('数据不存在'); - $product = StoreCombinationModel::get($id); - if(!$product) return Json::fail('数据不存在!'); - $f = array(); - $f[] = Form::input('title','拼团名称',$product->getData('title')); - $f[] = Form::input('info','拼团简介',$product->getData('title'))->type('textarea'); - $f[] = Form::input('unit_name','单位',$product->getData('title'))->placeholder('个、位'); - $f[] = Form::dateTimeRange('section_time','拼团时间',$product->getData('start_time'),$product->getData('stop_time')); - $f[] = Form::frameImageOne('image','产品主图片(305*305px)',Url::build('admin/widget.images/index',array('fodder'=>'image')),$product->getData('image'))->icon('image'); - $f[] = Form::frameImages('images','产品轮播图(640*640px)',Url::build('admin/widget.images/index',array('fodder'=>'images')),json_decode($product->getData('images')))->maxLength(5)->icon('images'); - $f[] = Form::number('price','拼团价',$product->getData('price'))->min(0)->col(12); - $f[] = Form::number('people','拼团人数',$product->getData('people'))->min(2)->col(12); - $f[] = Form::number('stock','库存',$product->getData('stock'))->min(0)->precision(0)->col(12); - $f[] = Form::number('sales','销量',$product->getData('sales'))->min(0)->precision(0)->col(12); - $f[] = Form::number('sort','排序',$product->getData('sort'))->col(12); - $f[] = Form::number('postage','邮费',$product->getData('postage'))->min(0)->col(12); - $f[] = Form::radio('is_postage','是否包邮',$product->getData('is_postage'))->options([['label'=>'是','value'=>1],['label'=>'否','value'=>0]])->col(12); - $f[] = Form::radio('is_host','热门推荐',$product->getData('is_host'))->options([['label'=>'开启','value'=>1],['label'=>'关闭','value'=>0]])->col(12); - $f[] = Form::radio('is_show','活动状态',$product->getData('is_show'))->options([['label'=>'开启','value'=>1],['label'=>'关闭','value'=>0]])->col(12); - $form = Form::make_post_form('添加用户通知',$f,Url::build('save',compact('id'))); - $this->assign(compact('form')); - return $this->fetch('public/form-builder'); -// $this->assign([ -// 'title'=>'编辑产品','rules'=>$this->read($id)->getContent(), -// 'action'=>Url::build('update',array('id'=>$id)) -// ]); -// return $this->fetch('public/common_form'); - } - - /** - * 删除指定资源 - * - * @param int $id - * @return \think\Response - */ - public function delete($id) - { - if(!$id) return $this->failed('数据不存在'); - $data['is_del'] = 1; - if(!StoreCombinationModel::edit($data,$id)) - return Json::fail(StoreCombinationModel::getErrorInfo('删除失败,请稍候再试!')); - else - return Json::successful('删除成功!'); - } - - /** - * 属性页面 - * @param $id - * @return mixed|void - */ - public function attr($id) - { - if(!$id) return $this->failed('数据不存在!'); - $result = StoreCombinationAttrResult::getResult($id); - $image = StoreCombinationModel::where('id',$id)->value('image'); - $this->assign(compact('id','result','product','image')); - return $this->fetch(); - } - - /** - * 生成属性 - * @param int $id - */ - public function is_format_attr($id = 0){ - if(!$id) return Json::fail('产品不存在'); - list($attr,$detail) = Util::postMore([ - ['items',[]], - ['attrs',[]] - ],$this->request,true); - $product = StoreCombinationModel::get($id); - if(!$product) return Json::fail('产品不存在'); - $attrFormat = attrFormat($attr)[1]; - if(count($detail)){ - foreach ($attrFormat as $k=>$v){ - foreach ($detail as $kk=>$vv){ - if($v['detail'] == $vv['detail']){ - $attrFormat[$k]['price'] = $vv['price']; - $attrFormat[$k]['sales'] = $vv['sales']; - $attrFormat[$k]['pic'] = $vv['pic']; - $attrFormat[$k]['check'] = false; - break; - }else{ - $attrFormat[$k]['price'] = ''; - $attrFormat[$k]['sales'] = ''; - $attrFormat[$k]['pic'] = $product['image']; - $attrFormat[$k]['check'] = true; - } - } - } - }else{ - foreach ($attrFormat as $k=>$v){ - $attrFormat[$k]['price'] = $product['price']; - $attrFormat[$k]['sales'] = $product['stock']; - $attrFormat[$k]['pic'] = $product['image']; - $attrFormat[$k]['check'] = false; - } - } - return Json::successful($attrFormat); - } - - /** - * 添加 修改属性 - * @param $id - */ - public function set_attr($id) - { - if(!$id) return $this->failed('产品不存在!'); - list($attr,$detail) = Util::postMore([ - ['items',[]], - ['attrs',[]] - ],$this->request,true); - $res = StoreCombinationAttr::createProductAttr($attr,$detail,$id); - if($res) - return $this->successful('编辑属性成功!'); - else - return $this->failed(StoreCombinationAttr::getErrorInfo()); - } - - /** - * 清除属性 - * @param $id - */ - public function clear_attr($id) - { - if(!$id) return $this->failed('产品不存在!'); - if(false !== StoreCombinationAttr::clearProductAttr($id) && false !== StoreCombinationAttrResult::clearResult($id)) - return $this->successful('清空产品属性成功!'); - else - return $this->failed(StoreCombinationAttr::getErrorInfo('清空产品属性失败!')); - } - - public function edit_content($id){ - if(!$id) return $this->failed('数据不存在'); - $product = StoreCombinationModel::get($id); - if(!$product) return Json::fail('数据不存在!'); - $this->assign([ - 'content'=>StoreCombinationModel::where('id',$id)->value('description'), - 'field'=>'description', - 'action'=>Url::build('change_field',['id'=>$id,'field'=>'description']) - ]); - return $this->fetch('public/edit_content'); - } - - /** - * 上传图片 - * @return \think\response\Json - */ - public function upload() - { - $res = Upload::image('file','store/product/'.date('Ymd')); - $thumbPath = Upload::thumb($res->dir); - //产品图片上传记录 - $fileInfo = $res->fileInfo->getinfo(); - SystemAttachment::attachmentAdd($res->fileInfo->getSaveName(),$fileInfo['size'],$fileInfo['type'],$res->dir,$thumbPath,2); - if($res->status == 200) - return Json::successful('图片上传成功!',['name'=>$res->fileInfo->getSaveName(),'url'=>Upload::pathToUrl($thumbPath)]); - else - return Json::fail($res->error); - } - - /**拼团列表 - * @return mixed - */ - public function combina_list() - { - $where = Util::getMore([ - ['status',''], - ['data',''], - ],$this->request); - $this->assign('where',$where); - $this->assign(StorePink::systemPage($where)); - - return $this->fetch(); - } - /**拼团人列表 - * @return mixed - */ - public function order_pink($id){ - if(!$id) return $this->failed('数据不存在'); - $StorePink = StorePink::getPinkUserOne($id); - if(!$StorePink) return $this->failed('数据不存在!'); - $list = StorePink::getPinkMember($id); - $list[] = $StorePink; - $this->assign('list',$list); - return $this->fetch(); - }/** - * 修改拼团状态 - * @param $status - * @param int $idd - */ - public function set_combination_status($status,$id = 0){ - if(!$id) return Json::fail('参数错误'); - $res = StoreCombinationModel::edit(['is_show'=>$status],$id); - if($res) return Json::successful('修改成功'); - else return Json::fail('修改失败'); - } - - -} diff --git a/application/admin/view/store/store_bargain/index.php b/application/admin/view/store/store_bargain/index.php deleted file mode 100644 index 69cbc273..00000000 --- a/application/admin/view/store/store_bargain/index.php +++ /dev/null @@ -1,236 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - - - - -{/block} -{block name="content"} -
-
- -
-
-
-
-
-
- 创建时间: - - - - - -
- -
- -
-
- 砍价状态: - - - - -
- -
- - - - - - -
-
-
- -
- -
- - - - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - - - - - {/volist} - -
编号砍价活动名称砍价产品名称砍价图片砍价价格砍价状态活动状态库存排序内容操作
- {$vo.id} - - {$vo.title} - - {$vo.store_name} - - {$vo.store_name} - - {$vo.price} - - - - {$vo.start_name} - - {$vo.stock} - - {$vo.sort} - - - -
-
- - -
-
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_combination/attr.php b/application/admin/view/store/store_combination/attr.php deleted file mode 100644 index ce9f54d6..00000000 --- a/application/admin/view/store/store_combination/attr.php +++ /dev/null @@ -1,371 +0,0 @@ - - - - {include file="public/head"} - {$title|default=''} - - - -
- - - - - 添加新规则 - - - - - - - - - - - - - - 添加新规则 - - - - - - - {{ attr }} - - - - - - 添加 - - - - - - - 生成 - - - - - - - 保存中... -
- - diff --git a/application/admin/view/store/store_combination/index.php b/application/admin/view/store/store_combination/index.php deleted file mode 100644 index 504d6d37..00000000 --- a/application/admin/view/store/store_combination/index.php +++ /dev/null @@ -1,159 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
- -
-
-
-
-
- - -
- - -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - - - - - - - {/volist} - -
编号拼团名称产品名称拼团图片开始时间结束时间拼团人数价格产品状态推荐状态库存排序内容操作
- {$vo.id} - - {$vo.title} - - {$vo.store_name}/{$vo.product_id} - - {$vo.store_name} - - {$vo.start_time|date="Y-m-d H:i:s",###} - - {$vo.stop_time|date="Y-m-d H:i:s",###} - - {$vo.people} - - {$vo.price} - - - - - - {$vo.stock} - - {$vo.sort} - - - -
-
- - -
-
-
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon/grant.php b/application/admin/view/store/store_coupon/grant.php deleted file mode 100644 index 339e6ab1..00000000 --- a/application/admin/view/store/store_coupon/grant.php +++ /dev/null @@ -1,90 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- -
- - -
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - {/volist} - -
优惠券名称优惠券面值优惠券最低消费优惠券有效期限操作
- {$vo.title} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.coupon_time}天 - - -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon/grant_all.php b/application/admin/view/store/store_coupon/grant_all.php deleted file mode 100644 index 6667c72f..00000000 --- a/application/admin/view/store/store_coupon/grant_all.php +++ /dev/null @@ -1,90 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- -
- - -
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - {/volist} - -
优惠券名称优惠券面值优惠券最低消费优惠券有效期限操作
- {$vo.title} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.coupon_time}天 - - -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon/grant_group.php b/application/admin/view/store/store_coupon/grant_group.php deleted file mode 100644 index b94aead6..00000000 --- a/application/admin/view/store/store_coupon/grant_group.php +++ /dev/null @@ -1,115 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- -
- - -
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - {/volist} - -
优惠券名称优惠券面值优惠券最低消费优惠券有效期限操作
- {$vo.title} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.coupon_time}天 - - -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon/grant_subscribe.php b/application/admin/view/store/store_coupon/grant_subscribe.php deleted file mode 100644 index 2744b733..00000000 --- a/application/admin/view/store/store_coupon/grant_subscribe.php +++ /dev/null @@ -1,90 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- -
- - -
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - {/volist} - -
优惠券名称优惠券面值优惠券最低消费优惠券有效期限操作
- {$vo.title} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.coupon_time}天 - - -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon/grant_tag.php b/application/admin/view/store/store_coupon/grant_tag.php deleted file mode 100644 index ad8d475b..00000000 --- a/application/admin/view/store/store_coupon/grant_tag.php +++ /dev/null @@ -1,115 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- -
- - -
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - {/volist} - -
优惠券名称优惠券面值优惠券最低消费优惠券有效期限操作
- {$vo.title} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.coupon_time}天 - - -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon/index.php b/application/admin/view/store/store_coupon/index.php deleted file mode 100644 index d7a721b2..00000000 --- a/application/admin/view/store/store_coupon/index.php +++ /dev/null @@ -1,157 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
- -
- -
-
-
-
-
-
- - -
- - -
-
-
- -
-
- - - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - - - {/volist} - -
编号优惠券名称优惠券面值优惠券最低消费优惠券有效期限排序是否有效添加时间操作
- {$vo.id} - - {$vo.title} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.coupon_time}天 - - {$vo.sort} - - - - {$vo.add_time|date='Y-m-d H:i:s',###} - -
-
- - -
-
-
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_coupon_issue/index.php b/application/admin/view/store/store_coupon_issue/index.php deleted file mode 100644 index 24255aad..00000000 --- a/application/admin/view/store/store_coupon_issue/index.php +++ /dev/null @@ -1,107 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
-
-
- -
- -
- - -
-
-
- -
-
- - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - {/volist} - -
编号优惠券名称领取日期发布数量状态操作
- {$vo.id} - - {$vo.title} - - {empty name="$vo.start_time"} - 不限时 - {else/} - {$vo.start_time|date="Y/m/d H:i",###} - {$vo.end_time|date="Y/m/d H:i",###} - {/empty} - - {empty name="$vo.total_count"} - 不限量 - {else/} - 发布:{$vo.total_count} -
- 剩余:{$vo.remain_count} - {/empty} -
- - 未开启 - - 已失效 - - 正常 - - - - {neq name="vo.status" value="-1"} - - {/neq} - -
-
- {include file="public/inner_page"} -
-
-
-
- -{/block} diff --git a/application/admin/view/store/store_coupon_issue/issue_log.php b/application/admin/view/store/store_coupon_issue/issue_log.php deleted file mode 100644 index 9c09f3fe..00000000 --- a/application/admin/view/store/store_coupon_issue/issue_log.php +++ /dev/null @@ -1,40 +0,0 @@ -{include file="public/frame_head"} - -
-
-
-
-
- - - - - - - - - - {volist name="list" id="vo"} - - - - - - {/volist} - -
用户名用户头像领取时间
{$vo.nickname}{$vo.add_time}
-
- {include file="public/inner_page"} -
-
-
- -
-{include file="public/inner_footer"} diff --git a/application/admin/view/store/store_coupon_user/index.php b/application/admin/view/store/store_coupon_user/index.php deleted file mode 100644 index 219dec2c..00000000 --- a/application/admin/view/store/store_coupon_user/index.php +++ /dev/null @@ -1,104 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
-
-
- -
- - - -
- -
-
- - -
-
-
- -
-
- - - - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - - - {/volist} - -
编号优惠券名称发放人优惠券面值优惠券最低消费优惠券开始使用时间优惠券结束使用时间获取放方式是否可用状态
- {$vo.id} - - {$vo.coupon_title} - - {$vo.nickname} - - {$vo.coupon_price} - - {$vo.use_min_price} - - {$vo.add_time|date='Y-m-d H:i:s',###} - - {$vo.end_time|date='Y-m-d H:i:s',###} - - {$vo.type == 'send' ? '后台发放' : '手动领取'} - - {if condition="$vo['status'] eq 0" && $vo['is_fail'] eq 0} - - {else/} - - {/if} - - {if condition="$vo['status'] eq 2"} - 已过期 - {elseif condition="$vo['status'] eq 1"/} - 已使用 - {else/} - 未使用 - {/if} -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} diff --git a/application/admin/view/store/store_order/express.php b/application/admin/view/store/store_order/express.php deleted file mode 100644 index 69e42a1c..00000000 --- a/application/admin/view/store/store_order/express.php +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - 物流信息 - - - - - - - - - -
-
-
-
-
-
物流公司:{$order.delivery_name}
-
物流单号:{$order.delivery_id}
-
-
-
- -
- -

暂无查询记录

-
- -
    - {volist name="express.result.list" id="vo"} -
  • -
    -

    {$vo.status}

    - {$vo.time} -
    -
  • - {/volist} -
- -
-
-
- - diff --git a/application/admin/view/store/store_order/index.php b/application/admin/view/store/store_order/index.php deleted file mode 100644 index 1e6d7b27..00000000 --- a/application/admin/view/store/store_order/index.php +++ /dev/null @@ -1,609 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - - - - -{/block} -{block name="content"} -
-
-
-
-
-
-
-
- 订单状态: - - - - - - - - - -
-
- 订单类型: - - - - - -
-
- 创建时间: - - - - - - -
- -
- -
-
-
- - - - - - - - -
-
-
-
-
-
-
- toArray(); ?> -
- 售出商品:{$price.total_num} - 订单数量:{$list_num.total} - 订单金额:¥{$price.pay_price} - 退款金额:¥{$price.refund_price} - {if condition="$price['pay_price_wx'] GT 0"} - 微信支付金额:¥{$price.pay_price_wx} - {/if} - {if condition="$price['pay_price_yue'] GT 0"} - 余额支付金额:¥{$price.pay_price_yue} - {/if} - {if condition="$price['pay_price_offline'] GT 0"} - 线下支付金额:¥{$price.pay_price_offline} - {/if} - {if condition="$price['pay_price_other'] GT 0"} - 线下支付金额:¥{$price.pay_price_other} - {/if} - {if condition="$price['use_integral'] GT 0"} - 积分抵扣:{$price.use_integral} (抵扣金额:¥{$price.deduction_price}) - {/if} - {if condition="$price['back_integral'] GT 0"} - 退回积分:{$price.back_integral} - {/if} -
- -
- - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - {/volist} - -
订单号用户信息商品信息 -
- - - -
-
支付状态订单状态详情操作
- {$vo.order_id} 
  - {$vo.pink_name}   -
-

{$vo.nickname} / {$vo.uid}

-
- - {volist name="info_order" id="info"} - {if condition="isset($info['cart_info']['productInfo']['attrInfo']) && !empty($info['cart_info']['productInfo']['attrInfo'])"} -

- {$info.cart_info.productInfo.store_name} - {$info.cart_info.productInfo.store_name} {$info.cart_info.productInfo.attrInfo.suk} | ¥{$info.cart_info.truePrice}×{$info.cart_info.cart_num} -

- {else/} -

- {$info.cart_info.productInfo.store_name} - {$info.cart_info.productInfo.store_name} | ¥{$info.cart_info.truePrice}×{$info.cart_info.cart_num} -

- {/if} - {/volist} -
- ¥{$vo.pay_price} - - {if condition="$vo['paid'] eq 1"} -

- {if condition="$vo['pay_type'] eq 'weixin'"} - 微信支付 - {elseif condition="$vo['pay_type'] eq 'yue'"} - 余额支付 - {elseif condition="$vo['pay_type'] eq 'offline'"} - 线下支付 - {else/} - 其他支付 - {/if} -

- {else/} - {if condition="$vo['pay_type'] eq 'offline'"} -

线下支付

-

- - {else/} -

未支付

- {/if} - {/if} -
- {if condition="$vo['paid'] eq 0 && $vo['status'] eq 0"} - 未支付 - {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 0 && $vo['refund_status'] eq 0"/} - 未发货 - {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 1 && $vo['refund_status'] eq 0"/} - 待收货 - - {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 2 && $vo['refund_status'] eq 0"/} - 待评价 - {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 3 && $vo['refund_status'] eq 0"/} - 交易完成 - {elseif condition="$vo['paid'] eq 1 && $vo['refund_status'] eq 1"/} - 申请退款
- 退款原因:{$vo.refund_reason_wap} - {elseif condition="$vo['paid'] eq 1 && $vo['refund_status'] eq 2"/} - 已退款 - {/if} -
- - 订单详情 - - - - {if condition="$vo['paid'] eq 0 && $vo['status'] eq 0 && $vo['refund_status'] eq 0"} - - {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 0 && $vo['refund_status'] eq 0"/} - - -
- - -
- {elseif condition="$vo['paid'] eq 1 && $vo['refund_status'] eq 1"/} -
- - -
- {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 1 && $vo['refund_status'] eq 0"/} - -
- - -
- {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 2 && $vo['refund_status'] eq 0"/} -
- - -
- {elseif condition="$vo['paid'] eq 1 && $vo['status'] eq 3 && $vo['refund_status'] eq 0"/} -
- - -
-{elseif condition="$vo['paid'] eq 1 && $vo['refund_status'] eq 2"/} - -
- - -
- {/if} -
-
-
- {include file="public/inner_page"} -
-
-
-
- -{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_order/order_info.php b/application/admin/view/store/store_order/order_info.php deleted file mode 100644 index cd27f3e0..00000000 --- a/application/admin/view/store/store_order/order_info.php +++ /dev/null @@ -1,138 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
- -
-
-
-
- 收货信息 -
-
-
-
用户昵称: {$userInfo.nickname}
-
收货人: {$orderInfo.real_name}
-
联系电话: {$orderInfo.user_phone}
-
收货地址: {$orderInfo.user_address}
-
-
-
-
-
-
-
- 订单信息 -
-
-
-
订单编号: {$orderInfo.order_id}
-
订单状态: - {if condition="$orderInfo['paid'] eq 0 && $orderInfo['status'] eq 0"} - 未支付 - {elseif condition="$orderInfo['paid'] eq 1 && $orderInfo['status'] eq 0 && $orderInfo['refund_status'] eq 0"/} - 未发货 - {elseif condition="$orderInfo['paid'] eq 1 && $orderInfo['status'] eq 1 && $orderInfo['refund_status'] eq 0"/} - 待收货 - {elseif condition="$orderInfo['paid'] eq 1 && $orderInfo['status'] eq 2 && $orderInfo['refund_status'] eq 0"/} - 待评价 - {elseif condition="$orderInfo['paid'] eq 1 && $orderInfo['status'] eq 3 && $orderInfo['refund_status'] eq 0"/} - 交易完成 - {elseif condition="$orderInfo['paid'] eq 1 && $orderInfo['refund_status'] eq 1"/} - 申请退款{$orderInfo.refund_reason_wap} - {elseif condition="$orderInfo['paid'] eq 1 && $orderInfo['refund_status'] eq 2"/} - 已退款 - {/if} -
-
商品总数: {$orderInfo.total_num}
-
商品总价: ¥{$orderInfo.total_price}
-
支付邮费: ¥{$orderInfo.total_postage}
-
实际支付: ¥{$orderInfo.pay_price}
- {if condition="$orderInfo['refund_price'] GT 0"} -
退款金额: ¥{$orderInfo.refund_price}
- {/if} - {if condition="$orderInfo['deduction_price'] GT 0"} -
使用积分: {$orderInfo.use_integral}积分(抵扣了¥{$orderInfo.deduction_price})
- {/if} - {if condition="$orderInfo['back_integral'] GT 0"} -
退回积分: ¥{$orderInfo.back_integral}
- {/if} -
创建时间: {$orderInfo.add_time|date="Y/m/d H:i",###}
-
支付方式: - {if condition="$orderInfo['paid'] eq 1"} - {if condition="$orderInfo['pay_type'] eq 'weixin'"} - 微信支付 - {elseif condition="$orderInfo['pay_type'] eq 'yue'"} - 余额支付 - {elseif condition="$orderInfo['pay_type'] eq 'offline'"} - 线下支付 - {else/} - 其他支付 - {/if} - {else/} - {if condition="$orderInfo['pay_type'] eq 'offline'"} - 线下支付 - {else/} - 未支付 - {/if} - {/if} -
- {notempty name="orderInfo.pay_time"} -
支付时间: {$orderInfo.pay_time|date="Y/m/d H:i",###}
- {/notempty} -
用户备注: {$orderInfo.mark?:'无'}
-
商家备注: {$orderInfo.remark?:'无'}
-
推广人: {if $spread}{$spread}{else}无{/if}
-
-
-
-
- {if condition="$orderInfo['delivery_type'] eq 'express'"} -
-
-
- 物流信息 -
-
-
-
快递公司: {$orderInfo.delivery_name}
-
快递单号: {$orderInfo.delivery_id} |
-
-
-
-
- {elseif condition="$orderInfo['delivery_type'] eq 'send'"} -
-
-
- 配送信息 -
-
-
-
送货人姓名: {$orderInfo.delivery_name}
-
送货人电话: {$orderInfo.delivery_id}
-
-
-
-
- {/if} -
-
-
- 备注信息 -
-
-
-
{if $orderInfo.mark}{$orderInfo.mark}{else}暂无备注信息{/if}
-
-
-
-
-
-
- - - -{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_order/order_status.php b/application/admin/view/store/store_order/order_status.php deleted file mode 100644 index dd59f8ec..00000000 --- a/application/admin/view/store/store_order/order_status.php +++ /dev/null @@ -1,79 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
-
- - - - - - - - - - - {volist name="list" id="vo"} - - - - - - {/volist} - -
订单编号操作记录操作时间
- {$vo.oid} - - {$vo.change_message} - - {$vo.change_time|date='Y-m-d H:i:s',###} -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_order/orderchart.php b/application/admin/view/store/store_order/orderchart.php deleted file mode 100644 index 904f049a..00000000 --- a/application/admin/view/store/store_order/orderchart.php +++ /dev/null @@ -1,278 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - - - - -{/block} -{block name="content"} -
-
-
-
-
-
-
-
- 订单状态: - - - - - - - - - -
-
- 订单类型: - - - - - -
-
- 创建时间: - - - - - - -
- -
- -
-
- toArray(); ?> -
-
- 售出商品:{$price.total_num} -
-
- 订单数量:{$list_num.total} -
-
- 订单金额:¥{$price.pay_price} -
-
- 退款金额:¥{$price.refund_price} -
-
-
-
-
-
-
主要数据统计
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_order_pink/index.php b/application/admin/view/store/store_order_pink/index.php deleted file mode 100644 index 260f3448..00000000 --- a/application/admin/view/store/store_order_pink/index.php +++ /dev/null @@ -1,212 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - -{/block} -{block name="content"} -
-
-
-
-
-
-
-
- -
- -
- - - -
- -
-
- -
-
- - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - {/volist} - -
开团团长开团时间拼团产品几人团几人参加结束时间状态操作
- {$vo.uid|getUserNickname}/{$vo.uid} - - {$vo.add_time|date='Y-m-d H:i:s',###} - - {$vo.title}/{$vo.cid} - - {$vo.people}人 - - {$vo.count_people}人 - - {$vo.stop_time|date='Y-m-d H:i:s',###} - - {if condition="$vo['status'] eq 1"} - 进行中 - {elseif condition="$vo['status'] eq 2"} - 已完成 - {elseif condition="$vo['status'] eq 3"} - 未完成 - {/if} - -

-
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_order_pink/order_pink.php b/application/admin/view/store/store_order_pink/order_pink.php deleted file mode 100644 index 5ec20a81..00000000 --- a/application/admin/view/store/store_order_pink/order_pink.php +++ /dev/null @@ -1,173 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - {/volist} - -
编号用户名称用户头像订单编号金额订单状态
- {$vo.id} - - {$vo.nickname}/{$vo.uid} - - {$vo.nickname} - - {$vo.order_id} - - ¥{$vo.price} - - {if condition="$vo['is_refund']"} - 已退款 - {else/} - 未退款 - {/if} -
-
-
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_order_pink/order_status.php b/application/admin/view/store/store_order_pink/order_status.php deleted file mode 100644 index dd59f8ec..00000000 --- a/application/admin/view/store/store_order_pink/order_status.php +++ /dev/null @@ -1,79 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
-
- - - - - - - - - - - {volist name="list" id="vo"} - - - - - - {/volist} - -
订单编号操作记录操作时间
- {$vo.oid} - - {$vo.change_message} - - {$vo.change_time|date='Y-m-d H:i:s',###} -
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_seckill/attr.php b/application/admin/view/store/store_seckill/attr.php deleted file mode 100644 index ce9f54d6..00000000 --- a/application/admin/view/store/store_seckill/attr.php +++ /dev/null @@ -1,371 +0,0 @@ - - - - {include file="public/head"} - {$title|default=''} - - - -
- - - - - 添加新规则 - - - - - - - - - - - - - - 添加新规则 - - - - - - - {{ attr }} - - - - - - 添加 - - - - - - - 生成 - - - - - - - 保存中... -
- - diff --git a/application/admin/view/store/store_seckill/index.php b/application/admin/view/store/store_seckill/index.php deleted file mode 100644 index a74d2abd..00000000 --- a/application/admin/view/store/store_seckill/index.php +++ /dev/null @@ -1,148 +0,0 @@ -{extend name="public/container"} -{block name="content"} -
-
-
-
-
-
-
- - -
- - -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - - - - - {/volist} - -
编号产品图片活动标题活动简介价格库存开始时间结束时间添加时间产品状态内容操作
- {$vo.id} - - {$vo.store_name} - - {$vo.title} - - {$vo.info} - - {$vo.price} - - {$vo.stock} - - {$vo.start_time|date='Y-m-d H:i:s',###} - - {$vo.stop_time|date='Y-m-d H:i:s',###} - - {$vo.add_time|date='Y-m-d H:i:s',###} - - {if condition="$vo['status']"} - {$vo.start_name} - {else/} - - {/if} - - - -
-
- - -
-
-
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/store/store_service/chat_list.php b/application/admin/view/store/store_service/chat_list.php deleted file mode 100644 index c8b98855..00000000 --- a/application/admin/view/store/store_service/chat_list.php +++ /dev/null @@ -1,46 +0,0 @@ -{include file="public/frame_head"} - -
-
-
-
-
- - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - {/volist} - -
用户名称用户头像发送消息发送时间
- - {$vo.nickname} - - {$vo.msn}{$vo.add_time|date='Y-m-d H:i:s',###}
-
- {include file="public/inner_page"} -
-
-
- -
-{include file="public/inner_footer"} diff --git a/application/admin/view/store/store_service/chat_user.php b/application/admin/view/store/store_service/chat_user.php deleted file mode 100644 index e042a73c..00000000 --- a/application/admin/view/store/store_service/chat_user.php +++ /dev/null @@ -1,32 +0,0 @@ -{include file="public/frame_head"} -
-
-
-
-
- - - - - - - - - - {volist name="list" id="vo"} - - - - - - {/volist} - -
用户名称用户头像操作
{$vo.nickname} - -
-
-
-
-
-
-{include file="public/inner_footer"} diff --git a/application/admin/view/store/store_service/create.php b/application/admin/view/store/store_service/create.php deleted file mode 100644 index 389cf813..00000000 --- a/application/admin/view/store/store_service/create.php +++ /dev/null @@ -1,157 +0,0 @@ -{include file="public/frame_head"} - - - - - - -
-
-
-
-
-
- -
-
-
- - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - {/volist} - - -
编号微信用户名称头像性别地区是否关注公众号首次关注时间
- - - {$vo.uid} - - {$vo.nickname} - - {$vo.nickname} - - {if condition="$vo['sex'] eq 1"} - 男 - {elseif condition="$vo['sex'] eq 2"/} - 女 - {else/} - 保密 - {/if} - - {$vo.country}{$vo.province}{$vo.city} - - {if condition="$vo['subscribe']"} - 关注 - {else/} - 取消 - {/if} - - {$vo.add_time|date="Y-m-d H:i:s",###} -
-
- {include file="public/inner_page"} -
-
-
-
-
- -
- -{include file="public/inner_footer"} diff --git a/application/admin/view/store/store_service/edit.php b/application/admin/view/store/store_service/edit.php deleted file mode 100644 index 58932262..00000000 --- a/application/admin/view/store/store_service/edit.php +++ /dev/null @@ -1,28 +0,0 @@ - - - - {include file="public/head"} - {$title} - - -
- -
- - diff --git a/application/admin/view/store/store_service/index.html b/application/admin/view/store/store_service/index.html deleted file mode 100644 index 3ee5d898..00000000 --- a/application/admin/view/store/store_service/index.html +++ /dev/null @@ -1,161 +0,0 @@ -{include file="public/frame_head"} -
-
-
-
- -
-
-
-
-
- - - - - -
- - -
-
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - - - - - - - - - - {/volist} - -
编号产品图片产品名称产品分类价格产品状态热卖单品促销单品精品推荐首发新品库存点赞收藏内容秒杀操作评论
- {$vo.id} - - {$vo.store_name} - - {$vo.store_name} - - {$vo.cate_name} - - {$vo.price} - - - - - - - - - - - - {$vo.stock} - - -   {$vo.collect} - - - -   {$vo.like} - - - - - - - - - - 查看 -
-
- {include file="public/inner_page"} -
-
-
- -
- -{include file="public/inner_footer"} diff --git a/application/admin/view/store/store_service/index.php b/application/admin/view/store/store_service/index.php deleted file mode 100644 index f1a66613..00000000 --- a/application/admin/view/store/store_service/index.php +++ /dev/null @@ -1,74 +0,0 @@ -{extend name="public/container"} -{block name="head_top"}{/block} -{block name="content"} -
-
-
-
- -
-
-
- - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - {/volist} - -
编号微信用户名称客服头像客服名称是否显示添加时间操作
{$vo.id}{$vo.wx_name}{$vo.nickname} - - {$vo.add_time|date='Y-m-d H:i:s',###} - - - -
-
- {include file="public/inner_page"} -
-
-
- {/block} - {block name="script"} - -
-{/block} diff --git a/application/admin/view/store/store_statistics/index.php b/application/admin/view/store/store_statistics/index.php deleted file mode 100644 index 3005dd0c..00000000 --- a/application/admin/view/store/store_statistics/index.php +++ /dev/null @@ -1,443 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - - - -{/block} -{block name="content"} - -
-
-
-
-
-
-
- 创建时间: - 全部 - 今天 - 本周 - 本月 - 本季度 - 本年 -
- 自定义 -
-
- -
-
-
-
-
-
-
-
- {volist name='header' id='val'} -
-
-
-
- -
-
- {$val.name} -

{$val.value}

-
-
-
- -
- {/volist} -
-
-
-
-
-
- -
-
- - -
-
-
-
-
-
主要数据统计
-
- - - - - - -
-
-
-
-
-
-
-
-
-
-
支付方式
-
- - - - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
支出详情
-
- - - - - - -
-
-
-
-
-
-
-
-
-
-
营收详情
-
- - - - - - -
-
-
-
-
-
-
-
-
-
-
最近交易记录
-
- - - - - - -
-
-
-
- {volist name="trans" id="vo"} -

{$vo.nickname}

-

购买{$vo.store_name}

-

¥{$vo.pay_price}

- {/volist} -
-
-
-
-
-
-
-
-
- -
- {if condition="$price['pay_price_wx'] GT 0"} -
- 微信支付金额:¥{$price.pay_price_wx} -
- {/if} - {if condition="$price['pay_price_yue'] GT 0"} -
- 余额支付金额:¥{$price.pay_price_yue} -
- {/if} - {if condition="$price['pay_price_offline'] GT 0"} -
- 线下支付金额:¥{$price.pay_price_offline} -
- {/if} -
-
-
- - Excel导出 - -
-
-
-
-
- - - -{/block} diff --git a/application/admin/view/ump/store_bargain/index.php b/application/admin/view/ump/store_bargain/index.php deleted file mode 100644 index dbb8dd02..00000000 --- a/application/admin/view/ump/store_bargain/index.php +++ /dev/null @@ -1,228 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - -{/block} -{block name="content"} -
-
-
-
-
砍价产品搜索
-
- - - -
-
-
-
- - 目前拥有{$countBargain}个砍价产品 -
-
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
- - - -
- - - - -
-
-
-
-
-{/block} -{block name="script"} - - - -{/block} diff --git a/application/admin/view/ump/store_combination/attr.php b/application/admin/view/ump/store_combination/attr.php deleted file mode 100644 index ce9f54d6..00000000 --- a/application/admin/view/ump/store_combination/attr.php +++ /dev/null @@ -1,371 +0,0 @@ - - - - {include file="public/head"} - {$title|default=''} - - - -
- - - - - 添加新规则 - - - - - - - - - - - - - - 添加新规则 - - - - - - - {{ attr }} - - - - - - 添加 - - - - - - - 生成 - - - - - - - 保存中... -
- - diff --git a/application/admin/view/ump/store_combination/combina_list.php b/application/admin/view/ump/store_combination/combina_list.php deleted file mode 100644 index ac66dc18..00000000 --- a/application/admin/view/ump/store_combination/combina_list.php +++ /dev/null @@ -1,213 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - -{/block} -{block name="content"} -
-
-
-
-
-
-
-
- -
- -
- - - -
- -
-
- -
-
- - - - - - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - - - {/volist} - -
开团团长开团时间拼团产品几人团几人参加结束时间状态操作
- {$vo.nickname}/{$vo.uid} - - {$vo.add_time|date='Y-m-d H:i:s',###} - - {$vo.title}/{$vo.cid} - - {$vo.people}人 - - {$vo.count_people}人 - - {$vo.stop_time|date='Y-m-d H:i:s',###} - - {if condition="$vo['status'] eq 1"} - 进行中 - {elseif condition="$vo['status'] eq 2"} - 已完成 - {elseif condition="$vo['status'] eq 3"} - 未完成 - {/if} - -

-
-
- {include file="public/inner_page"} -
-
-
-
-{/block} -{block name="script"} - -{/block} diff --git a/application/admin/view/ump/store_combination/index.php b/application/admin/view/ump/store_combination/index.php deleted file mode 100644 index f6816156..00000000 --- a/application/admin/view/ump/store_combination/index.php +++ /dev/null @@ -1,246 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - -{/block} -{block name="content"} -
-
-
-
-
拼团产品搜索
-
-
- - 目前拥有{$countCombination}个拼团产品 -
-
-
-
- -
- -
-
-
- -
- -
-
-
-
- -
-
-
-
-
-
-
-
- 总展现量 - -
-
-

{$statistics.browseCount}

-
-
-
-
-
-
- 访客人数 - -
-
-

{$statistics.visitCount}

-
-
-
-
-
-
- 参与人数 - -
-
-

{$statistics.partakeCount}

-
-
-
-
-
-
- 成团数量 - -
-
-

{$statistics.pinkCount}

-
-
-
- -
-
-
拼团产品列表
-
-
- - - -
-
-
-
-
-{/block} -{block name="script"} - - -{/block} \ No newline at end of file diff --git a/application/admin/view/ump/store_combination/order_pink.php b/application/admin/view/ump/store_combination/order_pink.php deleted file mode 100644 index a6578788..00000000 --- a/application/admin/view/ump/store_combination/order_pink.php +++ /dev/null @@ -1,173 +0,0 @@ -{extend name="public/container"} -{block name="head_top"} - - - - -{/block} -{block name="content"} -
-
-
-
-
-
-
- - - - - - - - - - - - {volist name="list" id="vo"} - - - - - - - - - {/volist} - -
编号用户名称用户头像订单编号金额订单状态
- {$vo.id} - - {$vo.nickname}/{$vo.uid} - - {$vo.nickname} - - {$vo.order_id} - - ¥{$vo.price} - - {if condition="$vo['is_refund']"} - 已退款 - {else/} - 未退款 - {/if} -
-
-
-
-
-
-{/block} -{block name="script"} - -{/block}