Explorar o código

工料机形式定额 的 暂估计算。

chenshilong %!s(int64=7) %!d(string=hai) anos
pai
achega
bcf8104d58
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      web/building_saas/main/js/models/ration_glj.js

+ 1 - 0
web/building_saas/main/js/models/ration_glj.js

@@ -44,6 +44,7 @@ var ration_glj = {
             if (ration.type == rationType.gljRation){
                 let glj = JSON.parse(JSON.stringify(ration));
                 glj.type = glj.subType;
+                glj.quantity = 1;
                 return [glj];
             }
             else{