yyb
2025-07-23 6aeddcf52207b2de60c77be2cdbd62e2a9a64ea3
pages/product/report/index.vue
@@ -203,8 +203,8 @@
    </u-modal>
    <u-modal v-model="personShowModal" title="" :show-cancel-button="true" :show-confirm-button="true"
         @confirm="confirmSelection" @cancel="cancelSelection">
      <scroll-view scroll-y="true" style="height: 100%">
         <view class="popup-content">
      <scroll-view scroll-y="true" style="height: 100%; transform: translateZ(0); -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;">
            <view class="popup-header">
               <checkbox-group @change="checkboxChange">
                  <label class="checkbox-item" v-for="(item, index) in selectedPersons" :key="index">
@@ -213,8 +213,8 @@
                  </label>
               </checkbox-group>
            </view>
         </view>
      </scroll-view>
         </view>
      </u-modal>
    <scan></scan>
  </div>
@@ -509,6 +509,7 @@
      this.$u.api.cancelReporting
        .cancelDTAOfWorkApplication({
          outBatchNo: this.detailedList.outBatchNo,
          outputId: this.detailedList.id
        })
        .then((res) => {
          console.log("res", res);