Mr.Zhang
2023-09-14 8a8564207b3777893a2797aa6bd7ca9b6d000f3d
minipro_standard/pages_adjust/pages/workOrderReporting/workOrderReporting.vue
@@ -252,7 +252,7 @@
            <div class="tg_footer">
               <!-- proxy.$auth('h5:workorderoutput:confirm') &&  -->
               <button class="tg_footer_qr" @click="submitBG" v-if="isSubmit">确认报工</button>
               <div class="tg_footer_fh" @click="gofh" v-else-if="!isSubmit">返回修改</div>
               <div class="tg_footer_fh" @click="statistics = false" v-else-if="!isSubmit">返回修改</div>
            </div>
         </div>
      </u-popup>
@@ -345,6 +345,7 @@
         this.queryByIds()
         this.getOrocessRecords()
         this.getData()
         this.pageDJs()
         uni.$on('spotAdd', () => {
            if (this.typeView == 1) {
               this.pages.page = 1
@@ -415,6 +416,7 @@
                              item.active = index == 0
                           })
                           this.arrType = result.data
                        } else {
                           this.arrType = []
                        }
@@ -642,7 +644,10 @@
                  })
                  this.isSubmit = Number(this.produceFrom.qualified) + Number(this.produceFrom.undesirable) <= this
                     .info.planNum;
                  console.log(this.isSubmit);
                  debugger
               }
            } else {
               console.log('推式')
               if (this.feedingData.length === 0) {
@@ -652,7 +657,6 @@
               }
               if (this.produceFrom.qualified <= 0 && this.produceFrom.undesirable <= 0) {
                  uni.$u.toast('产出明细不能为空')
                  return
               }
               this.statisticsData = []
@@ -953,14 +957,14 @@
      width: 100%;
      display: flex;
      flex-direction: column;
      margin-top: 30rpx;
      // margin-top: 30rpx;
      .bg_list_item {
         display: flex;
         flex-direction: column;
         // margin-bottom: 40rpx;
         border-bottom: 40rpx #f7f7f7 solid;
         // border-bottom: 40rpx #f7f7f7 solid;
         //
         .kong {
            text-align: center;
            padding: 30rpx 0;
@@ -976,9 +980,9 @@
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-left: 30rpx;
            padding-right: 30rpx;
            margin-bottom: 30rpx;
            background-color: #f7f7f7;
            padding: 30rpx;
            // padding-right: 30rpx;
            .bg_list_item_top_left {
               display: flex;
@@ -1224,6 +1228,7 @@
   .bg_plan {
      width: 100%;
      border-top: 20rpx #f7f7f7 solid;
      // height: 98px;
      padding: 30rpx;
      box-sizing: border-box;
@@ -1409,7 +1414,7 @@
   .bottom-view {
      left: 40rpx;
      right: 40rpx;
      bottom: 0
      bottom: 20rpx
   }
   .bl_list {