Browse Source

将isShowLocation改为isShowFromLocation

wms3.0_pda
niexiting 11 months ago
parent
commit
c476a2708e
  1. 2
      mycomponents/balance/balanceLabel.vue
  2. 2
      mycomponents/balance/productionLabel.vue
  3. 2
      mycomponents/balance/purchaseLabel.vue
  4. 2
      mycomponents/label/label.vue
  5. 2
      pages/container/coms/comPalletRecord.vue
  6. 2
      pages/package/coms/comOverRecord.vue
  7. 2
      pages/package/coms/comPackageRecord.vue
  8. 2
      pages/productReceipt/coms/comProductRecord.vue
  9. 2
      pages/productionReturn/coms/comReturnRecord.vue
  10. 2
      pages/query/coms/comLocationDetailCard.vue
  11. 2
      pages/repleinsh/coms/comScanReplishPack.vue

2
mycomponents/balance/balanceLabel.vue

@ -1,6 +1,6 @@
<template>
<view :class="dataContent.scaned?'scan_view':''">
<balance :dataContent="dataContent" :isShowStdPack="false" :isShowPack="isShowPack" :isShowLocation="isShowLocation"></balance>
<balance :dataContent="dataContent" :isShowStdPack="false" :isShowPack="isShowPack" :isShowFromLocation="isShowLocation"></balance>
<purchase-info :dataContent="packageContent"></purchase-info>
</view>
</template>

2
mycomponents/balance/productionLabel.vue

@ -1,7 +1,7 @@
<template>
<view :class="dataContent.scaned?'scan_view':''">
<balance :dataContent="dataContent" :isShowStdPack="false" :isShowPack="isShowPack"
:isShowLocation="isShowLocation"></balance>
:isShowFromLocation="isShowLocation"></balance>
<production-info :dataContent="packageContent"></production-info>
</view>
</template>

2
mycomponents/balance/purchaseLabel.vue

@ -1,7 +1,7 @@
<template>
<view :class="dataContent.scaned?'scan_view':''">
<balance :dataContent="dataContent" :isShowStdPack="false" :isShowPack="isShowPack"
:isShowLocation="isShowLocation"></balance>
:isShowFromLocation="isShowLocation"></balance>
<!-- <purchase-info :dataContent="packageContent"></purchase-info> -->
</view>
</template>

2
mycomponents/label/label.vue

@ -1,6 +1,6 @@
<template>
<view>
<balance :dataContent="detail" :isShowStdPack="false" :isShowPack="true" :isShowLocation="true"></balance>
<balance :dataContent="detail" :isShowStdPack="false" :isShowPack="true" :isShowFromLocation="true"></balance>
<purchase-info :dataContent="labelContent"></purchase-info>
</view>
</template>

2
pages/container/coms/comPalletRecord.vue

@ -17,7 +17,7 @@
<uni-swipe-action-item @click="swipeClick($event,item,index)"
:right-options="item.scaned?scanOptions:detailOptions">
<balance :dataContent="item" :isShowStdPack="false" :isShowPack="true" :isShowStatus="false" :isShowBatch="true"
:toInventoryStatus="item.toInventoryStatus" :isShowLocation="isShowLocation" >
:toInventoryStatus="item.toInventoryStatus" :isShowFromLocation="isShowLocation" >
</balance>
</uni-swipe-action-item>
</uni-swipe-action>

2
pages/package/coms/comOverRecord.vue

@ -17,7 +17,7 @@
<!-- <recommend :dataContent="record" :packageContent="record.package" :isShowStatus="false"
:isShowLocation="false"></recommend> -->
<balance :dataContent="record" :packageContent="record.package" :isShowStatus="false"
:isShowLocation="false"></balance>
:isShowFromLocation="false"></balance>
</view>
</view>
</uni-swipe-action-item>

2
pages/package/coms/comPackageRecord.vue

@ -18,7 +18,7 @@
<!-- <recommend :dataContent="record" :packageContent="record.package" :isShowStatus="false"
:isShowLocation="false"></recommend> -->
<balance :dataContent="record" :packageContent="record.package" :isShowStatus="false"
:isShowLocation="false"></balance>
:isShowFromLocation="false"></balance>
</view>
</view>
</uni-swipe-action-item>

2
pages/productReceipt/coms/comProductRecord.vue

@ -17,7 +17,7 @@
<uni-swipe-action-item @click="swipeClick($event,item,index)"
:right-options="item.scaned?scanOptions:detailOptions">
<balance :dataContent="item" :isShowStdPack="false" :isShowStatus="true"
:isShowPack="true" :isShowLocation="false"></balance>
:isShowPack="true" :isShowFromLocation="false"></balance>
<!-- <production-label :dataContent="item" :packageContent="item.package"
:isShowLocation="false">
</production-label> -->

2
pages/productionReturn/coms/comReturnRecord.vue

@ -17,7 +17,7 @@
<uni-swipe-action-item @click="swipeClick($event,item,index)"
:right-options="item.scaned?scanOptions:detailOptions">
<balance :dataContent="item" :isShowStdPack="false" :isShowStatus="true" :isShowPack="true"
:isShowLocation="true" :isShowToLocation="isShowToLocation"></balance>
:isShowFromLocation="true" :isShowToLocation="isShowToLocation"></balance>
<!-- <production-label :dataContent="item" :packageContent="item.package"
:isShowLocation="false">
</production-label> -->

2
pages/query/coms/comLocationDetailCard.vue

@ -8,7 +8,7 @@
</template>
<u-line />
<view v-for="(item, index) in dataContent.list">
<balance :dataContent="item" :isShowLocation="false" :isShowPack="isShowPack"
<balance :dataContent="item" :isShowFromLocation="false" :isShowPack="isShowPack"
:isShowStdPack="false">
</balance>
<u-line />

2
pages/repleinsh/coms/comScanReplishPack.vue

@ -69,7 +69,7 @@
<uni-swipe-action-item @click="swipeClick($event,record,index)"
:right-options="scanOptions">
<view style="padding: 0px 10px">
<balance :dataContent="record" :isShowLocation="false"
<balance :dataContent="record" :isShowFromLocation="false"
:isShowStdPack="false"></balance>
</view>
</uni-swipe-action-item>

Loading…
Cancel
Save