|
|
@@ -800,7 +800,7 @@ class Returngoods extends Start_Controller {
|
|
|
if($value['shsh_status'] == 1){
|
|
|
$tmp['caozuo'] .= '<a href="javascript:void(0);" style="margin-right:4px;background-color: #FFCC00 !important;border-color: #FFFF00;color:#000 !important;font-size:15px" data-id="'.$value['id'].'" class="btn btn-xs" onclick="shshFun(this)">退货未收到!</a>';
|
|
|
}elseif($value['shsh_status'] == 2){
|
|
|
- $tmp['caozuo'] .= '<a href="javascript:void(0);" style="margin-right:4px;color: #fff !important;background-color: #66CCFF !important;border-color: #66CCFF;font-size:15px" class="btn btn-xs" >退货已收到</a>';
|
|
|
+ $tmp['caozuo'] .= '<a href="javascript:void(0);" style="margin-right:4px;color: #000 !important;background-color: #66CCFF !important;border-color: #66CCFF;font-size:15px" class="btn btn-xs" >退货已收到</a>';
|
|
|
}else{
|
|
|
|
|
|
}
|