Browse Source

显示M输入类型字段

zhangyu 5 years ago
parent
commit
0bf168c2cb

+ 0 - 1
src/components/ledger/handsontables/device.vue

@@ -412,7 +412,6 @@ export default {
               this.getBatch(res.Content)
             }
             _this.main = res.Content
-            // debugger
             _this.copyMain = tools.deepCopy(res.Content)
             _this.page.total = res.TotalCount
             if (!!_this.hot) {

+ 2 - 1
src/utils/handsontable/notShow.js

@@ -499,7 +499,8 @@ const showTools = {
                     item.InputMode == "B1" ||
                     item.InputMode == "L" ||
                     item.InputMode == "L1" ||
-                    item.InputMode == "L2"
+                    item.InputMode == "L2" ||
+                    item.InputMode == "M"
                 ) {
                     return {
                         data: "infos." + item.InfoPointCode