spring
2025-04-03 f0fd25478193ab3d67caa63386344d9b360b3ab7
src/views/structural/capabilityAndLaboratory/capability/index.vue
@@ -283,16 +283,16 @@
                this.bindPartFirst(row);
              },
            },
            // {
            //   name: '车间绑定',
            //   type: 'text',
            //   clickFun: (row) => {
            //     this.bindWokshop1(row);
            //   },
            //   disabled: (row) => {
            //     return row.objectType != '原辅材' && row.objectType != '包材'
            //   }
            // },
            {
              name: '车间绑定',
              type: 'text',
              clickFun: (row) => {
                this.bindWokshop1(row);
              },
              disabled: (row) => {
                return row.objectType != '原辅材' && row.objectType != '包材'
              }
            },
          ]
        }
      ],
@@ -413,7 +413,7 @@
    this.getDicts("product_classification").then((response) => {
      this.productClassification = this.dictToValue(response.data);
    });
    // this.selectWorkShop()
    this.selectWorkShop()
  },
  computed: {
    title() {