小小儁爺
2024-05-28 11ac3666423de5c03da72c388e38d869f04d9af7
pages/grzx/gzcl.vue
@@ -63,7 +63,8 @@
                     <!--    <view class='inputClass' style="margin:10rpx auto 0;">
                           <u--input placeholder="请选择" border="surround" v-model="startDate"></u--input>
                        </view> -->
                     <u-button type="info" icon='calendar' iconColor="#0659FF" size="" @click="calendarClick"
                     <!-- icon='calendar' -->
                     <u-button type="info" iconColor="#0659FF" size="" @click="calendarClick"
                        :text="calendarRange">
                     </u-button>
@@ -74,8 +75,8 @@
                        <view class="number">{{ parseFloat(form.report_qty)}}</view>
                     </view>
                     <view class="head_block_item flex_column">
                        <view class="titleFont">良废扣除</view>
                        <view class="number">{{ parseFloat(form.userngbadmoney)}}</view>
                        <view class="titleFont">不良数量</view>
                        <view class="number">{{ parseFloat(form.userngbadqty)}}</view>
                     </view>
                     <view class="head_block_item flex_column">
                        <view class="titleFont">工资收入(元)</view>
@@ -86,7 +87,7 @@
            </view>
            <u-gap height="10" bgColor="#eff0f1"></u-gap>
            <view :style="{maxHeight:!custom?'830rpx':'960rpx',overflow: 'scroll'}">
               <view v-for="(item,index) in detailOrderArray" :key="key">
               <view v-for="(item,index) in detailOrderArray" :key="item.wo_code">
                  <view class="head">
                     <view
                        style="min-height: 100rpx; display: flex;justify-content: space-between; margin: 20rpx;">
@@ -355,7 +356,7 @@
   }
   ::v-deep .uicon-calendar {
      font-size: 28rpx !important;
      font-size: 20rpx !important;
   }
   .lineH50 {