| | |
| | | <uni-td align="center"> |
| | | <view>{{ subItem.planMeasure }}</view></uni-td> |
| | | <uni-td align="center"> |
| | | <view>{{ subItem.realityMeasure }}</view></uni-td> |
| | | <view>{{ subItem.productQuantity }}</view></uni-td> |
| | | |
| | | <uni-td align="center"> |
| | | {{ subItem.statusView }}</uni-td> |
| | |
| | | </scroll-view> |
| | | </view> |
| | | <u-action-sheet :actions="list" @close='showClose' closeOnClickOverlay :show="show" @select="selectClick"></u-action-sheet> |
| | | <tab-bar :current="1"></tab-bar> |
| | | <tab-bar :current="2"></tab-bar> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | data() { |
| | | return { |
| | | orderPlanList:[], |
| | | proType:['散装','液氣瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'], |
| | | proType:['散装','液氯瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'], |
| | | show:false, |
| | | pageLoading:false, |
| | | isYuyue :0, //入场,未入场 |
| | |
| | | init(){ |
| | | console.log('init',localStorage.getItem('bunkerIds')) |
| | | uni.showLoading({ title: '加载中...' }) |
| | | this.$reqGet('getMyPlanListByBunkerId',{bunkerIds:localStorage.getItem('bunkerIds'),isYuyue:this.isYuyue}).then((res) => { |
| | | this.$reqGet('getMyPlanListByBunkerId',{bunkerIds:localStorage.getItem('bunkerIds'),isYuyue:this.isYuyue,productIds:uni.getStorageSync('productIds') }).then((res) => { |
| | | console.log(res,'res') |
| | | this.orderPlanList = res.data; |
| | | uni.hideLoading(); |
| | |
| | | flex-direction: column; |
| | | .collection-form-item{ |
| | | width: 95%; |
| | | height: 400rpx; |
| | | box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); |
| | | margin: 20rpx 0; |
| | | .formTop{ |