| | |
| | | </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> |
| | |
| | | <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"> |
| | |
| | | <view class="detail" v-if="item.仓位"> |
| | | <text>仓位:</text>{{item.仓位}} |
| | | </view> |
| | | <view class="detail" > |
| | | <view class="detail"> |
| | | <text>条码个数:</text>{{item.条码个数}} |
| | | </view> |
| | | </view> |
| | |
| | | HModName: 'Kf_EntrustOutBill_CheckList_PDA', |
| | | ModRightName: 'CE_EntrustOutCheck', |
| | | OperationType: 1, |
| | | |
| | | |
| | | showHBillNo: true, |
| | | tabs: 1, |
| | | linterid: '', |
| | |
| | | // }else{ |
| | | // this.hform.HBarCode = res.result |
| | | // } |
| | | |
| | | |
| | | this.hform.HBillNo = res.result |
| | | this.GetMeesageByBillNo(this.hform.HBillNo) |
| | | } |
| | |
| | | if (sHQty == "") { |
| | | sHQty = 0; |
| | | } |
| | | |
| | | |
| | | uni.request({ |
| | | url: this.serverUrl + '/WEBSController/get_CheckTypeByBarCode_BillCheck_Json', |
| | | data: { |
| | |
| | | padding: 8rpx 20rpx; |
| | | font-size: 30rpx; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | textarea { |
| | | width: 98%; |
| | |
| | | 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> |