小小儁爺
2026-01-05 cb59a1ff2e14d892a4b085d8dadbf564073d25a3
pages/scgl/scbg2.vue
@@ -3,15 +3,15 @@
      <page-nav title="生产报工"></page-nav>
      <view v-show="topContent.length===0">
      <!--       <view v-show="topContent.length===0">
         <div class="sacnBody">
            <div class="scanImg" @click="topScanClick"></div>
            <div class="scanText">请扫描任务条码</div>
         </div>
      </view>
      </view> -->
      <view v-show="topContent.length!==0">
         <view class="mainContent" :style="{maxHeight:'1260rpx',overflow: 'scroll'}">
         <view class="mainContent" :style="{maxHeight:'72vh',overflow: 'scroll'}">
            <!-- 报工信息 -->
            <u-gap height="5" bgColor="#eff0f1"></u-gap>
@@ -320,6 +320,7 @@
      onLoad(option) {
         if (option.orderstep) {
            this.fromType = '1'
            this.currentpage = option.currentpage
            this.getMesOrderStepStart(option.orderstep)
         } else {
            this.fromType = '2'
@@ -428,6 +429,8 @@
            userSheetShow: false,
            fromType: '1', //来源于哪里   是页面1还是2
            currentpage: 1,
         }
      },
      created() {
@@ -739,7 +742,7 @@
                  let pages = getCurrentPages(); // 页面集合
                  let beforePage = pages[pages.length - 2]; //上一个页面
                  // beforePage.$vm.getProductionScheduleKanban()
                  beforePage.$vm.getProductOrderSearch()
                  beforePage.$vm.getProductOrderSearch(this.currentpage)
                  uni.navigateBack()
               }