|
|
@ -14,12 +14,16 @@ |
|
|
|
<compare-qty v-else :dataContent="dataContent" :recommendQty="Number( dataContent.qty)" |
|
|
|
:handleQty="Number (dataContent.handleQty)" :isShowStdPack="isShowStdPack"> |
|
|
|
</compare-qty> |
|
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
|
<u-button @click="copy" size="mini" type="primary">复制箱码</u-button> |
|
|
|
</view> |
|
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
|
<u-button @click="copyPro" size="mini" type="primary">复制制品</u-button> |
|
|
|
<view class="" v-if="isDevlement()"> |
|
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
|
<u-button @click="copy" size="mini" type="primary">复制箱码</u-button> |
|
|
|
</view> |
|
|
|
<view class="" style="font-size: 40rpx;"> |
|
|
|
<u-button @click="copyPro" size="mini" type="primary">复制制品</u-button> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <u-line></u-line> --> |
|
|
@ -102,6 +106,10 @@ |
|
|
|
}) |
|
|
|
} |
|
|
|
) |
|
|
|
}, |
|
|
|
isDevlement(){ |
|
|
|
|
|
|
|
return getApp().globalData.isDevelopment; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|