Compare commits

...

2 Commits

  1. 20
      src/pages/issue/record/directIssue.vue

20
src/pages/issue/record/directIssue.vue

@ -5,8 +5,10 @@
</view> </view>
<view class="page-wraper" v-if="detailSource.length>0"> <view class="page-wraper" v-if="detailSource.length>0">
<view class="page-header"> <view class="page-header">
<view class="header-view header_item"> <view class="header-view">
<view class="header_item">
来源库位 : {{fromLocationCode}} 来源库位 : {{fromLocationCode}}
</view>
</view> </view>
</view> </view>
<view class="page-main"> <view class="page-main">
@ -15,9 +17,8 @@
<view class=""> <view class="">
<record-com-detail-card :dataContent="item" :index="index" :settingParam="dataContent" <record-com-detail-card :dataContent="item" :index="index" :settingParam="dataContent"
:isShowFromLocation="false" @removeItem="removeItem(index,item)" :isShowFromLocation="false" @removeItem="removeItem(index,item)"
:isShowToLocation="false" :isShowToLocation="false" :isShowParentToLocation="false" @updateData="updateData"
:isShowParentToLocation="false" @removePack="removePack">
@updateData="updateData" @removePack="removePack">
</record-com-detail-card> </record-com-detail-card>
</view> </view>
@ -131,7 +132,7 @@
show: false, show: false,
positionInfo: "请选择生产线", positionInfo: "请选择生产线",
resultData: {}, resultData: {},
itemCode:"" itemCode: ""
}; };
}, },
onLoad(option) { onLoad(option) {
@ -255,13 +256,8 @@
}, },
showErrorMessage(message) { showErrorMessage(message) {
if (this.$refs.scanPopup) {
this.$refs.scanPopup.losefocus();
}
this.$refs.comMessage.showErrorMessage(message, res => { this.$refs.comMessage.showErrorMessage(message, res => {
if (res) { if (res) {}
this.scanPopupGetFocus()
}
}); });
}, },
@ -518,7 +514,7 @@
this.toWarehouseCode = ''; this.toWarehouseCode = '';
this.detailSource = []; this.detailSource = [];
this.positionInfo = "请选择生产线"; this.positionInfo = "请选择生产线";
this.itemCode="" this.itemCode = ""
} }
} }
} }

Loading…
Cancel
Save