Browse Source

Merge branch '1.0.0_online' of http://smartcost.f3322.net:3000/SmartCost/ConstructionOperation into 1.0.0_online

TonyKang 6 năm trước cách đây
mục cha
commit
c9cf5cf934
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      modules/all_models/stdRation_coe.js

+ 2 - 0
modules/all_models/stdRation_coe.js

@@ -10,6 +10,8 @@ const coeSchema = new Schema({
     gljID: Number,                  // 要调整的工料机ID(当coeType=0时有效)
     operator: String,               // 运算符(*、+、-、=)
     amount: String,                 // 调整的量
+    gljCode: String,
+    gljName: String,
     _id: false
 });