|
|
@@ -20,9 +20,9 @@ class dict
|
|
|
//平台资产
|
|
|
'ptAsset' => [
|
|
|
'hdBalance' => ['id' => 1, 'name' => '零售余额'],
|
|
|
- 'ghsBalance' => ['id' => 2, 'name' => '供货商余额'],
|
|
|
+ 'ghsBalance' => ['id' => 2, 'name' => '供应商余额'],
|
|
|
'hdTxBalance' => ['id' => 3, 'name' => '零售可提现'],
|
|
|
- 'ghsTxBalance' => ['id' => 4, 'name' => '供货商可提现'],
|
|
|
+ 'ghsTxBalance' => ['id' => 4, 'name' => '供应商可提现'],
|
|
|
],
|
|
|
|
|
|
//支付方式的类型 1商家开单选的支付方式 2客户在线支付
|
|
|
@@ -34,12 +34,12 @@ class dict
|
|
|
//需要显示国兰的信息 0不需要 1需要(需要提交审核小程序时请显示国兰信息)
|
|
|
'showGlInfo' => 0,
|
|
|
|
|
|
- //显示零售和供货商的演示入口 0不需要 1需要
|
|
|
+ //显示零售和供应商的演示入口 0不需要 1需要
|
|
|
'showDemo' => 1,
|
|
|
|
|
|
//零售演示的管理员id
|
|
|
'hdDemoAdminId' => 427,
|
|
|
- //供货商演示的管理员id
|
|
|
+ //供应商演示的管理员id
|
|
|
'ghsDemoAdminId' => 428,
|
|
|
'expressList' => [
|
|
|
[
|
|
|
@@ -61,9 +61,9 @@ class dict
|
|
|
//所属平台类型
|
|
|
'ptStyle' => [
|
|
|
'hd' => 1,//零售花店
|
|
|
- 'ghs' => 2,//供货商
|
|
|
+ 'ghs' => 2,//供应商
|
|
|
'mall' => 3,//商城
|
|
|
- 'kmGhs' => 4,//昆明供货商
|
|
|
+ 'kmGhs' => 4,//昆明供应商
|
|
|
],
|
|
|
|
|
|
'merchantStatus' => ['checking' => 0, 'pass' => 1, 'noPass' => 2, 'freeze' => 3, 'unfreeze' => 4, 'shut' => 5],
|
|
|
@@ -131,7 +131,7 @@ class dict
|
|
|
'xhApplyOrder' => ['id' => 7, 'name' => 'xhApplyOrder'],
|
|
|
'xhMergeUser' => ['id' => 8, 'name' => 'xhMergeUser'],
|
|
|
'xhRenew' => ['id' => 9, 'name' => 'xhRenew'],
|
|
|
- //供货商订单
|
|
|
+ //供应商订单
|
|
|
'xhGhsOrder' => ['id' => 10, 'name' => 'xhGhsOrder'],
|
|
|
//花店采购
|
|
|
'xhPurchase' => ['id' => 11, 'name' => 'xhPurchase'],
|
|
|
@@ -139,11 +139,11 @@ class dict
|
|
|
'pxApply' => ['id' => 12, 'name' => 'pxApply'],
|
|
|
//花店采购结算
|
|
|
'hdPurchaseClear' => ['id' => 20, 'name' => 'hdPurchaseClear'],
|
|
|
- //供货商采购
|
|
|
+ //供应商采购
|
|
|
'ghsPurchase' => ['id' => 25, 'name' => 'ghsPurchase'],
|
|
|
- //供货商出库
|
|
|
+ //供应商出库
|
|
|
'ghsCheckOut' => ['id' => 26, 'name' => 'ghsCheckOut'],
|
|
|
- //供货商入库
|
|
|
+ //供应商入库
|
|
|
'ghsCheckIn' => ['id' => 27, 'name' => 'ghsCheckIn'],
|
|
|
'usePtCoupon' => ['id' => 30, 'name' => 'usePtCoupon'],
|
|
|
],
|