shish %!s(int64=2) %!d(string=hai) anos
pai
achega
a462383499

+ 1 - 1
ghsApp/src/admin/billing/index.vue

@@ -218,7 +218,7 @@ export default {
 		},
 		goSearchFn(){
 			let type = uni.getSystemInfoSync().platform
-			//8249
+			//花大苪搜索要加句号
 			if(this.getLoginInfo.shopId == 8249){
 				if(type == 'windows'){
 					if(this.py.substr(-1,1) == '。'){

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

@@ -6,7 +6,7 @@
 					<button class="admin-button-com middle blue" @click="selectFlowerNumFn()">图片分类</button>
 				</view>
 				<view class="search-bar">
-					<app-search-module v-model="py" placeholder="输拼音首字母也可以搜" @input="searchFn"/>
+					<app-search-module v-model="py" placeholder="输拼音首字母也可以搜" @input="goSearchFn"/>
 				</view>
 				<view style="padding:0 0upx 0 15upx;" >
 					<button class="admin-button-com middle blue" @click="refreshItem()">刷新</button>
@@ -175,6 +175,22 @@ export default {
 		})
 	},
 	methods: {
+		goSearchFn(){
+			let type = uni.getSystemInfoSync().platform
+			//花大苪搜索要加句号
+			if(this.getLoginInfo.shopId == 8249){
+				if(type == 'windows'){
+					if(this.py.substr(-1,1) == '。'){
+						this.py = this.py.replace("。", "")
+						this.searchFn()
+					}
+				}else{
+					this.searchFn()
+				}
+			}else{
+				this.searchFn()
+			}
+		},
 		initItem(){
 			this.shopId = this.getMyShopInfo.id;
 			let type = '';

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

@@ -172,7 +172,7 @@ export default {
 		},
 		goSearchFn(){
 			let type = uni.getSystemInfoSync().platform
-			//8249
+			//花大苪搜索要加句号
 			if(this.getLoginInfo.shopId == 8249){
 				if(type == 'windows'){
 					if(this.py.substr(-1,1) == '。'){