|
|
@ -77,7 +77,7 @@ class Goods extends \yii\db\ActiveRecord |
|
|
|
const IS_EXPRESS_YES = 1; //是
|
|
|
|
//快递运费计算方式express_type
|
|
|
|
const EXPRESS_TYPE_UNIFORM_POSTAGE = 1; //统一邮费
|
|
|
|
const EXPRESS_TYPE_EXPRESS_TEMPLAGE = 2; //运费模板
|
|
|
|
const EXPRESS_TYPE_EXPRESS_TEMPLATE = 2; //运费模板
|
|
|
|
|
|
|
|
public static $isTaking = [ |
|
|
|
self::IS_TAKING_NO => '否', |
|
|
@ -89,7 +89,7 @@ class Goods extends \yii\db\ActiveRecord |
|
|
|
]; |
|
|
|
public static $expressType = [ |
|
|
|
self::EXPRESS_TYPE_UNIFORM_POSTAGE => '统一邮费', |
|
|
|
self::EXPRESS_TYPE_EXPRESS_TEMPLAGE => '运费模板' |
|
|
|
self::EXPRESS_TYPE_EXPRESS_TEMPLATE => '运费模板' |
|
|
|
]; |
|
|
|
public static $isSale = [ |
|
|
|
self::IS_SALE_NO => '不在售', |
|
|
|