|
|
@@ -94,4 +94,23 @@ class TestController extends BaseController
|
|
|
return $this->json_return(201,$data);
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ // 仓库档案 http://localhost:8060/api/WareHouse/Get ?CodeorName=0501 为空返回所有数据
|
|
|
+ // 部门档案 http://localhost:8060/api/Department/Get ?CodeorName=0501 为空返回所有数据
|
|
|
+ // 人员档案 http://localhost:8060/api/Person/Get ?CodeorName=00043&bPsnPerson=1(是否业务员) 为空返回所有数据
|
|
|
+ // 客户分类 http://localhost:8060/api/Customer/GetCustomerClass ?cCCCode=01 为空返回所有数据
|
|
|
+ // 客户档案 http://localhost:8060/api/Customer/GetCustomerClass ?cCCCode=01 为空返回所有数据
|
|
|
+ // 存货分类 http://localhost:8060/api/Inventory/GetInventoryClass ?CodeorName=0101 为空返回所有
|
|
|
+ // 存货档案 http://localhost:8060/api/System/SqlQuery
|
|
|
+ //{
|
|
|
+ // "customSQLFileName": "U8SQL",
|
|
|
+ // "customSQLPath": "U8API/Inventory/Get",
|
|
|
+ // "paramObj": {
|
|
|
+ // "@pagesize": 25,
|
|
|
+ // "@codeorname": "0301",
|
|
|
+ // "@where": "AND cInvCode = 'BB01' AND cInvName like '%交换机%'",
|
|
|
+ // "@version": "7098847"
|
|
|
+ // }
|
|
|
+ //}
|
|
|
+ // 计量单位 http://localhost:8060/api/Inventory/GetComputationUnit ?CodeorName=0502 为空返回所有数据
|
|
|
}
|