|
|
@@ -92,7 +92,7 @@
|
|
|
<view style="width:100vw;margin-top:8upx;"><button @click="orderRecord()">下单记录</button></view>
|
|
|
<view style="width:100vw;margin-top:8upx;"><button @click="copyCreate()">复制并新建</button></view>
|
|
|
<view style="width:100vw;margin-top:8upx;"><button @click="shareItem()">分享</button></view>
|
|
|
- <view style="width:100vw;margin-top:8upx;"><button @click="breakMore()">{{breakName}}</button></view>
|
|
|
+ <view style="width:100vw;margin-top:8upx;"><button @click="breakMore()">拆散</button></view>
|
|
|
<view style="width:100vw;margin-top:30upx;"><button @click="closeRightShow()">取消</button></view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
@@ -133,7 +133,6 @@ export default {
|
|
|
printNum:'',
|
|
|
printFocus:false,
|
|
|
warning:0,
|
|
|
- breakName:'拆多份',
|
|
|
currentInfo:{},
|
|
|
breakNum:'',
|
|
|
breakFocus:false,
|
|
|
@@ -293,7 +292,6 @@ export default {
|
|
|
this.pageTo({url: "/admin/item/presell?id="+this.currentInfo.id})
|
|
|
},
|
|
|
moreAction(item){
|
|
|
- this.breakName = '拆多'+item.bigUnit
|
|
|
this.currentInfo = item
|
|
|
this.$refs.rightShowMore.open('top')
|
|
|
},
|