shish 4 yıl önce
ebeveyn
işleme
39b9880186

+ 3 - 3
ghsApp/src/admin/changePrice/list.vue

@@ -133,7 +133,7 @@ export default {
 		initProduct(){
 			this.shopId = this.getMyShopInfo.id;
 			let type = '';
-			this.initData({ type, shopId: this.shopId,status:0});
+			this.initData({ type, shopId: this.shopId,status:0,requestType:'changePrice'});
 		},
 		commitPrice(){
 			if(this.priceArr.length == 0){
@@ -176,7 +176,7 @@ export default {
 				});
 				this.tabIndex = e.index;
 				let type = "";
-				this.initData({ type, shopId: this.shopId });
+				this.initData({ type, shopId: this.shopId,requestType:'changePrice' });
 			}
 		},
 		scrollTop() {},
@@ -190,7 +190,7 @@ export default {
 			this.initProductInfo();
 			let type = "";
 			this.shopId = val.selectItem.id;
-			this.initData({ type, shopId: this.shopId })
+			this.initData({ type, shopId: this.shopId,requestType:'changePrice'})
 		}
 	}
 };

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

@@ -281,7 +281,7 @@ export default {
 			}
 
 			let level = 0
-			let levelList = ['散客价', '普店价', '银店价','金店价']
+			let levelList = ['散客价', '花店价', '同行价']
 			uni.showActionSheet({
 				itemList: levelList,
 				success: function (respond) {