|
|
@@ -508,9 +508,11 @@ class dict
|
|
|
'qt' => 5,//其它
|
|
|
],
|
|
|
'expendTypeMap' => [
|
|
|
- 0 => '店租', 1 => '水电', 2 => '物业', 3 => '伙食', 4 => '房租', 5 => '其它', 6 => '物品', 7 => '办公用品'
|
|
|
+ 0 => '店租', 1 => '水电', 2 => '物业', 3 => '伙食', 4 => '房租', 5 => '其它', 6 => '物品', 7 => '办公用品', 8 => '运费', 9 => '工资'
|
|
|
],
|
|
|
'expendTypeList' => [
|
|
|
+ ['id' => 9, 'name' => '工资'],
|
|
|
+ ['id' => 8, 'name' => '运费'],
|
|
|
['id' => 7, 'name' => '办公用品'],
|
|
|
['id' => 6, 'name' => '物品'],
|
|
|
['id' => 0, 'name' => '店租'],
|