|
@@ -332,7 +332,7 @@ return array
|
|
|
|
|
|
'f_price' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '原价',
|
|
|
'default' => '0',
|
|
|
'desc' => '原价',
|
|
@@ -342,7 +342,7 @@ return array
|
|
|
|
|
|
'price' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '金额',
|
|
|
'default' => '0',
|
|
|
'desc' => '金额',
|
|
@@ -384,7 +384,7 @@ return array
|
|
|
|
|
|
'pay_price' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '交款金额',
|
|
|
'default' => '0',
|
|
|
'desc' => '交款金额',
|
|
@@ -393,7 +393,7 @@ return array
|
|
|
),
|
|
|
'option_price' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '赠送期权价值',
|
|
|
'default' => '0',
|
|
|
'desc' => '金额',
|
|
@@ -605,7 +605,7 @@ return array
|
|
|
|
|
|
'agent_cash' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '代理费',
|
|
|
'default' => '0',
|
|
|
'desc' => '代理费',
|
|
@@ -615,7 +615,7 @@ return array
|
|
|
|
|
|
'soft_cash' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '软件服务费',
|
|
|
'default' => '0',
|
|
|
'desc' => '软件服务费',
|
|
@@ -625,7 +625,7 @@ return array
|
|
|
|
|
|
'goods_cash' => array
|
|
|
(
|
|
|
- 'type' => 'float-11,2',
|
|
|
+ 'type' => 'decimal-11,2',
|
|
|
'name' => '商品价值-名额不算,商品价值第一次分配后保持不变',
|
|
|
'default' => '0',
|
|
|
'desc' => '商品价值',
|
|
@@ -681,15 +681,17 @@ return array
|
|
|
|
|
|
'alter' => array
|
|
|
(
|
|
|
- 5 => array
|
|
|
+ 10 => array
|
|
|
(
|
|
|
- array('update', 'price', 'price', 'float-11,2 0 实付金额'),
|
|
|
- array('update', 'f_price', 'f_price', 'float-11,2 0 原价'),
|
|
|
- array('update', 'agent_cash', 'agent_cash', 'float-11,2 0 代理费'),
|
|
|
- array('update', 'soft_cash', 'soft_cash', 'float-11,2 0 软件服务费'),
|
|
|
- array('update', 'goods_cash', 'goods_cash', 'float-11,2 0 商品价值'),
|
|
|
+ array('update', 'price', 'price', 'decimal-11,2 0 实付金额'),
|
|
|
+ array('update', 'f_price', 'f_price', 'decimal-11,2 0 原价'),
|
|
|
+ array('update', 'agent_cash', 'agent_cash', 'decimal-11,2 0 代理费'),
|
|
|
+ array('update', 'soft_cash', 'soft_cash', 'decimal-11,2 0 软件服务费'),
|
|
|
+ array('update', 'goods_cash', 'goods_cash', 'decimal-11,2 0 商品价值'),
|
|
|
+ array('update', 'pay_price', 'pay_price', 'decimal-11,2 0 交款金额'),
|
|
|
+ array('update', 'option_price', 'option_price', 'decimal-11,2 0 赠送期权价值'),
|
|
|
),
|
|
|
- 'version' => 5,
|
|
|
+ 'version' => 10,
|
|
|
),
|
|
|
|
|
|
'manage' => array
|