Commit b866d747 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent c3d63752
...@@ -72,24 +72,29 @@ class InvoiceJobCommand extends Command ...@@ -72,24 +72,29 @@ class InvoiceJobCommand extends Command
'invoice_platform' => 'rhawn', 'invoice_platform' => 'rhawn',
'invoice_type' => 'blue', 'invoice_type' => 'blue',
'invoice_category' => '1', 'invoice_category' => '1',
'invoice_platform_id' => '1', 'invoice_platform_id' => '20091',
'invoice_creater_by' => '测试', 'invoice_creater_by' => '唐静',
'invoice_items' => [ 'invoice_items' => [
[ [
'item_id' => '1', 'item_id' => '566762',
'item_price' => '100', 'item_price' => '36.00',
'item_nums' => '1' 'item_nums' => '1'
] ],
[
'item_id' => '566763',
'item_price' => '73.00',
'item_nums' => '1'
],
], ],
'invoice_money' => '100.8', 'invoice_money' => '100.8',
'invoice_customer' => [ 'invoice_customer' => [
'cust_name' => '测试名称', 'cust_name' => '上海百舜生物科技有限公司',
'cust_code' => '13213113', 'cust_code' => '91310115312498004F',
'cust_address' => '测试地址', 'cust_address' => '上海市奉贤区联合北路215号第3幢1242室',
'cust_phone' => '021-12345678', 'cust_phone' => '021-37581181',
'cust_bankname' => '测试银行名称', 'cust_bankname' => '交行上海大场支行',
'cust_bankaccount' => '测试银行账号', 'cust_bankaccount' => '310065060018010017377',
'cust_mobile' => '1388888888' 'cust_mobile' => '13162997331'
] ]
]); ]);
......
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 to comment