Explorar el Código

导入Excel计量数据,暂存计量相关

MaiXinRong hace 1 año
padre
commit
8a9ec0aae1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/stage_stash.js

+ 1 - 1
app/service/stage_stash.js

@@ -13,7 +13,7 @@ class loadStageExcelTree {
         this.ctx = ctx;
 
         this.decimal = ctx.tender.info.decimal;
-        this.settleStatus === ctx.service.settle.settleStatus;
+        this.settleStatus = ctx.service.settle.settleStatus;
 
         this.insertBills = [];
         this.insertPos = [];