Kaynağa Gözat

部分台帐->台账,uuid相关

MaiXinRong 4 yıl önce
ebeveyn
işleme
73c0dd477c

+ 1 - 1
app/const/account_permission.js

@@ -28,7 +28,7 @@ const permission = {
         children: [
             { title: '创建标段', value: 1 },
             { title: '查阅所有标段', value: 2 },
-            { title: '维护签约清单', value: 3, hint: '开启该选项,台审批通过后,可上传签约清单', hintIcon: 'fa-question-circle' },
+            { title: '维护签约清单', value: 3, hint: '开启该选项,台审批通过后,可上传签约清单', hintIcon: 'fa-question-circle' },
         ],
     },
     // cooperation: {

+ 1 - 1
app/reports/util/rpt_pdf_util.js

@@ -11,7 +11,7 @@ const fs = require('fs');
 const jpcCmnHelper = require('../rpt_component/helper/jpc_helper_common');
 const DPI = jpcCmnHelper.getScreenDPI()[0] * PDF_SCALE;
 const JV = require('../rpt_component/jpc_value_define');
-const uuidV1 = require('uuid/v1');
+const uuidV1 = require('uuid').v1;
 
 let fontUtil = require('./rpt_font_util');
 

+ 1 - 1
app/view/stage/modal.ejs

@@ -438,7 +438,7 @@
                 </div>
                 <div class="modal-height-300">
                     <table class="table table-bordered">
-                        <thead><tr><th>序号</th><th>计量单元</th><th>台数量</th><th><input id="cbr-check-all" type="checkbox"></th></tr></thead>
+                        <thead><tr><th>序号</th><th>计量单元</th><th>台数量</th><th><input id="cbr-check-all" type="checkbox"></th></tr></thead>
                         <tbody id="cbr-pos-list"></tbody>
                     </table>
                 </div>

+ 2 - 2
app/view/tender/shenpi_modal.ejs

@@ -42,12 +42,12 @@
                             <td></td>
                         </tr>
                         <tr>
-                            <td>台审批</td>
+                            <td>台审批</td>
                             <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>
                             <td><input type="checkbox"></td>
                         </tr>
                         <tr>
-                            <td>台修订</td>
+                            <td>台修订</td>
                             <td>固定流程<i class="fa fa-question-circle text-primary" data-container="body" data-toggle="tooltip" data-placement="bottom" data-original-title="王五-张三-李四"></i></td>
                             <td><input type="checkbox"></td>
                         </tr>

+ 1 - 0
package.json

@@ -42,6 +42,7 @@
         "ueditor": "^1.2.3",
         "uglify-es": "^3.3.9",
         "uglify-js": "^3.3.27",
+        "uuid": "^3.2.1",
         "xmlreader": "^0.2.3",
         "zlib": "^1.0.5"
     },