小小儁爺
2025-11-19 4898649f875644baced2ccf15929e7e0dbf7851b
pages/scgl/scbg.vue
@@ -98,7 +98,8 @@
               <view v-for="(it,ind) in item.children" :key="item.ordercode+it.name+ind"
                  @click="gotoPage(item.ordercode,it.code)" style="display: flex;align-items: center;">
                  <u-steps-item :title="it.code+'/'+it.name+it.spec"></u-steps-item>
                  <!-- <u-steps-item :title="it.code+'/'+it.name+it.spec"></u-steps-item> -->
                  <u-steps-item :title="it.code+'/'+it.name"></u-steps-item>
                  <view class="" style="width: 100px;">
                     <u-line-progress :percentage="parseFloat((it.goodqty*100/it.planqty).toFixed(2))"
                        inactiveColor="#d1d6f5" height="10" activeColor="#0659ff"></u-line-progress>
@@ -128,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>
                  单据类型:
@@ -141,7 +142,7 @@
                  </u-radio>
               </u-radio-group>
            </view> -->
            </view>
            <view style="margin-top: 20px;display: flex;align-items: center;">
@@ -291,6 +292,22 @@
         }
      },
      // 监听下拉刷新动作(UniApp 原生生命周期)
      onPullDownRefresh() {
         let that = this
         uni.startPullDownRefresh({
            success() {
               that.getProductionScheduleKanban()
               uni.showToast({
                  title: "下拉刷新",
                  icon: 'none'
               })
            },
            complete() {
               uni.stopPullDownRefresh()
            }
         })
      },
      created() {
      },