licp
2024-07-23 b1b8d681adaffa6a489eb78bb60c032b55a4d29a
src/components/view/b1-inspect-order-plan.vue
@@ -233,12 +233,12 @@
                     font: '检验',
                     type: 'text',
                     method: 'handleInspection',
                     // 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
                     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
                     // }
                  }, {
                     id: '',
                     font: '交接',
@@ -254,7 +254,7 @@
                     type: 'text',
                     method: 'handleReview',
                     disabFun: (row, index) => {
                        return row.userId == null || row.insState != 3 || row.verifyUser != 1||JSON.parse(localStorage.getItem("user")).name != row.userName
                        return row.userId == null || row.insState != 3 ||JSON.parse(localStorage.getItem("user")).name != row.userName
                     }
                  }, {
                     id: '',