Sfoglia il codice sorgente

增加“-*”操作符

zhangweicheng 7 anni fa
parent
commit
5b8be22dae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: ['定额', '人工', '材料', '机械', '主材', '设备', '单个工料机','替换人材机',"所选人材机"],
             coeType: ['定额', '人工', '材料', '机械', '主材', '设备', '单个工料机','替换人材机',"所选人材机"],
             //操作符下拉菜单
             //操作符下拉菜单
-            operator: ['+', '-', '*', '/', '=','+*']
+            operator: ['+', '-', '*', '/', '=','+*','-*']
         }
         }
     },
     },
     buildSheet: function (container) {
     buildSheet: function (container) {