#
zjj
2025-07-24 dbb4a755c136a32b1e0d6d045d95f11841f21d75
pages/check/checkOrderItem.vue
@@ -3,7 +3,7 @@
      <form>
         <view class="cu-form-group" v-show="!isconfirm">
            <view class="title">盘点单号:<text class="text-black ">{{check.orderCode}}</text></view>
            <text class='cuIcon-add text-blue' @click="returnPage"></text>
            <!-- <text class='cuIcon-add text-blue' @click="returnPage"></text> -->
         </view>
         <view class="cu-form-group" v-show="!isconfirm">
            <view class="title">容器号</view>
@@ -50,7 +50,7 @@
               </view>
               <view class="cu-item" v-if="check.checkType === 0">
                  <view class="content">
                     <text class="text-gray">库存数:<text class="text-black ">{{item.anfme}}</text></text>
                     <text class="text-gray">托盘库存数:<text class="text-black ">{{item.anfme}}</text></text>
                  </view>
               </view>
               <view class="cu-item">
@@ -74,7 +74,7 @@
               <view class="cu-item" v-if="item.checkQty !== item.anfme && check.checkType === 0">
                  <view class="content">
                     <view class="cu-form-group padding-lr-0">
                        <view class=" text-blue">差异原因</view>
                        <view class=" text-blue">差异原因:</view>
                        <view style="width: 80%;">
                           <uni-data-select style="min-width: 90%; max-width: 90%;" v-model="item.reason"
                              :localdata="reasons" placement="top"></uni-data-select>
@@ -155,6 +155,7 @@
      <view class="cu-bar btn-group foot" v-show="!isconfirm">
         <button class="cu-btn text-blue line-blue shadow" @click="clear">清空</button>
         <button class="cu-btn bg-orange shadow-blur" @click="returnPage">添加明细</button>
         <button class="cu-btn bg-blue shadow-blur" :disabled="repeatClick" @click="complete">提交</button>
      </view>
@@ -162,7 +163,9 @@
         <button class="cu-btn text-blue line-blue shadow" @click="returnPage">返回</button>
         <button class="cu-btn bg-blue shadow-blur" :disabled="repeatClick" @click="sureAdd">确定添加</button>
      </view>
   </view>