|
|
|
@ -23,14 +23,14 @@
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 添加库位 -->
|
|
|
|
|
<view class="library">
|
|
|
|
|
<view class="library-left">
|
|
|
|
|
<view>{{ $t('message.CommissionedLocation') }}:</view>
|
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 400rpx" @bindpicker="LocationChoice" showKey="value" valKey="value" :val="wlCode.value" class="search" :options="Location" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="single-left">
|
|
|
|
|
<view>{{ $t('message.Container') }}</view>
|
|
|
|
|
<u-search :placeholder="$t('message.PleaseScan')" v-model="Barcode" @search="searchBarcode" :show-action="false"></u-search>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="library-left">
|
|
|
|
|
<view>{{ $t('message.CommissionedLocation') }}:</view>
|
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 400rpx" @bindpicker="LocationChoice" showKey="value" valKey="value" :val="wlCode.value" class="search" :options="Location" />
|
|
|
|
|
</view>
|
|
|
|
|
<view class="library-right">
|
|
|
|
|
<view class="library-right-title">{{ $t('message.CommissionedThisNumber') }}:</view>
|
|
|
|
|
<u-input v-model="qty" type="number" :border="border" :placeholder="$t('message.Summary_PleaseInputNumber')" class="input" />
|
|
|
|
@ -220,6 +220,7 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
|
value: this.Container.locCode + '(' + this.Container.sendSpot + ')',
|
|
|
|
|
sendSpot: this.Container.sendSpot,
|
|
|
|
|
};
|
|
|
|
|
this.Location = [];
|
|
|
|
|
this.Location.push(arr);
|
|
|
|
|
this.wlCode = this.Location[0];
|
|
|
|
|
this.qty = this.Container.qty - parseFloat(this.Container.cpRef4);
|
|
|
|
|