819527061@qq.com
2023-11-24 5c8906cc4aaa7fcf70ee37de2dd1069161d80a61
pages/my-application/my-application.vue
@@ -55,7 +55,7 @@
        </view>
      </template>
      <template v-slot:center>
        <view class="center-container">
        <view class="center-container" @click="() => shenqingDetail(item)">
          <view class="center-content__one center-margin">
            <view class="">
              <text>所属流程:{{ item.processName }}</text>
@@ -306,6 +306,19 @@
    this.init();
  },
  methods: {
    shenqingDetail(item) { //跳转详情页面
      if(item.actType == 'Offsetting') {  //收款 actType = ‘Offsetting’
        uni.navigateTo({
          url: `/pages/payment-form-data/payment-form-data?id=${item.tableId}`,
        })
      }else if(item.actType == 'WAY_BILL') {
        uni.navigateTo({
          url: `/pages/new-application-form-data/new-application-form-data?id=${item.tableId}`
        })
      }
    },
    init() {
      this.myApplication.pageNumber = 1;
      this.loadingType = 0;
@@ -795,7 +808,7 @@
      right:vww(20)!important;
    }
  }
   // 底部占位
   .empty-placeH{
      height:vww(50);