|
|
@ -1,14 +1,18 @@ |
|
|
|
<template> |
|
|
|
<view class="uni-inline-item" style="font-size: 30rpx;"> |
|
|
|
<view :class="statusStyle(fromInventoryStatus)"> |
|
|
|
<view class="uni-row uni-flex center" style="font-size: 30rpx;"> |
|
|
|
<!-- <view :class="statusStyle(fromInventoryStatus)"> |
|
|
|
• |
|
|
|
{{statusDesc(fromInventoryStatus)}} |
|
|
|
</view> |
|
|
|
—> |
|
|
|
<view :class="statusStyle(toInventoryStatus)"> |
|
|
|
</view> --> |
|
|
|
<status :status='fromInventoryStatus'></status> |
|
|
|
<text style="color:#909399 ; "> |
|
|
|
—> |
|
|
|
</text> |
|
|
|
<status :status='toInventoryStatus'></status> |
|
|
|
<!-- <view :class="statusStyle(toInventoryStatus)"> |
|
|
|
• |
|
|
|
{{statusDesc(toInventoryStatus)}} |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
</view> |
|
|
|
|
|
|
|
</template> |
|
|
@ -18,8 +22,11 @@ |
|
|
|
getInventoryStatusStyle, |
|
|
|
getInventoryStatusName |
|
|
|
} from '@/common/directory.js'; |
|
|
|
import status from '@/mycomponents/status/status.vue' |
|
|
|
export default { |
|
|
|
components: {}, |
|
|
|
components: { |
|
|
|
status |
|
|
|
}, |
|
|
|
|
|
|
|
data() { |
|
|
|
return { |
|
|
|