| | |
| | | v-for="(item, index) in driverBillOfLoadingData.list1" |
| | | :key="index"> |
| | | <view class="main-divider"></view> |
| | | <view class="codeBox">订单编号:{{ item.orderCode }}</view> |
| | | <view class="codeBox">日计划编号:{{ item.code }}</view> |
| | | <view class="first-line"> |
| | | <view class="main-information"> |
| | | <view class="sign">装</view> |
| | |
| | | <view class="coal-name">{{ item.productNames || item.productName }}</view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="fourth-line" |
| | | @click="qiangDanBtn(item)" |
| | | v-if="item.carNum - item.taskNum !== 0"> |
| | |
| | | v-for="(item, index) in driverBillOfLoadingData.list3" |
| | | :key="index"> |
| | | <view class="main-divider"></view> |
| | | <view class="codeBox">订单编号:{{ item.orderCode }}</view> |
| | | <view class="codeBox">日计划编号:{{ item.code }}</view> |
| | | <view class="first-line"> |
| | | <view class="main-information"> |
| | | <view class="sign">装</view> |
| | |
| | | :key="index" |
| | | @click="list3CardIconClick(item)"> |
| | | <view class="main-divider"></view> |
| | | <view class="codeBox">订单编号:{{ item.orderCode }}</view> |
| | | <view class="codeBox">日计划编号:{{ item.code }}</view> |
| | | <view class="first-line"> |
| | | <view class="main-information"> |
| | | <view class="sign">装</view> |
| | |
| | | </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> |
| | |
| | | closeling() { |
| | | this.showLing = false; |
| | | this.receiveNum = null; |
| | | this.radioValue = ''; |
| | | }, |
| | | selectionChange(e) { |
| | | this.yaList= e.detail.index.map(item=>{ |
| | |
| | | }); |
| | | }, |
| | | popupDetermineClick() { |
| | | this.qiangDan(this.activeObj.orderPlanId, this.activeObj.fleetId, this.activeObj.customerId, !this.activeObj.xsUserId ? '0' : this.activeObj.xsUserId); |
| | | if(this.pageList.length && this.radioValue){ |
| | | this.qiangDan(this.activeObj.orderPlanId, this.activeObj.fleetId, this.activeObj.customerId, !this.activeObj.xsUserId ? '0' : this.activeObj.xsUserId); |
| | | }else{ |
| | | this.$u.toast('请确认该单的日计划吨数!') |
| | | } |
| | | |
| | | }, |
| | | init() { |
| | | this.inspectData=[] |
| | |
| | | <style lang="scss" |
| | | scoped> |
| | | .tableCon{ |
| | | overflow: auto; |
| | | height: 560rpx; |
| | | width: 700rpx; |
| | | |
| | | .uni-table{ |
| | | min-width: 0!important; |
| | | } |
| | | } |
| | | .codeBox{ |
| | | margin: vww(8) vww(8) 0 vww(16); |
| | | } |
| | | @mixin formItem { |
| | | width: vww(345); |
| | |
| | | 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); |
| | |
| | | |
| | | .collection-form-item { |
| | | width: vww(345); |
| | | height: vww(185); |
| | | height: vww(220); |
| | | margin-top: vww(5); |
| | | background: #ffffff; |
| | | box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15); |
| | |
| | | height: 2rpx; |
| | | background: #e3e3e3; |
| | | position: absolute; |
| | | top: 122rpx; |
| | | top: 240rpx; |
| | | left: 128rpx; |
| | | } |
| | | |
| | |
| | | |
| | | .appointment-form-item { |
| | | @include formItem; |
| | | height: vww(191); |
| | | height: vww(225); |
| | | justify-content: space-between; |
| | | overflow: hidden; |
| | | |
| | |
| | | height: 1rpx; |
| | | background: #e3e3e3; |
| | | position: absolute; |
| | | top: 122rpx; |
| | | top: 240rpx; |
| | | left: 128rpx; |
| | | } |
| | | |