mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
11-18需求
This commit is contained in:
parent
05d1ad7ae7
commit
9628d56779
@ -69,7 +69,7 @@ class BusinessOrder extends Model
|
|||||||
|
|
||||||
public function getShippingStatusAttribute($value)
|
public function getShippingStatusAttribute($value)
|
||||||
{
|
{
|
||||||
$map = ['未发货', '已发货', '部分发货', '' => ''];
|
$map = ['未发货', '已发货', '部分发货',"已收货", '' => ''];
|
||||||
|
|
||||||
return $map[$value];
|
return $map[$value];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user