소스 검색

结算修改2

xs 5 년 전
부모
커밋
ffa74eaea6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/main/webapp/webpage/modules/sg/project/management.jsp

+ 4 - 4
src/main/webapp/webpage/modules/sg/project/management.jsp

@@ -76,9 +76,9 @@
                                        <table>
                                            <tbody>
                                            <tr>
-                                               <td> <input type="text" name="projectStartDate" id="beginDate1"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td> <input type="text" name="projectStartDate" id="beginDate1"  placeholder="开始时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                                <td>~</td>
-                                               <td> <input type="text" name="projectEndDate" id="endDate1"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td> <input type="text" name="projectEndDate" id="endDate1"  placeholder="结束时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                            </tr>
                                            </tbody>
                                        </table>
@@ -112,9 +112,9 @@
                                        <table>
                                            <tbody>
                                            <tr>
-                                               <td><input type="text" name="itemStartDate" id="beginDate2"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td><input type="text" name="itemStartDate" id="beginDate2"  placeholder="开始时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                                <td>~</td>
-                                               <td> <input type="text" name="itemEndDate" id="endDate2"  placeholder="yyyy-MM-dd" autocomplete="off" class="layui-input input-meself-time"></td>
+                                               <td> <input type="text" name="itemEndDate" id="endDate2"  placeholder="结束时间" autocomplete="off" class="layui-input input-meself-time"></td>
                                            </tr>
                                            </tbody>
                                        </table>