Commit 776ddcdc authored by wwccw0591's avatar wwccw0591

master_dev

parent 2700fc08
......@@ -198,6 +198,8 @@ class ApiConst
const refundSuccess = 1;
const refundFail = 0;
const isNotSuccessRefund=0;
const refundCompleted=3;
//是否收到货
const shippingOver = 1;
......
......@@ -750,6 +750,11 @@ class RefundServiceModel extends \Business\AbstractModel
if($value['goodsState']>ApiConst::goodsStateWaitRecieve){
$value['shippingOver']=ApiConst::shippingOver;
}
if($value['isSucRefund']==ApiConst::isNotSuccessRefund && ($value['sellerState']==ApiConst::refundSellerAgree || $value['platformState']==ApiConst::platAgree) ){
$value['markRefundButton']=ApiConst::one;
}else{
$value['markRefundButton']=ApiConst::zero;;
}
unset($value['goodsSpec']);
// unset($value['picInfo']);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment