小小儁爺
2024-10-24 631d7e345da5ff57055c9a4787a088749baa79d9
pages/scgl/scbg.vue
@@ -43,12 +43,12 @@
      <u-collapse style="max-height: 590px;overflow: auto;">
         <!-- :value='parseFloat(item.ordergoodqty)+"/"+parseFloat(item.orderqty)' -->
         <u-collapse-item style="position: relative;" :title="item.ordercode" :name='item.ordercode'
            :value='parseFloat(item.ordergoodqty)+"/"+parseFloat(item.orderqty)'
            v-if='item.children.length!==0' :value='parseFloat(item.ordergoodqty)+"/"+parseFloat(item.orderqty)'
            :label="item.children.length===0?'未派发':''" :disabled='item.children.length===0'
            v-for="item in collapseArr" :key="item.ordercode">
            <view style="position: absolute;width: 200rpx;left: 30rpx;top:34px;font-size: 24rpx;color: #999;">
            <view style="position: absolute;left: 30rpx;top:34px;font-size: 24rpx;color: #999;">
               {{item.partname}} {{item.partspec}}
            </view>
@@ -128,8 +128,8 @@
      <!-- 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 style="display: flex;">
               <view>
                  单据类型:
               </view>
@@ -162,7 +162,7 @@
            <!--    <view class="head" style="margin-top: 10px;">
            <view class="head" style="margin-top: 10px;">
               <view class="head_block" style="height: 80rpx; display: flex;justify-content: space-around;">
                  <u-button :plain='today' style="width: 70px;height: 25px;" @click="dateChange('today')"
                     type="primary" shape="circle" text="今日">
@@ -186,9 +186,9 @@
               <u-button type="info" icon='calendar' iconColor="#0659FF" size="" @click="calendarClick"
                  :text="calendarRange">
               </u-button>
            </view> -->
            </view>
            <!-- <uni-calendar ref="calendar" :range='true' :insert="false" @confirm="calendarConfirm" /> -->
            <uni-calendar ref="calendar" :range='true' :insert="false" @confirm="calendarConfirm" />
         </view>
      </u-popup>