Commit 529be613 by cwy

多个pdf文件问题

parents 94cf6dfe 32fb2371
......@@ -88,12 +88,11 @@ Route::rule("product/save","Product/save");
Route::rule("product/delete","Product/delete");
Route::rule("product/add","Product/add");
Route::rule("product/unallocatedProducts","product/unallocatedProducts");
Route::rule("product/unallocatedProducts","product/unallocatedProducts"); // 未分配的产品列表
Route::rule("productAllocation/add","productAllocation/add");
Route::rule("productAllocation/list","productAllocation/list");
Route::rule("productAllocation/see","productAllocation/see");
Route::rule("productAllocation/save","productAllocation/save");
Route::rule("productAllocation/abnormal","productAllocation/abnormal");
Route::rule("productAllocation/randomAllocation","productAllocation/randomAllocation");
Route::rule("productAllocation/importProduct","productAllocation/importProduct");
......
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