licp
2024-07-19 12f1d1c1b26257b2f86af9165aa5408a43435db5
src/components/view/b1-inspect-order-plan.vue
@@ -233,7 +233,10 @@
                     font: '检验',
                     type: 'text',
                     method: 'handleInspection',
                     disabFun: (row, index) => {
                     // disabFun: (row, index) => {
                     //    return row.userId == null || row.insState == 3 || row.insState == 5||JSON.parse(localStorage.getItem("user")).name != row.userName
                     // }
              disabFun: (row, index) => {
                        return row.userId == null || row.insState == 3 || row.insState == 5
                     }
                  }, {
@@ -242,7 +245,7 @@
                     type: 'text',
                     method: 'handleConnect',
                     disabFun: (row, index) => {
                        return row.userId == null || row.orderUserId == null || row.insState == 5  || row.insState == 3
                        return row.userId == null || row.orderUserId == null || row.insState == 5  || row.insState == 3||JSON.parse(localStorage.getItem("user")).name != row.userName
                     }
                  },
                  {
@@ -251,7 +254,7 @@
                     type: 'text',
                     method: 'handleReview',
                     disabFun: (row, index) => {
                        return row.userId == null || row.insState != 3 || row.verifyUser != 1
                        return row.userId == null || row.insState != 3 || row.verifyUser != 1||JSON.parse(localStorage.getItem("user")).name != row.userName
                     }
                  }, {
                     id: '',