* [story#62105,doing,0.1h,4.9h] Add product data of report function.

This commit is contained in:
yulujie
2025-02-07 17:11:29 +08:00
committed by 李阳
parent 5f2f5b52f6
commit a34a783681
+17
View File
@@ -0,0 +1,17 @@
#!/usr/bin/env php
<?php
/**
title=测试单报表
timeout=0
cid=1
*/
chdir(__DIR__);
include '../lib/report.ui.class.php';
$product = zenData('product');
$product->id->range('1-100');
$product->name->range('产品1, 产品2');
$product->type->range('normal');
$product->gen(2);