spring
2025-03-24 ebb1c1c5b62ed13e5740dfd1e9f5db08c2640a9b
关闭产品绑定车间
已修改1个文件
28 ■■■■ 文件已修改
src/views/structural/capabilityAndLaboratory/capability/index.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/structural/capabilityAndLaboratory/capability/index.vue
@@ -341,20 +341,20 @@
                this.bindPartSecond(row);
              },
            },
            {
              name: '车间绑定',
              type: 'text',
              clickFun: (row) => {
                this.bindWokshop(row);
              },
              showHide: (row) => {
                if (this.currentObj.objectType != '原辅料' && row.objectType != '包材') {
                  return false
                } else {
                  return true
                }
              }
            },
            // {
            //   name: '车间绑定',
            //   type: 'text',
            //   clickFun: (row) => {
            //     this.bindWokshop(row);
            //   },
            //   showHide: (row) => {
            //     if (this.currentObj.objectType != '原辅料' && row.objectType != '包材') {
            //       return false
            //     } else {
            //       return true
            //     }
            //   }
            // },
            // {
            //   name: '厂家密度绑定',
            //   type: 'text',