|
@@ -120,7 +120,7 @@
|
|
|
<button class="action-button" @click="copyCreate()">复制新建</button>
|
|
<button class="action-button" @click="copyCreate()">复制新建</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="moveToLose()">挪到处理区</button>
|
|
|
|
|
|
|
+ <button class="action-button" @click="editDesc()">图文介绍</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="shareItem()">查看花材</button>
|
|
<button class="action-button" @click="shareItem()">查看花材</button>
|
|
@@ -150,7 +150,7 @@
|
|
|
<button class="action-button" @click="sendStock()">分配库存</button>
|
|
<button class="action-button" @click="sendStock()">分配库存</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="editDesc()">图文介绍</button>
|
|
|
|
|
|
|
+ <button class="action-button" @click="moveToLose()">挪到处理区</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item cancel">
|
|
<view class="action-button-item cancel">
|
|
|
<button class="action-button cancel" @click="closeRightShow()">取消</button>
|
|
<button class="action-button cancel" @click="closeRightShow()">取消</button>
|