doum
2025-09-03 f114ad26977c091c51a7ce2642e0abbf7b55d713
small-program/pages/order-details/order-details.vue
@@ -360,8 +360,8 @@
      },
      data() {
         return {
            isPushlishor:false,
            isAcceptor:false,
            isPushlishor:false,//是否发单方
            isAcceptor:false,//是否接单方
            show: false,
            show1: false,
            show2: false,
@@ -371,7 +371,7 @@
            show4:false,
            show5:false,
            show6:false,
            show7:true,
            show7:false,
            timeInfo:'00:00:00',
            lessTime:null,
            value:0,
@@ -702,13 +702,13 @@
            this.feeFrom.priceParam2.unit =null
            if(this.info.type==0 && this.info.workType==1){
               //分拣工
               this.feeFrom.priceParam1.name ='实际用工天数:'
               this.feeFrom.priceParam1.name ='用工天数:'
               this.feeFrom.priceParam1.unit ='天'
               this.feeFrom.priceParam2.name ='实际用工人数:'
               this.feeFrom.priceParam2.name ='用工人数:'
               this.feeFrom.priceParam2.unit ='人'
            }else if(this.info.type==0 && this.info.workType==0){
               //采摘工
               this.feeFrom.priceParam1.name ='实际采摘重量:'
               this.feeFrom.priceParam1.name ='采摘重量:'
               this.feeFrom.priceParam1.unit ='斤'
               this.feeFrom.priceParam2.name =null
               this.feeFrom.priceParam2.unit =null
@@ -716,19 +716,19 @@
               //包装工
               if(this.info.carType==0){
                  //按天
                  this.feeFrom.priceParam1.name ='实际用工天数:'
                  this.feeFrom.priceParam1.name ='用工天数:'
                  this.feeFrom.priceParam1.unit ='天'
                  this.feeFrom.priceParam2.name ='实际用工人数:'
                  this.feeFrom.priceParam2.name ='用工人数:'
                  this.feeFrom.priceParam2.unit ='人'
               }else if(this.info.carType==1){
                  //按小时
                  this.feeFrom.priceParam1.name ='实际用工时间:'
                  this.feeFrom.priceParam1.name ='用工时间:'
                  this.feeFrom.priceParam1.unit ='时'
                  this.feeFrom.priceParam2.name ='实际用工人数:'
                  this.feeFrom.priceParam2.unit ='人'
               }else if(this.info.carType==1){
                  //按小时
                  this.feeFrom.priceParam1.name ='实际包装重量:'
                  this.feeFrom.priceParam1.name ='包装重量:'
                  this.feeFrom.priceParam1.unit ='斤'
                  this.feeFrom.priceParam2.name =null
                  this.feeFrom.priceParam2.unit =null