| | |
| | | }, |
| | | data() { |
| | | return { |
| | | isPushlishor:false, |
| | | isAcceptor:false, |
| | | isPushlishor:false,//是否发单方 |
| | | isAcceptor:false,//是否接单方 |
| | | show: false, |
| | | show1: false, |
| | | show2: false, |
| | |
| | | show4:false, |
| | | show5:false, |
| | | show6:false, |
| | | show7:true, |
| | | show7:false, |
| | | timeInfo:'00:00:00', |
| | | lessTime:null, |
| | | value:0, |
| | |
| | | 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 |
| | |
| | | //包装工 |
| | | 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 |