小小儁爺
9 天以前 cb6086934c46f7ac9f277cbdf1203c8f9f9aaf5f
1.递交
已修改4个文件
15 ■■■■ 文件已修改
src/views/deviceManager/checkRecord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/deviceManager/checkStandard.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | 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
@@ -754,6 +754,9 @@
      if (this.tableDataDialog.length === 0) {
        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) {
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