shish 2 месяцев назад
Родитель
Сommit
ff84d3553a
2 измененных файлов с 6 добавлено и 9 удалено
  1. 1 1
      hdApp/src/admin/goods/list.vue
  2. 5 8
      hdApp/src/admin/item/list2.vue

+ 1 - 1
hdApp/src/admin/goods/list.vue

@@ -185,7 +185,7 @@
     <uni-popup ref="rightShowMore" background-color="#fff" type="center" :animation="true" class="class-popup-style">
       <view class="action-popup-container">
         <view class="action-button-item">
-          <button class="action-button" @click="getMyPoster()">生成海报</button>
+          <button class="action-button" @click="getMyPoster()">分享海报</button>
         </view>
         <view class="action-button-item cancel">
           <button class="action-button cancel" @click="closeRightShow()">取消</button>

+ 5 - 8
hdApp/src/admin/item/list2.vue

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