| | |
| | | </view> |
| | | |
| | | </u-radio-group> |
| | | <view class="receiverPopup__btn"><u-button text="确定" |
| | | |
| | | |
| | | </view> |
| | | <view class="receiverPopup__btn"><u-button text="确定" |
| | | type="primary" |
| | | @click="popupDetermineClick" |
| | | :loading="ClickLoading"></u-button></view> |
| | | |
| | | </view> |
| | | </view> |
| | | </u-popup> |
| | | </view> |
| | |
| | | }, |
| | | getBuild(item){ |
| | | console.log(this.productName,'opr') |
| | | this.$reqGet('getBuildList',{orderPlanId:this.activeObj.orderPlanId,customerId:this.activeObj.customerId,status:'',fleetId:this.activeObj.fleetId}).then(res=>{ |
| | | this.$reqGet('getBuildList',{orderPlanId:this.activeObj.orderPlanId,customerId:this.activeObj.customerId,status:1,fleetId:this.activeObj.fleetId}).then(res=>{ |
| | | console.log(res,'resss') |
| | | this.pageList = res.data.map(item=>{ |
| | | item.flag = false |
| | |
| | | <style lang="scss" |
| | | scoped> |
| | | .tableCon{ |
| | | overflow: auto; |
| | | height: 560rpx; |
| | | width: 700rpx; |
| | | |
| | | .uni-table{ |
| | | min-width: 0!important; |
| | |
| | | height: vww(280); |
| | | width: 700rpx; |
| | | padding: 20rpx; |
| | | // overflow: auto; |
| | | // position: relative; |
| | | .image{ |
| | | width: 100%; |
| | | height: vww(110); |
| | |
| | | &__btn { |
| | | margin: vww(10) auto; |
| | | width: 50%; |
| | | position: absolute; |
| | | left: 25%; |
| | | top: 87%; |
| | | |
| | | .u-button { |
| | | height: vww(20); |