|
@@ -7,13 +7,14 @@
|
|
|
<link rel="stylesheet" href="${ctxp}/static/plugin/assets/layui/css/layui.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>
|
|
|
- <link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
|
|
|
- <%--<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>--%>
|
|
|
+ <link rel="stylesheet" href="${ctxp}/static/plugin/assets/bootstrap.min.css">
|
|
|
<style>
|
|
|
+
|
|
|
.layui-input{ height: 28px;}
|
|
|
- .layui_td{text-align: center;font-size: 14px;margin-top: 20px}
|
|
|
- .modal-body{padding: 6px}
|
|
|
- </style>
|
|
|
+ td{text-align: center;font-size: 14px;margin-top: 20px;color: #555}
|
|
|
+ .layui_td_1{text-align: center;font-size: 14px;width: 23%;}
|
|
|
+ .modal-body{padding: 10px}
|
|
|
+</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<form id="inputForm"class="layui-form" action="${ctx}/project/tem/importfile" method="post" enctype="multipart/form-data">
|
|
@@ -23,12 +24,14 @@
|
|
|
<%--</fieldset>--%>
|
|
|
<table class="table table-bordered table-striped" width="800px">
|
|
|
<tr>
|
|
|
- <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 class="layui_td_1"><input type="button" class="layui-btn layui-btn-primary layui-btn-sm" value="选择结算文件" id="btnxz"/></td>
|
|
|
+ <td>
|
|
|
+ <input type="text" autocomplete="off" readonly="readonly" class="layui-input" placeholder="*结算书文件为博微导出xls/xlsx格式文件" id="view_input" style="background-color: whitesmoke">
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="layui_td">*项目划分</td>
|
|
|
- <td style="color: #555;font-size: 14px"><select name="type" lay-verify="required" lay-search="">
|
|
|
+ <td class="layui_td_1">*项目划分</td>
|
|
|
+ <td ><select name="type" lay-verify="required" lay-search="">
|
|
|
<option value="">请选择</option>
|
|
|
<option value="1">架空线路工程</option>
|
|
|
<option value="2">电缆工程</option>
|
|
@@ -36,14 +39,14 @@
|
|
|
</select></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="layui_td">*项目名称</td>
|
|
|
- <td class="layui_td">
|
|
|
+ <td class="layui_td_1">*项目名称</td>
|
|
|
+ <td>
|
|
|
<input type="text" name="name" autocomplete="off" class="layui-input" id="inputwrite">
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="layui_td">项目编号</td>
|
|
|
- <td class="layui_td">
|
|
|
+ <td class="layui_td_1">项目编号</td>
|
|
|
+ <td>
|
|
|
<input type="text" name="" autocomplete="off" class="layui-input">
|
|
|
</td>
|
|
|
</tr>
|