| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | proType:['散装','液氣瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'], |
| | | proType:['散装','液氯瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'], |
| | | datetailData:[], |
| | | taskId:'', |
| | | pageList:[], |
| | |
| | | activeObj:{}, |
| | | showLing:false, |
| | | radioValue:'', |
| | | orderType:'', |
| | | radioChange:"", |
| | | ClickLoading:false, |
| | | } |
| | |
| | | uni.showLoading({ |
| | | title: "加载中" |
| | | }) |
| | | this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId}).then((res) => { |
| | | this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId,orderType:this.orderType}).then((res) => { |
| | | this.datetailData = res.data; |
| | | uni.hideLoading(); |
| | | }) |
| | |
| | | onLoad(params) |
| | | { |
| | | this.taskId = params.taskCoalId; |
| | | this.orderType = params.orderType; |
| | | }, |
| | | onShow(){ |
| | | this.init(); |
| | |
| | | |
| | | <style lang="scss" |
| | | scoped> |
| | | |
| | | |
| | | .table{ |
| | | width: 100%; |
| | |
| | | } |
| | | } |
| | | |
| | | </style> |
| | | <style > |
| | | |
| | | |
| | | </style> |