|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<view class="library">
|
|
|
|
|
<view class="library-left">
|
|
|
|
|
<view>{{ $t('message.CommissionedLocation') }}:</view>
|
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 230rpx" @bindpicker="LocationChoice" showKey="value" valKey="value" :val="wlCode" class="search" :options="Location" />
|
|
|
|
|
<jPicker sureColor="#ff0000" style="width: 230rpx" @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>
|
|
|
|
@ -319,7 +319,7 @@ export default class RawReceiptDetail extends BasePage {
|
|
|
|
|
await this.model.saveAggregateUpload(params).then(() => {
|
|
|
|
|
this.model.queryProOrderResult(this.again).then(() => {
|
|
|
|
|
// this.toPage(this.page.raw.handover.picking.result);
|
|
|
|
|
this.model.queryAggregate()
|
|
|
|
|
this.model.queryAggregate();
|
|
|
|
|
this.toPage(this.page.raw.handover.picking.bysummary);
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|