chenhaozhe
2025-07-21 ac4842d40bf178d1897fa719ffed5f3746bf4e99
pages/weiwailingliaojiaoyan/form.vue
@@ -25,7 +25,7 @@
         </view>
         <view class="form-item">
            <view class="title">仓位:</view>
            <view class="right" >
            <view class="right">
               <uni-combox :candidates="arrayHStockPlaceName" placeholder="请输入(或扫描)仓位"
                  v-model="hform.HStockPlaceName" @input="HStockPlaceNameChange"></uni-combox>
            </view>
@@ -75,9 +75,9 @@
                  <input name="HStockOrgName" disabled v-model="hform.HStockOrgName" />
               </view>
            </view>
            <label class="checkbox" style="float: right;">
               <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc"/>条码核对
               <checkbox :checked="hform.chkHBarflag" style="transform:scale(0.8)" disabled color="#4f81fc" />条码核对
            </label>
         </view>
         <view v-if="tabs == 2">
@@ -105,7 +105,7 @@
                     <view class="detail" v-if="item.仓位">
                        <text>仓位:</text>{{item.仓位}}
                     </view>
                     <view class="detail" >
                     <view class="detail">
                        <text>条码个数:</text>{{item.条码个数}}
                     </view>
                  </view>
@@ -194,7 +194,7 @@
            HModName: 'Kf_EntrustOutBill_CheckList_PDA',
            ModRightName: 'CE_EntrustOutCheck',
            OperationType: 1,
            showHBillNo: true,
            tabs: 1,
            linterid: '',
@@ -278,7 +278,7 @@
                  // }else{
                  //    this.hform.HBarCode = res.result
                  // }
                  this.hform.HBillNo = res.result
                  this.GetMeesageByBillNo(this.hform.HBillNo)
               }
@@ -468,7 +468,7 @@
               if (sHQty == "") {
                  sHQty = 0;
               }
               uni.request({
                  url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json',
                  data: {
@@ -869,8 +869,8 @@
         padding: 8rpx 20rpx;
         font-size: 30rpx;
      }
      textarea {
         width: 98%;
@@ -957,12 +957,12 @@
            text-align: center;
         }
      }
      .checkbox{
         color: #888;
         font-size: 28rpx;
         margin-top: 30rpx;
         float: right;
      }
   }
   .checkbox {
      color: #888;
      font-size: 28rpx;
      margin-top: 30rpx;
      float: right;
   }
</style>