小小儁爺
2025-11-19 4898649f875644baced2ccf15929e7e0dbf7851b
pages/scgl/scbg.vue
@@ -129,7 +129,7 @@
      <!-- closeIconPos='top-left' closeOnClickOverlay  closeable='true' -->
      <u-popup :show="popupShow" mode="right" @close="popupClose" @open="popupOpen">
         <view style="margin: 120px 10px 20px;" class="flex_column">
            <!--
            <view style="display: flex;">
               <view>
                  单据类型:
@@ -142,7 +142,7 @@
                  </u-radio>
               </u-radio-group>
            </view> -->
            </view>
            <view style="margin-top: 20px;display: flex;align-items: center;">
@@ -292,6 +292,22 @@
         }
      },
      // 监听下拉刷新动作(UniApp 原生生命周期)
      onPullDownRefresh() {
         let that = this
         uni.startPullDownRefresh({
            success() {
               that.getProductionScheduleKanban()
               uni.showToast({
                  title: "下拉刷新",
                  icon: 'none'
               })
            },
            complete() {
               uni.stopPullDownRefresh()
            }
         })
      },
      created() {
      },