value
2024-04-22 94e2f78c6ff8eb51ce9b0a8c7a85062872cacb0c
src/components/view/b1-inspect-order-plan.vue
@@ -229,7 +229,7 @@
                     type: 'text',
                     method: 'handleInspection',
                     disabFun: (row, index) => {
                        return row.userId == null
                        return row.userId == null || row.insState == 3
                     }
                  }, {
                     id: '',
@@ -237,7 +237,7 @@
                     type: 'text',
                     method: 'handleConnect',
                     disabFun: (row, index) => {
                        return row.userId == null
                        return row.userId == null || row.insState == 3
                     }
                  },
                  {
@@ -245,9 +245,9 @@
                     font: '复核',
                     type: 'text',
                     method: 'handleReview',
                     // disabFun: (row, index) => {
                     //    return row.userId == null || row.insState != 4
                     // }
                     disabFun: (row, index) => {
                        return row.userId == null || row.insState != 3
                     }
                  }, {
                     id: '',
                     font: '认领',