licp
2024-04-07 a7054ba2bb5c59902fa3ef8b37064a94e1524cc6
src/components/view/b1-inspect-order-plan.vue
@@ -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'
@@ -506,14 +506,10 @@
          this.$axios.post(this.$api.insOrderPlan.upPlanUser, {
            orderId:this.orderId,
            userId:this.connectPerson
          }, {
               headers: {
                  'Content-Type': 'application/json'
               }
            }).then(res => {
               if (res.code === 200 && res.data) {
          }).then(res => {
               if (res.code === 200) {
            this.loading = false;
                  this.$message.success("交接成功")
                  this.$message.success("操作成功")
                  this.refreshTable()
               }
          this.connectVisible = false