公告板
版本库
filestore
活动
搜索
登录
main
/
MES-WEB-API
智云MES后端API代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
采购订单,收料通知单,退料通知单,采购入库单 :选择 物料后,带出对应的计量单位;并多选物料返回; 采购入库单 和 退料通知单 的 子表网格显示,完善软件
cwjbxqmz
2023-10-24
990a4e89535330febe6254e23eb2fa68623c9054
[MES-WEB-API.git]
/
WebAPI
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>测试成功!</title>
</head>
<body>
<h1>API调用成功</h1>
</body>
</html>