Sfoglia il codice sorgente

增加期数显示

laiguoran 2 anni fa
parent
commit
4461b9e9f2
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      app/view/payment/list_modal.ejs

+ 6 - 1
app/view/payment/list_modal.ejs

@@ -12,7 +12,7 @@
                     <tr>
                         <th>序号</th>
                         <th>表单角色</th>
-                        <th>审批人</th>
+                        <th>签署人</th>
                     </tr>
                     </thead>
                     <tbody>
@@ -74,6 +74,11 @@
                 <form>
                     <div class="form-group">
                         <!--<a href="#" class="float-right"><i class="fa fa-cog"></i></a>-->
+                        <label for="add-detail-code">期数</label>
+                        <input type="text" class="form-control form-control-sm"  value="第<%- !trDetailList ? 1 : (trDetailList && trDetailList.length >= 1 ? trDetailList[0].order + 1 : '') %>期" readonly>
+                    </div>
+                    <div class="form-group">
+                        <!--<a href="#" class="float-right"><i class="fa fa-cog"></i></a>-->
                         <label for="add-detail-code">编号</label>
                         <input type="text" class="form-control form-control-sm" name="add_code" id="add-detail-code" placeholder="请输入编号" value="">
                     </div>