shish 2 months ago
parent
commit
fb6e803582

+ 3 - 3
ghsApp/src/admin/item/list2.vue

@@ -155,13 +155,13 @@
 					<button class="action-button" @click="doPart()">拆散</button>
 				</view>
 				<view class="action-button-item">
-					<button class="action-button" @click="addItemRemark()">增加备注</button>
+					<button class="action-button" @click="delItem()">删除</button>
 				</view>
 				<view class="action-button-item">
-					<button class="action-button" @click="clearItemRemarkFn()">清除备注</button>
+					<button class="action-button" @click="addItemRemark()">增加备注</button>
 				</view>
 				<view class="action-button-item">
-					<button class="action-button" @click="delItem()">删除</button>
+					<button class="action-button" @click="clearItemRemarkFn()">清除备注</button>
 				</view>
 				<view class="action-button-item">
 					<button class="action-button" @click="sendStock()">分配库存</button>

+ 1 - 1
ghsApp/src/pagesPurchase/components/pageSuccess.vue

@@ -62,7 +62,7 @@
 									<text class="item-remark-label">备注</text>
 									<text class="item-remark-text">{{ res.itemRemark }}</text>
 								</view>
-								<text class="item-remark-cancel" @click.stop="clearItemRemarkFn(i)">取消备注</text>
+								<text class="item-remark-cancel" @click.stop="clearItemRemarkFn(i)">清除备注</text>
 							</view>
 								</view>
 							</view>