|
|
@@ -21,8 +21,8 @@ class dict
|
|
|
'ptAsset' => [
|
|
|
'hdBalance' => ['id' => 1, 'name' => '零售余额'],
|
|
|
'ghsBalance' => ['id' => 2, 'name' => '供货商余额'],
|
|
|
- 'hdTxBalance' => ['id' => 3, 'name' => '零售可提现余额'],
|
|
|
- 'ghsTxBalance' => ['id' => 4, 'name' => '供货商可提现余额'],
|
|
|
+ 'hdTxBalance' => ['id' => 3, 'name' => '零售可提现'],
|
|
|
+ 'ghsTxBalance' => ['id' => 4, 'name' => '供货商可提现'],
|
|
|
],
|
|
|
|
|
|
//采购和销售单的有效期
|