|
@@ -1760,7 +1760,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十一、月度销售订单情况】
|
|
|
+ //【十一、销售订单商品类型】
|
|
|
public function saleMonth()
|
|
|
{
|
|
|
|
|
@@ -1799,7 +1799,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十一、月度销售订单情况-导出】
|
|
|
+ //【十一、销售订单商品类型-导出】
|
|
|
public function saleMonthExport()
|
|
|
{
|
|
|
|
|
@@ -1848,7 +1848,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十二、月度采购订单和库存品发货情况】
|
|
|
+ //【十二、采购订单发货维度表】
|
|
|
public function orderOutMonth()
|
|
|
{
|
|
|
|
|
@@ -1914,7 +1914,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十二、月度采购订单和库存品发货情况-导出】
|
|
|
+ //【十二、采购订单发货维度表-导出】
|
|
|
public function orderOutMonthExport()
|
|
|
{
|
|
|
$param = $this->request->only(['token', 'start_day' => date('Y-m-01'), 'end_day' => date('Y-m-t')], 'post', 'trim');
|
|
@@ -1990,7 +1990,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十三、月度供应商采购订单情况】
|
|
|
+ //【十三、供应商采购订单情况】
|
|
|
public function purcheaseOrderMonth()
|
|
|
{
|
|
|
$param = $this->request->only(['token', 'supplierNo' => '', 'supplier_name' => '', 'start_day' => date('Y-m-01'), 'end_day' => date('Y-m-t')], 'post', 'trim');
|
|
@@ -2074,7 +2074,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十三、月度供应商采购订单情况-导出】
|
|
|
+ //【十三、供应商采购订单情况-导出】
|
|
|
public function purcheaseOrderMonthExport()
|
|
|
{
|
|
|
$param = $this->request->only(['token', 'supplierNo' => '', 'supplier_name' => '', 'start_day' => date('Y-m-01'), 'end_day' => date('Y-m-t')], 'post', 'trim');
|
|
@@ -2154,7 +2154,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十四、月度供应商负责人采购订单情况】
|
|
|
+ //【十四、供应商负责人采购订单情况】
|
|
|
public function purcheaseOrderPersonMonth()
|
|
|
{
|
|
|
$param = $this->request->only(['token', 'supplierNo' => '', 'supplier_name' => '', 'flag' => '', 'start_day' => date('Y-m-01'), 'end_day' => date('Y-m-t')], 'post', 'trim');
|
|
@@ -2245,7 +2245,7 @@ class SaleReport extends Base
|
|
|
|
|
|
}
|
|
|
|
|
|
- //【十四、月度供应商负责人采购订单情况-导出】
|
|
|
+ //【十四、供应商负责人采购订单情况-导出】
|
|
|
public function purcheaseOrderPersonMonthExport()
|
|
|
{
|
|
|
|