shish 3 лет назад
Родитель
Сommit
d131870a95
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/pagesPurchase/details.vue

+ 2 - 2
ghsApp/src/pagesPurchase/details.vue

@@ -126,7 +126,7 @@
 					¥ <text class="large">{{ modifyPrice }}</text>
 				</text>
 			</view>
-			<button class="admin-button-com blue big" @click="formSubmit(0)">保存采购</button>
+			<button class="admin-button-com blue big" @click="formSubmit(0)">提交保存</button>
 		</view>
 	</view>
 </view>
@@ -330,7 +330,7 @@ export default {
 			let that = this;
 			let title = '确认直接入库?'
 			if(inType == 0){
-				title = '确认保存采购?'
+				title = '确认提交保存?'
 			}
 			that.$util.confirmModal({content:title},() => {
 				that.confirmFn(inType);