spring
2025-04-01 9bf2a515f5ede3acd76ac9312132d49b2e97a44c
src/views/business/reliabilityPlan/index.vue
@@ -169,7 +169,33 @@
              type: 'text',
              clickFun: (row) => {
                this.openAddDia('edit', row);
              },
              disabled: (row) => {
                return row.state == 1
              },
            },
            {
              name: '计划',
              type: 'text',
              clickFun: (row) => {
                this.$router.push({
                  path: "/reliabilityPlan/plan", query: {
                    id: row.id,
                    type: '成品',
                    state: row.state
              }
                });
              },
            },
            {
              name: '提交',
              type: 'text',
              clickFun: (row) => {
                this.openAddDia('submit', row);
              },
              disabled: (row) => {
                return row.state == 1
              },
            },
            {
              name: '审核',
@@ -239,6 +265,29 @@
              }
            },
            {
              name: '计划',
              type: 'text',
              clickFun: (row) => {
                this.$router.push({
                  path: "/reliabilityPlan/plan", query: {
                    id: row.id,
                    type: '原辅材',
                    state: row.state
                  }
                });
              },
            },
            {
              name: '提交',
              type: 'text',
              clickFun: (row) => {
                this.openAddDia('submit', row);
              },
              disabled: (row) => {
                return row.state == 1
              },
            },
            {
              name: '审核',
              type: 'text',
              clickFun: (row) => {