|
@@ -3,7 +3,7 @@
|
|
<%--<%@include file="/static/"%>--%>
|
|
<%--<%@include file="/static/"%>--%>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
- <title>添加工程</title>
|
|
|
|
|
|
+ <title>添加项目</title>
|
|
<link rel="stylesheet" href="${ctxp}/static/plugin/assets/layui/css/layui.css">
|
|
<link rel="stylesheet" href="${ctxp}/static/plugin/assets/layui/css/layui.css">
|
|
<link rel="stylesheet" href="${ctxp}/static/plugin/assets/common.css"/>
|
|
<link rel="stylesheet" href="${ctxp}/static/plugin/assets/common.css"/>
|
|
<script type="text/javascript" src="${ctxp}/static/plugin/assets/jquery-3.2.1.min.js"></script>
|
|
<script type="text/javascript" src="${ctxp}/static/plugin/assets/jquery-3.2.1.min.js"></script>
|
|
@@ -16,13 +16,13 @@
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<form id="inputForm"class="layui-form" action="${ctx}/project/tem/importfile" method="post" enctype="multipart/form-data">
|
|
<form id="inputForm"class="layui-form" action="${ctx}/project/tem/importfile" method="post" enctype="multipart/form-data">
|
|
- <%--<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">--%>
|
|
|
|
- <%--<legend>项目</legend>--%>
|
|
|
|
- <%--</fieldset>--%>
|
|
|
|
<div class="modal-body">
|
|
<div class="modal-body">
|
|
|
|
+ <%--<fieldset class="layui-elem-field layui-field-title">--%>
|
|
|
|
+ <%--<legend>222</legend>--%>
|
|
|
|
+ <%--</fieldset>--%>
|
|
<table class="table table-bordered table-striped" width="800px">
|
|
<table class="table table-bordered table-striped" width="800px">
|
|
<tr>
|
|
<tr>
|
|
- <td class="layui_td"><input type="button" class="layui-btn-primary layui-btn-sm layui-btn-radius" value="选择结算文件" id="btnxz"/></td>
|
|
|
|
|
|
+ <td class="layui_td"><input type="button" class="layui-btn layui-btn-normal" value="选择结算文件" id="btnxz"/></td>
|
|
<td><input id="view_input" readonly="readonly" class="form-control" placeholder="*结算书文件为博微导出xls/xlsx格式文件"> </td>
|
|
<td><input id="view_input" readonly="readonly" class="form-control" placeholder="*结算书文件为博微导出xls/xlsx格式文件"> </td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
@@ -35,12 +35,14 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="layui_td">*项目名称</td>
|
|
<td class="layui_td">*项目名称</td>
|
|
- <td><input type="text" name="name" autocomplete="off" class="form-control" id="inputwrite"> </td>
|
|
|
|
|
|
+ <td class="layui_td">
|
|
|
|
+ <input type="text" name="name" autocomplete="off" class="layui-input" id="inputwrite">
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td class="layui_td">项目编号</td>
|
|
<td class="layui_td">项目编号</td>
|
|
- <td>
|
|
|
|
- <input type="text" name="" autocomplete="off" class="form-control">
|
|
|
|
|
|
+ <td class="layui_td">
|
|
|
|
+ <input type="text" name="" autocomplete="off" class="layui-input">
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|