| | |
| | | <view class="has-foot">
|
| | | <view>
|
| | | <form>
|
| | | <view class="cu-form-group margin-top">
|
| | | <view class="cu-form-group ">
|
| | | <view class="title">容器号</view>
|
| | | <input placeholder="请扫描容器号" v-model="container" focus></input>
|
| | | <text class='cuIcon-search text-blue' @click="getList"></text>
|
| | | </view>
|
| | | <view class="cu-form-group">
|
| | | <view class="title">编码</view>
|
| | | <input placeholder="请扫描组托档编码" v-model="pkCode"></input>
|
| | | <text class='cuIcon-search text-blue' @click="getList"></text>
|
| | | </view>
|
| | | </form>
|
| | |
| | | </view>
|
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-black">物料编码:</text>
|
| | | <text class="text-grey ">{{item.maktx}}</text>
|
| | | </view>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-black">ASN:</text>
|
| | | <text class="text-grey ">{{item.asnCode}}</text>
|
| | | </view>
|
| | | </view>
|
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-black">物料编码:</text>
|
| | | <text class="text-grey ">{{item.matnrCode}}</text>
|
| | | </view>
|
| | | </view>
|
| | | |
| | | <view class="cu-item">
|
| | | <view class="content">
|
| | | <text class="text-black">批次:</text>
|
| | |
| | | class="text-red text-xl vertical-middle">*</text>解绑数量:
|
| | | </view>
|
| | | <uni-number-box style="width: 70%;" :max="max" v-model="item.receiptQty"
|
| | | :step='1'></uni-number-box>
|
| | | :step='0.01'></uni-number-box>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
| | | isconfirm: false,
|
| | | matnrCode: '',
|
| | | max: 99999999,
|
| | | pkCode: '',
|
| | | }
|
| | | },
|
| | | computed: {
|
| | |
| | | msg
|
| | | } = await request('/asnOrderItem/container', {
|
| | | barcode: this.container,
|
| | | code: this.pkCode,
|
| | | type: 'unbind'
|
| | | })
|
| | | if (code === 200) {
|