Authored by 周少峰

invoice default title

@@ -440,7 +440,7 @@ class IndexController extends WebAction @@ -440,7 +440,7 @@ class IndexController extends WebAction
440 $deliveryTimeId = $this->post('deliveryTimeId', 1); // 默认只工作日配送 440 $deliveryTimeId = $this->post('deliveryTimeId', 1); // 默认只工作日配送
441 $deliveryWayId = $this->post('deliveryWayId', 1); // 默认普通快递 441 $deliveryWayId = $this->post('deliveryWayId', 1); // 默认普通快递
442 $invoiceType = $this->post('invoiceType', null); // 发票类型:纸质 1 ,电子 2 442 $invoiceType = $this->post('invoiceType', null); // 发票类型:纸质 1 ,电子 2
443 - $invoiceTitle = $this->post('invoiceTitle', null); // 发票抬头 443 + $invoiceTitle = $this->post('invoiceTitle', '个人'); // 发票抬头
444 $invoiceContent = $this->post('invoiceContent', null); // 发票内容 444 $invoiceContent = $this->post('invoiceContent', null); // 发票内容
445 $receiverMobile = $this->post('receiverMobile', null); // 接收人电话 445 $receiverMobile = $this->post('receiverMobile', null); // 接收人电话
446 446