Przeglądaj źródła

标准清单相关功能

Chente 6 lat temu
rodzic
commit
4bffb04ae9
2 zmienionych plików z 11 dodań i 11 usunięć
  1. 10 10
      bgqingdan.html
  2. 1 1
      poj-list-detail.html

+ 10 - 10
bgqingdan.html

@@ -98,21 +98,21 @@
                   <thead>
                     <tr>
                       <th width=""></th>
-                      <th>计量模式</th>
-                      <th>版本</th>
+                      <th>名称</th>
+                      <th>备注</th>
                       <th width="100">操作</th>
                   </thead>
                   <tbody>
                     <tr>
                       <td>1</td>
-                      <td><a href="qingdan-detail.html">0号台帐</a></td>
-                      <td>全国</td>
+                      <td><a href="qingdan-detail.html">全国标准清单</a></td>
+                      <td></td>
                       <td><a href="" class="btn btn-sm">删除</a></td>
                     </tr>
                     <tr>
                       <td>2</td>
-                      <td><a href="qingdan-detail.html">工程量清单</a></td>
-                      <td>全国</td>
+                      <td><a href="qingdan-detail.html">广东标准清单</a></td>
+                      <td></td>
                       <td><a href="" class="btn btn-sm">删除</a></td>
                     </tr>
                     <tr>
@@ -145,12 +145,12 @@
               </div>
               <div class="modal-body">
                 <div class="form-group">
-                  <lable>版本</lable>
-                  <select class="form-control"><option>全国</option><option>广东</option></select>
+                  <lable>标准清单名称<b class="text-danger">*</b></lable>
+                  <input class="form-control" placeholder="" type="text">
                 </div>
                 <div class="form-group">
-                  <lable>计量模式</lable>
-                  <select class="form-control"><option>0号台帐</option><option>工程量清单</option></select>
+                  <lable>备注</lable>
+                  <input class="form-control" placeholder="" type="text">
                 </div>
               </div>
               <div class="modal-footer">

+ 1 - 1
poj-list-detail.html

@@ -175,7 +175,7 @@
                     <div class="col-4">
                       <div class="form-group">
                         <label>标准清单</label>
-                        <select class="form-control"><option>全国</option><option>广东</option></select>
+                        <select class="form-control"><option>全国标准清单</option><option>广东标准清单</option></select>
                       </div>
                     </div>
                     <div class="col-4">