|
|
|
@ -65,7 +65,6 @@
|
|
|
|
|
<u-input v-model="TheItem.scanAmount" placeholder="" :type="type" :border="border" class="input" disabled style="padding: '0'" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- 出库库位 -->
|
|
|
|
|
<view class="material">
|
|
|
|
|
<view class="material-right">
|
|
|
|
|
<view class="material-right-title">{{ $t('message.StorageLocation') }}</view>
|
|
|
|
@ -76,7 +75,7 @@
|
|
|
|
|
<view class="library">
|
|
|
|
|
<view class="library-left">
|
|
|
|
|
<view>{{ $t('message.CommissionedLocation') }}</view>
|
|
|
|
|
<!-- <u-input v-model="locCode" disabled placeholder="" style="margin-top: 8px" /> -->
|
|
|
|
|
<!-- <u-input v-model="TheItem.receiveRegion" disabled placeholder="" style="margin-top: 8px" /> -->
|
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 230rpx" @bindpicker="SelectLoc" showKey="value" valKey="value" :val="Loc.value" class="search" :options="LocList" />
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
@ -269,7 +268,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
stoItem: this.TheItem.stoItem,
|
|
|
|
|
materialCode: this.TheItem.materialCode,
|
|
|
|
|
orderAmount: this.TheItem.orderAmount,
|
|
|
|
|
scanAmount: this.TheItem.orderAmount,
|
|
|
|
|
scanAmount: this.TheItem.scanAmount,
|
|
|
|
|
wlCode: this.Loc.value,
|
|
|
|
|
nowAmount: this.num,
|
|
|
|
|
barCode: this.barCode,
|
|
|
|
@ -308,7 +307,7 @@ export default class dnReceiptDom extends BasePage {
|
|
|
|
|
let isTrue = true;
|
|
|
|
|
this.model.dnNoList.forEach((item: any) => {
|
|
|
|
|
if (item.orderAmount != item.scanAmount) {
|
|
|
|
|
this.customToast(this.$t('message.AllThem') as any);
|
|
|
|
|
this.customToast(this.$t('message.newAllThem') as any);
|
|
|
|
|
return (isTrue = false);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|