|
@ -9,7 +9,10 @@ |
|
|
<to-location title="目标库位" v-if="isShowToLocation" :locationCode="dataContent.toLocationCode"> |
|
|
<to-location title="目标库位" v-if="isShowToLocation" :locationCode="dataContent.toLocationCode"> |
|
|
</to-location> |
|
|
</to-location> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="uni-flex" style="flex-direction: column;"> |
|
|
<view class="uni-flex uni-row center"> |
|
|
<view class="uni-flex uni-row center"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <qty v-if="dataContent.record==null ||dataContent.record==undefined " :dataContent="dataContent" |
|
|
<!-- <qty v-if="dataContent.record==null ||dataContent.record==undefined " :dataContent="dataContent" |
|
|
:isShowStdPack="isShowStdPack" :isShowStatus="isShowStatus"></qty> --> |
|
|
:isShowStdPack="isShowStdPack" :isShowStatus="isShowStatus"></qty> --> |
|
|
<qty v-if="dataContent.handleQty==0 || dataContent.handleQty==undefined" :dataContent="dataContent" |
|
|
<qty v-if="dataContent.handleQty==0 || dataContent.handleQty==undefined" :dataContent="dataContent" |
|
@ -19,10 +22,19 @@ |
|
|
:isShowStatus='isShowStatus'> |
|
|
:isShowStatus='isShowStatus'> |
|
|
</compare-qty> |
|
|
</compare-qty> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="uni-flex uni-row" style="vertical-align:center" v-if="isDevlement()"> |
|
|
<view class="uni-flex uni-row" style="vertical-align:center" v-if="isDevlement()"> |
|
|
<text style="font-size: 30rpx;color: #2979ff; width: 20px;" @click="copy">复制</text> |
|
|
<text style="font-size: 30rpx;color: #2979ff; width: 20px;" @click="copy">复制</text> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="" v-if="dataContent.inventoryStatus"> |
|
|
|
|
|
<move-status :fromInventoryStatus="dataContent.inventoryStatus"> |
|
|
|
|
|
</move-status> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
<!-- <u-line></u-line> --> |
|
|
<!-- <u-line></u-line> --> |
|
@ -38,6 +50,7 @@ |
|
|
import recommendQty from '@/mycomponents/qty/recommendQty.vue' |
|
|
import recommendQty from '@/mycomponents/qty/recommendQty.vue' |
|
|
import compareQty from '@/mycomponents/qty/compareQty.vue' |
|
|
import compareQty from '@/mycomponents/qty/compareQty.vue' |
|
|
import config from '@/static/config.js' |
|
|
import config from '@/static/config.js' |
|
|
|
|
|
import moveStatus from '@/mycomponents/balance/moveStatus.vue' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: { |
|
|
components: { |
|
@ -48,6 +61,7 @@ |
|
|
qty, |
|
|
qty, |
|
|
recommendQty, |
|
|
recommendQty, |
|
|
compareQty, |
|
|
compareQty, |
|
|
|
|
|
moveStatus |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
data() { |
|
|
data() { |
|
|