소스 검색

Merge remote-tracking branch 'origin/master'

蔡德晨 5 년 전
부모
커밋
43160d6bb1
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/main/webapp/webpage/modules/sg/project/addItemForm.jsp
  2. 6 0
      src/main/webapp/webpage/modules/sg/projecttem/addItem.jsp

+ 6 - 0
src/main/webapp/webpage/modules/sg/project/addItemForm.jsp

@@ -49,6 +49,12 @@
                     <input type="text" name="" autocomplete="off" class="layui-input">
                 </td>
             </tr>
+            <tr>
+                <td>施工单位</td>
+                <td>
+                    <input type="text" name="unit" autocomplete="off" class="layui-input">
+                </td>
+            </tr>
             </tbody>
         </table>
     </div>

+ 6 - 0
src/main/webapp/webpage/modules/sg/projecttem/addItem.jsp

@@ -45,6 +45,12 @@
                     <input type="text" name="" autocomplete="off" class="layui-input">
                 </td>
             </tr>
+            <tr>
+                <td>施工单位</td>
+                <td>
+                    <input type="text" name="unit" autocomplete="off" class="layui-input">
+                </td>
+            </tr>
             </tbody>
         </table>
     </div>