yangan
昨天 a28d0135ee42809b2c5863609da37155d3ecba5b
subPages/splicingOrders/index.vue
@@ -103,7 +103,7 @@
export default {
    data() {
        return {
            proType:['散装','液氣瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'],
            proType:['散装','液氯瓶装','罐装','PVC25','PVC80','PVC1150','PVc1200'],
            datetailData:[],
            taskId:'',
            pageList:[],
@@ -111,6 +111,7 @@
            activeObj:{},
            showLing:false,
            radioValue:'',
         orderType:'',
            radioChange:"",
            ClickLoading:false,
        }
@@ -120,7 +121,7 @@
            uni.showLoading({
               title: "加载中"
            })
            this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId,orderType:'外销'}).then((res) => {
            this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId,orderType:this.orderType}).then((res) => {
                this.datetailData =  res.data;
                uni.hideLoading();
            })
@@ -199,6 +200,7 @@
    onLoad(params)
    {
        this.taskId = params.taskCoalId;
      this.orderType = params.orderType;
    },
    onShow(){
        this.init();