Browse Source

台账字段该小写

haojianlong 4 năm trước cách đây
mục cha
commit
5189726476

+ 5 - 5
src/components/ledger/handsontables/assets.vue

@@ -298,11 +298,11 @@ export default {
       dieNum: 0, // 查询设备部件数量
       inputMap: {
         flowBuild: {
-          InputMode: 'D1',
-          Editable: true,
-          InfoPointCode: "flowBuild",
-          InfoPointName: "建筑楼层",
-          Path: "flowBuild"
+          inputMode: 'D1',
+          editable: true,
+          code: "flowBuild",
+          name: "建筑楼层",
+          path: "flowBuild"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框

+ 7 - 5
src/components/ledger/handsontables/device.vue

@@ -420,11 +420,11 @@ export default {
       showParts: false,
       inputMap: {
         flowBuild: {
-          InputMode: "D1",
-          Editable: true,
-          InfoPointCode: "flowBuild",
-          InfoPointName: "建筑楼层",
-          Path: "flowBuild"
+          inputMode: "D1",
+          editable: true,
+          code: "flowBuild",
+          name: "建筑楼层",
+          path: "flowBuild"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框
@@ -1444,6 +1444,8 @@ export default {
         default:
           break;
       }
+      console.log(inputData);
+      console.log('====================');
       if (!this.onlyRead && !inputData.editable) {
         this.$message("该信息点的值为自动生成,不可人工维护!");
         return false;

+ 5 - 5
src/components/ledger/handsontables/system.vue

@@ -161,11 +161,11 @@ export default {
       addData: {}, //添加设备选择的设备类型
       inputMap: {
         flowBuild: {
-          InputMode: 'D1',
-          Editable: true,
-          InfoPointCode: "flowBuild",
-          InfoPointName: "建筑楼层",
-          Path: "flowBuild"
+          inputMode: 'D1',
+          editable: true,
+          code: "flowBuild",
+          name: "建筑楼层",
+          path: "flowBuild"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框

+ 5 - 5
src/views/ledger/cenotelist/index.vue

@@ -103,11 +103,11 @@ export default {
       },
       inputMap: {
         flowBuild: {
-          InputMode: 'D1',
-          Editable: true,
-          InfoPointCode: "flowBuild",
-          InfoPointName: "建筑楼层",
-          Path: "flowBuild"
+          inputMode: 'D1',
+          editable: true,
+          code: "flowBuild",
+          name: "建筑楼层",
+          path: "flowBuild"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框

+ 5 - 5
src/views/ledger/facility/partsmanage/index.vue

@@ -149,11 +149,11 @@ export default {
       copyTableData: [],
       inputMap: {
         flowBuild: {
-          InputMode: 'D1',
-          Editable: true,
-          InfoPointCode: "flowBuild",
-          InfoPointName: "建筑楼层",
-          Path: "flowBuild"
+          inputMode: 'D1',
+          editable: true,
+          code: "flowBuild",
+          name: "建筑楼层",
+          path: "flowBuild"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框

+ 5 - 5
src/views/ledger/rentlist/index.vue

@@ -116,11 +116,11 @@ export default {
       },
       inputMap: {
         FloorId: {
-          InputMode: 'B1',
-          Editable: true,
-          InfoPointCode: "FloorId",
-          InfoPointName: "所属楼层",
-          Path: "FloorId"
+          inputMode: 'B1',
+          editable: true,
+          code: "FloorId",
+          name: "所属楼层",
+          path: "FloorId"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框

+ 5 - 5
src/views/ledger/spacelist/spaceadd/index.vue

@@ -93,11 +93,11 @@ export default {
       },
       inputMap: {
         flowBuild: {
-          InputMode: 'D1',
-          Editable: true,
-          InfoPointCode: "flowBuild",
-          InfoPointName: "建筑楼层",
-          Path: "flowBuild"
+          inputMode: 'D1',
+          editable: true,
+          code: "flowBuild",
+          name: "建筑楼层",
+          path: "flowBuild"
         }
       }, //信息点和输入方式映射表
       updateInputShow: false, //是否显示临时维护输入框