zhuzhuanzhuan
2023-11-24 5fb6a22802318375b003c0319287553673878690
src/views/eam/modules/dailyMaintenanceOrder/MaintenanceOrderModal.vue
@@ -112,7 +112,7 @@
              <a-input
                allow-clear
                :disabled="true"
                :placeholder="disableSubmit?'':'请输入设备编码/名称/型号'"
                :placeholder="disableSubmit?'':'请输入统一编码/名称/型号'"
                v-decorator="['equipmentId', validatorRules.equipmentId ]"
              />
            </a-form-item>
@@ -449,12 +449,12 @@
        //   align: 'center',
        //   dataIndex: 'maintenanceTool'
        // },
        {
          title: '示意图',
          align: 'center',
          dataIndex: 'photo',
          scopedSlots: { customRender: 'photo' }
        },
        // {
        //   title: '示意图',
        //   align: 'center',
        //   dataIndex: 'photo',
        //   scopedSlots: { customRender: 'photo' }
        // },
        // {
        //   title: '维保专业',
        //   align: 'center',
@@ -488,7 +488,7 @@
        },
        useId: {
          rules: [
            { required: true, message: '请选择对象部门!' },
            { required: true, message: '请选择使用部门!' },
          ]
        },
        maintenanceCycleId: {
@@ -637,7 +637,7 @@
    onSearchMaintenanceStandard() {
      let data = this.form.getFieldsValue(['useId']);
      if (data.useId == null || data.useId == "") {
        this.$message.warning("请先选择对象部门!");
        this.$message.warning("请先选择使用部门!");
        return
      }
      this.$refs.DailyMaintenanceStandardList.list(data.useId);