shish 9 hónapja
szülő
commit
f5eddc6002

+ 1 - 1
ghsApp/src/admin/cp/item.vue

@@ -74,7 +74,7 @@
  
           <uni-popup ref="rightShowMore" background-color="#fff" type="center" :animation="true" class="class-popup-style">
               <view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
-                  <view style="width:100vw;"><button @click="costChange()">采购成本变动</button></view>
+                  <view style="width:100vw;"><button @click="costChange()">成本变动</button></view>
                   <view style="width:100vw;margin-top:8upx;"><button @click="priceChange()">价格变动记录</button></view>
                   <view style="width:100vw;margin-top:8upx;"><button @click="varietyManage()">多颜色</button></view>
                   <view style="width:100vw;margin-top:8upx;"><button @click="preSell()">预售</button></view>

+ 1 - 1
ghsApp/src/admin/item/list.vue

@@ -90,7 +90,7 @@
 
 		<uni-popup ref="rightShowMore" background-color="#fff" type="center" :animation="true" class="class-popup-style">
 			<view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
-				<view style="width:100vw;"><button @click="costChange()">采购成本变动</button></view>
+				<view style="width:100vw;"><button @click="costChange()">成本变动</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="priceChange()">价格变动记录</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="varietyManage()">多颜色</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="preSell()">预售</button></view>

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

@@ -108,7 +108,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="costChange()">采购成本变动</button>
+					<button class="action-button" @click="costChange()">成本变动</button>
 				</view>
 				<view class="action-button-item">
 					<button class="action-button" @click="avCostChange()">平均成本变动</button>

+ 1 - 1
ghsApp/src/admin/item/simple.vue

@@ -53,7 +53,7 @@
 
 		<uni-popup ref="rightShowMore" background-color="#fff" type="center" :animation="true" class="class-popup-style">
 			<view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
-				<view style="width:100vw;"><button @click="costChange()">采购成本变动</button></view>
+				<view style="width:100vw;"><button @click="costChange()">成本变动</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="priceChange()">价格变动记录</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="varietyManage()">多颜色</button></view>
 				<view style="width:100vw;margin-top:8upx;"><button @click="preSell()">预售</button></view>

+ 1 - 1
ghsApp/src/pages.json

@@ -142,7 +142,7 @@
 				{"path": "changeStock","style": {"navigationBarTitleText": "修改库存"}},
 				{"path": "changeStock2","style": {"navigationBarTitleText": "修改库存"}},
 				{"path": "changeList","style": {"navigationBarTitleText": "价格变动记录"}},
-				{"path": "costChangeList","style": {"navigationBarTitleText": "采购成本变动"}},
+				{"path": "costChangeList","style": {"navigationBarTitleText": "成本变动"}},
 				{"path": "outList","style": {"navigationBarTitleText": "已下架"}},
 				{"path": "stopList","style": {"navigationBarTitleText": "已删除"}},
 				{"path": "removeList","style": {"navigationBarTitleText": "彻底删除"}},