MaiXinRong 3 år sedan
förälder
incheckning
5758507a09
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      app/const/deal_pay.js

+ 3 - 3
app/const/deal_pay.js

@@ -32,9 +32,9 @@ const calcBase = [
     {name: '本期完成计量', code: 'bqwc', limit: true, sort: 10},
     {name: '本期合同计量', code: 'bqht', limit: true, sort: 10},
     {name: '本期变更计量', code: 'bqbg', limit: true, sort: 10},
-    {name: '本期一般变更计量', code: 'ybbqbg', limit: true, sort: 15},
-    {name: '本期较大变更计量', code: 'jdbqbg', limit: true, sort: 15},
-    {name: '本期重大变更计量', code: 'zdbqbg', limit: true, sort: 15},
+    {name: '本期一般变更计量', code: 'ybbqbg', limit: true, sort: 5},
+    {name: '本期较大变更计量', code: 'jdbqbg', limit: true, sort: 5},
+    {name: '本期重大变更计量', code: 'zdbqbg', limit: true, sort: 5},
     {name: '100章本期完成计量', code: 'ybbqwc', limit: true, sort: 1},
     {name: '本期应付', code: 'bqyf', limit: true, ptNormalLimit: true, sort: 20},
 ];