wtt
2026-04-03 4e9eda78851362419925c230fe9249de061e572f
Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev
2个文件已修改
55 ■■■■ 已修改文件
pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/MJGL/SBMJReport/Sc_MouldMaintainTaskReport.vue 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/MJGL/SBMJReport/Sb_EquipMaintainTaskReport.vue
@@ -202,6 +202,17 @@
                            total: 0,
                        }
                    },
                    {
                        label: '逾期待保养',
                        type: 3,
                        count: 0,
                        listData: [], // 添加这个
                        pageMeta: { // 添加这个
                            curPage: 1,
                            size: 50,
                            total: 0,
                        }
                    },
                    {
                        label: '近日全部任务',
                        type: 2,
@@ -388,10 +399,17 @@
                        if (data && data.h_p_Sb_EquipMaintainTaskReport_APP2) {
                            // 更新待验收页签
                            this.tabs[2].listData = data.h_p_Sb_EquipMaintainTaskReport_APP2
                            this.tabs[2].pageMeta.total = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
                            this.tabs[2].count = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
                            this.tabs[3].listData = data.h_p_Sb_EquipMaintainTaskReport_APP2
                            this.tabs[3].pageMeta.total = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
                            this.tabs[3].count = data.h_p_Sb_EquipMaintainTaskReport_APP2.length
                        }
                        if (data && data.h_p_Sb_EquipMaintainTaskReport_APP3) {
                            // 更新待验收页签
                            this.tabs[2].listData = data.h_p_Sb_EquipMaintainTaskReport_APP3
                            this.tabs[2].pageMeta.total = data.h_p_Sb_EquipMaintainTaskReport_APP3.length
                            this.tabs[2].count = data.h_p_Sb_EquipMaintainTaskReport_APP3.length
                        }
                        
                        uni.stopPullDownRefresh()
pages/MJGL/SBMJReport/Sc_MouldMaintainTaskReport.vue
@@ -142,7 +142,7 @@
                    </view>
                    <view class="op" v-if="operations == item.hmainid">
                        <button class="op1" v-if="activeTab == 0" size="mini" plain
                        <button class="op1" v-if="activeTab == 0 || 3" size="mini" plain
                            @tap.stop="pushBill(0,item)">下推保养单</button>
                        <button class="op5" size="mini" plain @tap.stop="operations = -1">取消操作</button>
                    </view>
@@ -193,6 +193,18 @@
                    {
                        label: '近日已保养',
                        type: 1,
                        count: 0,
                        listData: [], // 添加这个
                        showData: [],
                        pageMeta: { // 添加这个
                            curPage: 1,
                            size: 20,
                            total: 0,
                        }
                    },
                    {
                        label: '逾期未保养',
                        type: 3,
                        count: 0,
                        listData: [], // 添加这个
                        showData: [],
@@ -400,13 +412,24 @@
                        if (data && data.h_p_Sc_MouldMaintainTaskReport_APP2) {
                            // 更新待验收页签
                            this.tabs[2].listData = data.h_p_Sc_MouldMaintainTaskReport_APP2
                            this.tabs[3].listData = data.h_p_Sc_MouldMaintainTaskReport_APP2
                            this.tabs[3].showData = data.h_p_Sc_MouldMaintainTaskReport_APP.slice(
                                (this.tabs[3].pageMeta.curPage-1)*this.tabs[3].pageMeta.size,
                                (this.tabs[3].pageMeta.curPage)*this.tabs[3].pageMeta.size
                            )
                            this.tabs[3].pageMeta.total = data.h_p_Sc_MouldMaintainTaskReport_APP2.length
                            this.tabs[3].count = data.h_p_Sc_MouldMaintainTaskReport_APP2.length
                        }
                        if (data && data.h_p_Sc_MouldMaintainTaskReport_APP3) {
                            // 更新待验收页签
                            this.tabs[2].listData = data.h_p_Sc_MouldMaintainTaskReport_APP3
                            this.tabs[2].showData = data.h_p_Sc_MouldMaintainTaskReport_APP.slice(
                                (this.tabs[2].pageMeta.curPage-1)*this.tabs[2].pageMeta.size,
                                (this.tabs[2].pageMeta.curPage)*this.tabs[2].pageMeta.size
                            )
                            this.tabs[2].pageMeta.total = data.h_p_Sc_MouldMaintainTaskReport_APP2.length
                            this.tabs[2].count = data.h_p_Sc_MouldMaintainTaskReport_APP2.length
                            this.tabs[2].pageMeta.total = data.h_p_Sc_MouldMaintainTaskReport_APP3.length
                            this.tabs[2].count = data.h_p_Sc_MouldMaintainTaskReport_APP3.length
                        }