shish 3 vuotta sitten
vanhempi
commit
8e5e05a0a2

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

@@ -4,9 +4,9 @@
 			<view class="top-view"> </view>
 			<view class="result-view">
 				<view class="iconfont iconchenggong"></view>
-				<view class="result-title">采购成功</view>
+				<view class="result-title">提交成功</view>
 
-				<template v-if="status != 3">
+				<template v-if="status == 4">
 					<view style="margin-left:150upx;">
 						<view class="flex title">
 							确认销售价:

+ 3 - 9
ghsApp/src/pagesPurchase/details.vue

@@ -129,7 +129,7 @@
 					¥ <text class="large">{{ modifyPrice }}</text>
 				</text>
 			</view>
-			<button class="admin-button-com default big" @click="formSubmit(0)">稍后入库</button>
+			<button class="admin-button-com blue big" @click="formSubmit(0)">保存草稿</button>
 			<button class="admin-button-com blue big" @click="formSubmit(1)">提交入库</button>
 		</view>
 	</view>
@@ -508,12 +508,6 @@ export default {
 					height: 240upx;
 				}
 			}
-			// .tui-placeholder,
-			// .tui-input {
-			// 	padding-right: 30upx;
-			// 	width: 100%;
-			// 	text-align: right;
-			// }
 		}
 	}
 	.under-bar {
@@ -543,10 +537,10 @@ export default {
 				color: #333;
 			}
 			.price-number {
-				margin: 0 20upx;
+				margin: 0 10upx;
 				color: #ff2842;
 				.large {
-					font-size: 40upx;
+					font-size:35upx;
 				}
 			}
 		}