| | |
| | | :key="i"> |
| | | <view class="first"> |
| | | <view class="">{{ item.carNo || '' }}</view> |
| | | <view class=""><u-icon name="arrow-right" |
| | | color="#999999" |
| | | size="40"></u-icon></view> |
| | | <view class=""></view> |
| | | </view> |
| | | <view class="second"> |
| | | <view class="coal-name">{{ item.productName || '' }}</view> |
| | |
| | | <uni-tr> |
| | | <uni-th width='140' |
| | | align="center">操作</uni-th> |
| | | <uni-th align="center">产品</uni-th> |
| | | <uni-th align="center" width='120'>产品</uni-th> |
| | | <uni-th align="center">车牌号</uni-th> |
| | | <uni-th align="center">类型</uni-th> |
| | | <uni-th align="center">皮重</uni-th> |
| | |
| | | <uni-td align="center"> |
| | | <view class="btnBox"> |
| | | <!-- --> |
| | | <text @click="viewDetail(subItem)">查看</text> |
| | | <text v-if="subItem.flag" @click="enterOk(subItem)">确认装卸</text> |
| | | <u-button text='查看' @click="viewDetail(subItem)"></u-button> |
| | | <u-button type='primary' text='确认装卸' v-if="subItem.flag" @click="enterOk(subItem)"></u-button> |
| | | </view></uni-td> |
| | | <uni-td align="center"> |
| | | <view class="name">{{ subItem.productName }}</view></uni-td> |
| | | <view>{{ subItem.productName }}</view></uni-td> |
| | | <uni-td align="center"> |
| | | <view style="width:150rpx">{{ subItem.carNo }}</view></uni-td> |
| | | <uni-td> |
| | |
| | | <text>请输入</text>: |
| | | <u--input |
| | | border="bottom" |
| | | :disabled="actionObj.productName === 'PVC' && actionObj.packingType === 5" |
| | | :disabled="activeObj.productName === 'PVC' && activeObj.packingType === 5" |
| | | :placeholder="isNumOk ? '数量' :'折吨'" |
| | | v-model="checkNum" |
| | | > |
| | |
| | | <text> {{isNumOk ? '件' : '吨' }}</text> |
| | | </view> |
| | | <!-- pvc 并且是大包 --> |
| | | <view class="pvcBig" v-if="actionObj.productName === 'PVC' && actionObj.packingType === 5"> |
| | | <view class="pvcBig" v-if="activeObj.productName === 'PVC' && activeObj.packingType === 5"> |
| | | |
| | | </view> |
| | | <view v-if="isNumOk && activeObj.productQuantity">当前数量:{{activeObj.productQuantity}}件</view> |
| | |
| | | this.isClean = false; |
| | | } |
| | | //pvc大包自动计算折吨 |
| | | console.log(this.actionObj,'this.actionObj') |
| | | if(item.productName === 'PVC' && item.packingType === 5){ |
| | | this.checkNum = (Number(item.productQuantity) * 60) |
| | | |
| | |
| | | |
| | | <style lang="scss" |
| | | scoped> |
| | | .table{ |
| | | width: 100%; |
| | | /deep/ .uni-table{ |
| | | min-width: 0!important; |
| | | margin-left: 20rpx; |
| | | } |
| | | |
| | | } |
| | | // 自主配送 |
| | | .self-deliver { |
| | | position: relative; |
| | |
| | | font-size: 12px; |
| | | } |
| | | /deep/ .uni-table{ |
| | | min-width: 100rpx!important; |
| | | min-width: 0rpx!important; |
| | | // position: sticky !important;; |
| | | } |
| | | /deep/ .uni-table-body-wrapper { |