| | |
| | | <input placeholder="请扫描物料标签" v-model="barcode"></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">
|
| | |
| | | megreQty: '',
|
| | | list: [],
|
| | | range: [],
|
| | | batch: '',
|
| | | repeatClick: false,
|
| | | isconfirm: false,
|
| | | max: 99999999,
|
| | |
| | | msg
|
| | | } = await request('/asnOrderItem/trackCode', {
|
| | | code: this.barcode,
|
| | | batch: this.batch
|
| | | }, "post")
|
| | | if (code === 200) {
|
| | | for (var i = 0; i < data.length; i++) {
|
| | |
| | | } = await request('/waitPakin/merge', {
|
| | | items: newArr,
|
| | | barcode: this.container,
|
| | | batch: this.batch,
|
| | | })
|
| | | if (code === 200) {
|
| | | uni.showToast({
|