李林
2024-04-07 1f006cae402016fb3057532fa15c1d228d25deee
src/components/view/b1-inspect-order-plan.vue
@@ -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 != 4
                     // }
                  }, {
                     id: '',
                     font: '认领',
@@ -401,7 +401,7 @@
            row,
            rowIndex
         }) {
            if (this.currentTime === row.appointed) {
            if (this.currentTime == row.appointed) {
               return 'highlight-warning-row-border'
            } else if (this.currentTime > row.appointed) {
               return 'highlight-danger-row-border'
@@ -507,7 +507,7 @@
            orderId:this.orderId,
            userId:this.connectPerson
          }).then(res => {
               if (res.code === 200 && res.data) {
               if (res.code === 200) {
            this.loading = false;
                  this.$message.success("操作成功")
                  this.refreshTable()