Files
SIPAIIS_WMS_JSSW/WebRoot/jsp/work/scadapic/prodManagementDesign_Pic.jsp
2026-01-16 14:13:44 +08:00

55 lines
1.6 KiB
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<html>
<head>
<title></title>
<jsp:include page="/jsp/inc.jsp"></jsp:include>
<script type="text/javascript">
/* function dosave(dialog,grid) {
if ($(".form").form('validate')) {
$.post(ext.contextPath + "/work/workshop/update.do", $(".form").serialize(), function(data) {
if (data.res == 1) {
top.$.messager.alert('提示', "保存成功", 'info', function() {
grid.datagrid('reload');
dialog.dialog('destroy');
});
}else if(data.res == 0){
top.$.messager.alert('提示', "保存失败", 'info');
}else{
top.$.messager.alert('提示', data.res, 'info');
}
},'json');
}
} */
$(function() {
//附件加载
new commfile('document.DocFileMapper','${param.pid}').loadfile();
});
</script>
</head>
<body>
<form method="post" class="form">
<input type="hidden" name="id" value="${param.pid}"/>
<table class="table">
<tr>
<th>工序名称</th>
<td colspan="3"><span >${param.pname }</span>
</td>
</tr>
<tr>
<th>
<a class="easyui-linkbutton" href="javascript:new commfile('document.DocFileMapper','${param.pid}').showUpload();">监测图片上传</a>
</th>
<td colspan="3">
<div id="fileList"></div>
</td>
</tr>
</table>
</form>
</body>
</html>