Browse Source

修改组件名称

wms3.0_pda
Niext 11 months ago
parent
commit
7858c95bc5
  1. 8
      pages/inventoryMove/coms/comMove.vue
  2. 0
      pages/inventoryMove/coms/comMoveRecordCard.vue

8
pages/inventoryMove/coms/comMove.vue

@ -9,10 +9,10 @@
<scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
<view class="">
<com-move-record :dataContent="item" :index="index" @removeData="removeData"
<com-move-record-card :dataContent="item" :index="index" @removeData="removeData"
:isShowStatus="isShowStatus" @updateData="updateData" @removePack='removePack'
:allowEditStatus="allowEditStatus">
</com-move-record>
</com-move-record-card>
</view>
<u-line />
</view>
@ -45,7 +45,7 @@
import comEmptyView from '@/mycomponents/common/comEmptyView.vue'
import winScanButton from '@/mycomponents/scan/winScanButton.vue'
import requiredLocation from '@/mycomponents/location/requiredLocation.vue'
import comMoveRecord from '@/pages/inventoryMove/coms/comMoveRecord.vue'
import comMoveRecordCard from '@/pages/inventoryMove/coms/comMoveRecordCard.vue'
import comBlankView from '@/mycomponents/common/comBlankView.vue'
import winScanLocation from "@/mycomponents/scan/winScanLocation.vue"
import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue"
@ -78,7 +78,7 @@
comEmptyView,
winScanButton,
requiredLocation,
comMoveRecord,
comMoveRecordCard,
comBlankView,
winScanLocation,
winScanPackAndLocation,

0
pages/inventoryMove/coms/comMoveRecord.vue → pages/inventoryMove/coms/comMoveRecordCard.vue

Loading…
Cancel
Save