|
@@ -125,19 +125,19 @@
|
|
|
<button class="action-button" @click="editDesc()">图文介绍</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="orderRecord()">下单记录</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="getMyPoster()">生成海报</button>
|
|
|
|
|
|
|
+ <button class="action-button" @click="onStockChange()">路上库存变动</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="orderRecord()">下单记录</button>
|
|
|
|
|
|
|
+ <button class="action-button" @click="preSell()">预售</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="onStockChange()">路上库存变动</button>
|
|
|
|
|
|
|
+ <button class="action-button" @click="shareItem()">分享到微信</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
- <button class="action-button" @click="preSell()">预售</button>
|
|
|
|
|
|
|
+ <button class="action-button" @click="getMyPoster()">分享海报</button>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="doWaste()">报损</button>
|
|
<button class="action-button" @click="doWaste()">报损</button>
|
|
@@ -154,9 +154,6 @@
|
|
|
<view class="action-button-item">
|
|
<view class="action-button-item">
|
|
|
<button class="action-button" @click="addItemRemark()">增加备注</button>
|
|
<button class="action-button" @click="addItemRemark()">增加备注</button>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="action-button-item">
|
|
|
|
|
- <button class="action-button" @click="clearItemRemarkFn()">清除备注</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>
|