| | |
| | | <view class="cutomer-name" |
| | | v-else>客户:{{ coalDetailsData.customerName || '' }}</view> |
| | | <view class="fild-name"> |
| | | <view class="">矿场:{{ coalDetailsData.deptName || '暂无' }}</view> |
| | | <view class="">单位:{{ coalDetailsData.deptName || '暂无' }}</view> |
| | | <view class="" |
| | | v-if="orderType == '转入' || orderType == '转出'">场地:{{ coalDetailsData.filedName || '' }}</view> |
| | | <view class="" |
| | | v-else>仓库:{{ coalDetailsData.filedName || '暂无' }}</view> |
| | | v-else>场区:{{ coalDetailsData.filedName || '暂无' }}</view> |
| | | </view> |
| | | </view> |
| | | <view class="block-information"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="weigh-ability"> |
| | | <view class="weigh-button"> |
| | | <!-- <view class="weigh-button"> |
| | | <u-button text="上磅计量" |
| | | @click="cengZhongClick" |
| | | type="primary" |
| | | shape="circle" |
| | | :disabled="haveInputOrigin&&!isSpecial" |
| | | :loading="weighHouseLoading"></u-button> |
| | | </view> |
| | | </view> --> |
| | | <!-- <view class="weigh-button" |
| | | v-show='ablePrintInduction&&!(coalDetailsData.skin&&coalDetailsData.hair)'> |
| | | <u-button text="打印入门证" |
| | |
| | | height: vww(15); |
| | | @include flex; |
| | | justify-content: flex-start; |
| | | .coalName{ |
| | | width: 45%; |
| | | height: 40rpx; |
| | | font-size: 30rpx; |
| | | font-weight: 300; |
| | | color: #515151; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .coalName, |
| | | .order-type { |
| | | width: 45%; |
| | | height: 30rpx; |
| | | height: 42rpx; |
| | | font-size: 30rpx; |
| | | font-weight: 300; |
| | | color: #515151; |
| | |
| | | } |
| | | |
| | | .time { |
| | | width: 35%; |
| | | width: 50%; |
| | | height: vww(12); |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | |
| | | .send-date { |
| | | width: 148rpx; |
| | | min-width: 148rpx; |
| | | height: 24rpx; |
| | | margin-left: vww(14); |
| | | font-size: 28rpx; |
| | |
| | | position: relative; |
| | | top: vww(130); |
| | | align-items: flex-start; |
| | | .table{ |
| | | width: 98%!important; |
| | | } |
| | | /deep/ .uni-table{ |
| | | width: 96%; |
| | | min-width: 0!important; |
| | | |
| | | } |
| | | .uni-table-scroll { |
| | | overflow-x: hidden!important; |
| | | } |
| | | .uni-table::-webkit-scrollbar { |
| | | display: none; |
| | | } |