Commit 43962a4c authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 4a7121e0
......@@ -76,22 +76,26 @@ class InvoiceJobCommand extends Command
$service->applyInvoice([
'invoice_platform' => 'rhawn',
'invoice_type' => 'blue',
'invoice_category' => '1',
'invoice_platform_id' => '20091',
'invoice_category' => '2',
'invoice_platform_id' => '16712',
'invoice_creater_by' => '唐静',
'invoice_items' => [
[
'item_id' => '566762',
'item_price' => '36.00',
'item_nums' => '1'
'item_id' => '425152',
'item_name' => '四丁基溴化铵',
'item_price' => '62.00',
'item_nums' => '1',
'item_spec' => '罗恩 R012573-500g'
],
[
'item_id' => '566763',
'item_price' => '73.00',
'item_nums' => '1'
'item_id' => '426141',
'item_name' => '丙烯酰胺',
'item_price' => '46.00',
'item_nums' => '1',
'item_spec' => '罗恩 R003167-500g'
],
],
'invoice_money' => '100.8',
'invoice_money' => '108',
'invoice_customer' => [
'cust_name' => '上海百舜生物科技有限公司',
'cust_code' => '91310115312498004F',
......@@ -99,7 +103,8 @@ class InvoiceJobCommand extends Command
'cust_phone' => '021-37581181',
'cust_bankname' => '交行上海大场支行',
'cust_bankaccount' => '310065060018010017377',
'cust_mobile' => '13162997331'
'cust_mobile' => '13162997331',
"cust_email" => "aloneshen2003@163.com"
]
]);
......
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