Browse Source

添加组件

hella_online_20240829
lijuncheng 2 months ago
parent
commit
a1c0a8f9de
  1. 15
      src/pages/issue/record/issueRecord.vue

15
src/pages/issue/record/issueRecord.vue

@ -115,7 +115,7 @@
import recordComDetailCard from '@/mycomponents/record/recordComDetailCard.vue'
import recordDetailCard from '@/mycomponents/record/recordDetailCard.vue'
import winComScanBalance from '@/mycomponents/scan/winComScanBalance.vue'
import balance from '@/mycomponents/balance/balance.vue'
export default {
components: {
winScanButton,
@ -124,7 +124,8 @@
comBlankView,
recordComDetailCard,
recordDetailCard,
winComScanBalance
winComScanBalance,
balance
},
data() {
return {
@ -137,7 +138,7 @@
toLocationAreaTypeList: [],
inInventoryStatus: "", //
outInventoryStatus: "", //
businessType: {},
businessType: null,
showToLoaction: true,
recommendLocationList: [], //
fromWarehouseCode: '', //
@ -513,14 +514,6 @@
closeScanMessage() {
this.scanPopupGetFocus();
},
getLocation(location, code) {
this.getFromLocationCode(location, code)
},
getFromLocationCode(location, code) {
this.fromLocationInfo = location;
this.fromLocationCode = code;
this.openScanPopup();
},
showCommitSuccessMessage(hint) {
this.$refs.comMessage.showSuccessMessage(hint, res => {

Loading…
Cancel
Save