Ver código fonte

收方单部分修改

laiguoran 3 anos atrás
pai
commit
3af4ca6e9d
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      app/public/js/stage.js
  2. 1 1
      app/view/wap/shoufangupload.ejs

+ 1 - 1
app/public/js/stage.js

@@ -4471,7 +4471,7 @@ function makeReportData(sfid) {
         tender_id: tender.id,
         stage_id: stage.id,
     };
-    const rpt_name = tender.name + '-第' + stage.order + '期-' + (pos_name ? pos_name : ledger_code + '-' + lData.name);
+    const rpt_name = tender.name + '-第' + stage.order + '期-' + ledger_code + (pos_name ? '/' + pos_name : '-' + lData.name);
     const qrCodePath = sfInfo.qrcode;
     return [qrCodePath, replace_key_params, req_params, rpt_name];
 }

+ 1 - 1
app/view/wap/shoufangupload.ejs

@@ -35,7 +35,7 @@
                 <td>第 <%- order %> 期</td>
             </tr>
             <tr>
-                <th>台帐清单/计量单元</th>
+                <th>清单/计量单元</th>
                 <td><%- name %></td>
             </tr>
             </tbody>