Explorar el Código

增加“-*”操作符

zhangweicheng hace 7 años
padre
commit
5b8be22dae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {