Commit e0775771 by mushishixian

fix

parent 939beb40
Showing with 23 additions and 0 deletions
<?php
return [
//和金蝶对接的供应商类型的对应数据
'SyncSupplierType'=>[
1 => 'D',
2 => 'M',
3 => 'P',
4 => 'Y',
5 => 'A',
6 => 'O',
0 => 'E',
],
//和金蝶对接的货币类型的对应数据,相对应的供应商系统类型是 config(fixed.Currency)
//currencyNumber<澳大利亚元ADLY,瑞士法郎CHF,人民币CNY,欧元EUR,英镑GBP,港币HKD,加拿大元JND,日元JPY,美元USD,新加坡元XJP,新台币XTB>
'SyncCurrencyType'=>[
1 => 'CNY',
2 => 'USD',
3 => 'HKD',
4 => 'EUR',
5 => 'GBP',
6 => 'CHF',
],
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment