Jelajahi Sumber

增加“-*”操作符

zhangweicheng 7 tahun lalu
induk
melakukan
5b8be22dae
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      web/maintain/ration_repository/js/coe.js

+ 1 - 1
web/maintain/ration_repository/js/coe.js

@@ -555,7 +555,7 @@ let gljAdjOprObj = {
             //调整类型下拉菜单
             coeType: ['定额', '人工', '材料', '机械', '主材', '设备', '单个工料机','替换人材机',"所选人材机"],
             //操作符下拉菜单
-            operator: ['+', '-', '*', '/', '=','+*']
+            operator: ['+', '-', '*', '/', '=','+*','-*']
         }
     },
     buildSheet: function (container) {