yangys
2025-08-04 e5ced3e405d2eb5a8772ff4e01e81ed045306475
src/views/basesetting/machine.vue
@@ -80,10 +80,11 @@
            type: 'input',
            prop: 'keyword',
            search: true,
            hide: true
            hide: true,
            showColumn: false
          },
          {
            label: '机床编号4',
            label: '机床编号',
            prop: 'code'
          },
          {
@@ -201,7 +202,14 @@
          {
            label: '所属组织',
            prop: 'ownerDept',
            span: 12
            span: 12,
            rules: [
              {
                required: true,
                message: '请选择所属组织',
                trigger: 'change'
              }
            ]
          },
          {
            label: '生产商',
@@ -388,7 +396,7 @@
      this.loading = true;
      var obj = {
        keyword: this.search.keyword,
        machineGroupCode: this.search.machineGroupCode,
        machineGroupCode: this.search.machineGroupName,
        current: this.mypage.current,
        size: this.mypage.size,
      }