浏览代码

标段概况

MaiXinRong 5 年之前
父节点
当前提交
31083148be
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      app/service/report_memory.js
  2. 2 2
      app/view/tender/detail_modal.ejs

+ 2 - 2
app/service/report_memory.js

@@ -190,11 +190,11 @@ module.exports = app => {
             await this._checkStage(sid);
             const cache = await this._getReportMemoryCache('mem_stage_im_tz', tid, sid, this.ctx.stage.cacheTime);
             if (cache) {
-                console.log('cache');
+                // console.log('cache');
                 return cache;
             }
 
-            console.log('build');
+            // console.log('build');
             if (!this.stageImData) {
                 this.stageImData = {};
                 try {

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

@@ -951,7 +951,7 @@
                 toastr.warning('请输入不超过万亿的数字');
                 info.sheet.setText(info.row, info.col, '0');
             }
-            if (info.row === 1 || info.row === 2) {
+            if (info.row === 0 || info.row === 1) {
                 calcHtjMinusZlj();
             }
         });
@@ -1026,7 +1026,7 @@
         const tenderId = window.location.pathname.split('/')[2];
         postData('/tender/' + tenderId + '/save', prop, function (data) {
             property.deal_param = data.deal_param;
-            $('bd-set-4').modal('hide');
+            $('#bd-set-4').modal('hide');
         });
     }