Browse Source

单价无组成物小数位数

zhangweicheng 5 years atrás
parent
commit
2a79ef5e8c

+ 1 - 1
modules/pm/models/project_property_template.js

@@ -6,7 +6,7 @@
 const defaultDecimal = {
     bills: {unitPrice: 2, totalPrice: 0},
     ration: {quantity: 3, unitPrice: 2, totalPrice: 0},
-    glj: {quantity: 3, unitPriceHasMix: 2, unitPrice: 3},
+    glj: {quantity: 3, unitPriceHasMix: 2, unitPrice: 2},
     feeRate: 3,
     quantity_detail: 4,
     material:5,//三材系数

+ 1 - 1
web/building_saas/main/js/views/project_property_decimal_view.js

@@ -8,7 +8,7 @@ let defaultDecimal = {
     _def: {//editable: 开放给用户编辑的
         bills: {editable: true, data: {unitPrice: 2, totalPrice: 2}},
         ration: {editable: true, data: {quantity: 4, unitPrice: 2, totalPrice: 2}},
-        glj: {editable: true, data: {quantity: 4, unitPriceHasMix: 2, unitPrice: 3}},
+        glj: {editable: true, data: {quantity: 4, unitPriceHasMix: 2, unitPrice: 2}},
         material: {editable: false, data: 5},
         feeRate: {editable: true, data: 3},
         quantity_detail: {editable: false, data: 4},

+ 1 - 1
web/over_write/js/nongcun_2020.js

@@ -122,7 +122,7 @@ if (typeof module !== 'undefined') {
     const defaultDecimal = {
         bills: { unitPrice: 2, totalPrice: 2 },
         ration: { quantity: 3, unitPrice: 2, totalPrice: 2 },
-        glj: { quantity: 3, unitPriceHasMix: 2, unitPrice: 3 },
+        glj: { quantity: 3, unitPriceHasMix: 2, unitPrice: 2 },
         feeRate: 3,
         quantity_detail: 4,
         material:5,