shish 3 лет назад
Родитель
Сommit
c8541bf1cd

+ 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);

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

@@ -23,7 +23,7 @@
 						</label>
 						<label class="list" for="localLink">
 							<radio id="localLink" value="1" :checked="form.location == 1" style="transform:scale(0.7,0.7)" />
-							<span class="checkbox-text">隔壁</span>
+							<span class="checkbox-text">附近</span>
 						</label>
 					</radio-group>
 				</tui-list-cell>

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

@@ -76,7 +76,7 @@ export default {
 					value: "0"
 				},
 				{
-					name: "隔壁",
+					name: "附近",
 					key: "1",
 					value: "0"
 				}