| | |
| | | batch: '',
|
| | | repeatClick: false,
|
| | | isconfirm: false,
|
| | | batch:''
|
| | | |
| | | }
|
| | | },
|
| | | computed: {
|
| | |
| | | batch: this.batch
|
| | | }, "post")
|
| | | if (code === 200) {
|
| | | data && this.list.push(data);
|
| | | this.list = data
|
| | | } else {
|
| | | uni.showToast({
|
| | | title: msg,
|
| | |
| | | <input placeholder="请扫描物料编码" v-model="matnrCode"></input> |
| | | <text class='cuIcon-search text-blue' @click="search"></text> |
| | | </view> |
| | | <!-- <view class="cu-form-group"> |
| | | <view class="title">批次号</view> |
| | | <input placeholder="请输入物料批次" v-model="batch"></input> |
| | | </view> --> |
| | | </form> |
| | | |
| | | <view class="flex solid-bottom padding-sm justify-between"> |
| | |
| | | <text class="text-grey ">{{item.batch}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="cu-item"> |
| | | <!-- <view class="cu-item"> |
| | | <view class="content"> |
| | | <text class="text-black">平台行号: <text class="text-grey ">{{item.platformId}}</text></text> |
| | | </view> |
| | | <view class="content"> |
| | | <text class="text-black">质检结果: <text class="text-grey ">{{item.inspect}}</text></text> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | |
| | | <view class="cu-item"> |
| | | <view class="content"> |
| | |
| | | <view class="title text-blue"><text |
| | | class="text-red text-xl vertical-middle">*</text>组盘数量: |
| | | </view> |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="megreQty" |
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty" |
| | | :step='1'></uni-number-box> |
| | | </view> |
| | | </view> |
| | |
| | | batch: '', |
| | | repeatClick: false, |
| | | isconfirm: false, |
| | | batch:'', |
| | | matnrCode:'', |
| | | max: 99999999, |
| | | } |
| | |
| | | matnrCode: this.matnrCode |
| | | }, "post") |
| | | if (code === 200) { |
| | | data && this.list.push(data); |
| | | this.list = data |
| | | } else { |
| | | uni.showToast({ |
| | | title: msg, |
| | |
| | | return { |
| | | ...item, |
| | | anfme: item.anfme === null ? 0 : +item.anfme, |
| | | receiptQty: this.megreQty, |
| | | }; |
| | | }); |
| | | |