Browse Source

修改组件名称

wms3.0_pda
聂喜婷 1 year 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"> <scroll-view scroll-y="true" class="page-main-scroll">
<view class="detail-list" v-for="(item, index) in detailSource" :key="item.id"> <view class="detail-list" v-for="(item, index) in detailSource" :key="item.id">
<view class=""> <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' :isShowStatus="isShowStatus" @updateData="updateData" @removePack='removePack'
:allowEditStatus="allowEditStatus"> :allowEditStatus="allowEditStatus">
</com-move-record> </com-move-record-card>
</view> </view>
<u-line /> <u-line />
</view> </view>
@ -45,7 +45,7 @@
import comEmptyView from '@/mycomponents/common/comEmptyView.vue' import comEmptyView from '@/mycomponents/common/comEmptyView.vue'
import winScanButton from '@/mycomponents/scan/winScanButton.vue' import winScanButton from '@/mycomponents/scan/winScanButton.vue'
import requiredLocation from '@/mycomponents/location/requiredLocation.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 comBlankView from '@/mycomponents/common/comBlankView.vue'
import winScanLocation from "@/mycomponents/scan/winScanLocation.vue" import winScanLocation from "@/mycomponents/scan/winScanLocation.vue"
import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue" import winScanPackAndLocation from "@/mycomponents/scan/winScanPackAndLocation.vue"
@ -78,7 +78,7 @@
comEmptyView, comEmptyView,
winScanButton, winScanButton,
requiredLocation, requiredLocation,
comMoveRecord, comMoveRecordCard,
comBlankView, comBlankView,
winScanLocation, winScanLocation,
winScanPackAndLocation, winScanPackAndLocation,

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

Loading…
Cancel
Save