shish пре 3 година
родитељ
комит
bdb502d4bc

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

@@ -28,7 +28,7 @@
 						</checkbox-group>
 					</view>
 					<template v-if="!$util.isEmpty(info)">
-						<button v-if="info.status == 3" class="admin-button-com big blue" style="width:55vw;margin-top:50upx;" @click="commitChange">确认入库</button>
+						<button v-if="info.status == 3" class="admin-button-com big blue" style="width:55vw;margin-top:50upx;" @click="commitChange">确认入库并改价</button>
 						<button v-if="info.status != 3" class="admin-button-com big blue" style="width:55vw;margin-top:50upx;" @click="commitChange">确认改价</button>
 						<button v-if="info.status == 3" class="admin-button-com big default" style="width:55vw;margin-top:30upx;" @click="goBackFn">稍后入库</button>
 					</template>

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -199,7 +199,7 @@
 		<view class="app-footer open_btn">
 			<view v-if="detailInfo.status != 3" @click="changePrice()" class="admin-button-com big blue">修改价格</view>
 			<view v-if="detailInfo.status == 3" @click="cancelIn()" class="admin-button-com big blue">取消入库</view>
-			<view v-if="detailInfo.status == 3" @click="changePrice()" class="admin-button-com big blue">提交入库</view>
+			<view v-if="detailInfo.status == 3" @click="changePrice()" class="admin-button-com big blue">入库改价</view>
 		</view>
 
 	</view>