|
@@ -144,6 +144,9 @@
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="doPart()">拆散</button>
|
|
<button class="action-button" @click="doPart()">拆散</button>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="action-button-item">
|
|
|
|
|
+ <button class="action-button" @click="sendStock()">分配库存</button>
|
|
|
|
|
+ </view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="delItem()">删除</button>
|
|
<button class="action-button" @click="delItem()">删除</button>
|
|
|
</view>
|
|
</view>
|
|
@@ -153,9 +156,6 @@
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="clearItemRemarkFn()">清除备注</button>
|
|
<button class="action-button" @click="clearItemRemarkFn()">清除备注</button>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="action-button-item">
|
|
|
|
|
- <button class="action-button" @click="sendStock()">分配库存</button>
|
|
|
|
|
- </view>
|
|
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="moveToLose()">挪到处理区</button>
|
|
<button class="action-button" @click="moveToLose()">挪到处理区</button>
|
|
|
</view>
|
|
</view>
|