|
@@ -84,7 +84,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="goods-list-bottom flex-center-between">
|
|
<view class="goods-list-bottom flex-center-between">
|
|
|
- <text @click.stop="moreToDo(goodsItem)">更多</text>
|
|
|
|
|
|
|
+ <text @click.stop="printLabel(goodsItem)">打标签</text>
|
|
|
<text @click.stop="getStockChange(goodsItem)">库存明细</text>
|
|
<text @click.stop="getStockChange(goodsItem)">库存明细</text>
|
|
|
<text @click.stop="editDesc(goodsItem)">编辑简介</text>
|
|
<text @click.stop="editDesc(goodsItem)">编辑简介</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -274,7 +274,7 @@ export default {
|
|
|
|
|
|
|
|
// 保留原有方法以保持兼容性(暂时保留)
|
|
// 保留原有方法以保持兼容性(暂时保留)
|
|
|
// 兼容保留:旧筛选弹窗相关方法已不再使用
|
|
// 兼容保留:旧筛选弹窗相关方法已不再使用
|
|
|
- moreToDo(item){
|
|
|
|
|
|
|
+ printLabel(item){
|
|
|
let that=this;
|
|
let that=this;
|
|
|
let doList = ['打1个标签', '打2个标签','打5个标签', '打10个标签']
|
|
let doList = ['打1个标签', '打2个标签','打5个标签', '打10个标签']
|
|
|
let doNum = [1,2,5,10,20]
|
|
let doNum = [1,2,5,10,20]
|