小小儁爺
2026-03-13 217e6456835927d5da7d385056c0062da7436041
1.保养、点检字段优化
已修改4个文件
16 ■■■■ 文件已修改
src/views/deviceManager/checkRecord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceManager/checkStandard.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceManager/maintainRecord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceManager/maintainStandard.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceManager/checkRecord.vue
@@ -294,7 +294,7 @@
        {
          minWidth: false,
          width: 130,
          prop: 'org_code',
          prop: 'torg_code',
          label: '生产车间编码',
          id: 4,
          show: false,
@@ -304,7 +304,7 @@
        {
          minWidth: 110,
          width: false,
          prop: 'org_name',
          prop: 'torg_name',
          label: '生产车间',
          id: 5,
          show: true,
src/views/deviceManager/checkStandard.vue
@@ -755,6 +755,10 @@
        return this.$message.info('设备关联点检项信息不能为空!')
      }
      if (this.tableDataDialog.filter(i => !i.checkitem_code).length > 0) {
        return this.$message.info('设备关联点检项信息不能为空!')
      }
      this.$refs.dialogForm.validate(valid => {
        if (valid) {
          this.$store.state.app.buttonIsDisabled = true
src/views/deviceManager/maintainRecord.vue
@@ -304,7 +304,7 @@
        {
          minWidth: false,
          width: 130,
          prop: 'org_code',
          prop: 'torg_code',
          label: '生产车间编码',
          id: 4,
          show: false,
@@ -314,7 +314,7 @@
        {
          minWidth: 110,
          width: false,
          prop: 'org_name',
          prop: 'torg_name',
          label: '生产车间',
          id: 5,
          show: true,
src/views/deviceManager/maintainStandard.vue
@@ -715,6 +715,10 @@
        return this.$message.info('设备关联保养项信息不能为空!')
      }
      if (this.tableDataDialog.filter(i => !i.repairitem_code).length > 0) {
        return this.$message.info('设备关联保养项信息不能为空!')
      }
      this.$refs.dialogForm.validate(valid => {
        if (valid) {
          this.$store.state.app.buttonIsDisabled = true