shish 2 лет назад
Родитель
Сommit
b81b00bac7

+ 4 - 4
ghsApp/src/admin/changePrice/batchChange.vue

@@ -78,8 +78,8 @@
 
 						<view class="module-com input-line-wrap">
 							<tui-list-cell class="line-cell" :arrow="false" :hover="false">
-								<view class="tui-title">会员价</view>
-								<input type="digit" placeholder="请填写会员价" v-model="form.hjPrice" @focus="form.hjPrice=''" placeholder-class="tui-placeholder"/>
+								<view class="tui-title">大客价</view>
+								<input type="digit" placeholder="请填写大客价" v-model="form.hjPrice" @focus="form.hjPrice=''" placeholder-class="tui-placeholder"/>
 							</tui-list-cell>
 							<tui-list-cell class="line-cell" :arrow="false" :hover="false">
 								<view class="tui-title" style="color:#3385FF;font-weight:bold;">批发价</view>
@@ -170,7 +170,7 @@
 					return false;
 				}
 				if(Number(this.form.hjPrice)<=0){
-					this.$msg('请填写会员价')
+					this.$msg('请填写大客价')
 					return false;
 				}
 				if(Number(this.form.skPrice)<=0){
@@ -178,7 +178,7 @@
 					return false;
 				}
 				if(Number(this.form.hjPrice) > Number(this.form.price)){
-					this.$msg('会员价不能大于批发价')
+					this.$msg('大客价不能大于批发价')
 					return false
 				}
 				if(Number(this.form.price) > Number(this.form.skPrice)){

+ 1 - 1
ghsApp/src/admin/changePrice/components/Item.vue

@@ -45,7 +45,7 @@
 							<input class="change-input" @click.stop @blur="savePrice" placeholder-style="color:#CCCCCC" v-model="skModifyPrice" type="digit" placeholder="零售价" />
 						</view>
 						<view class="hj-price-area">
-							<input class="change-input" @click.stop @blur="savePrice" placeholder-style="color:#CCCCCC" v-model="hjModifyPrice" type="digit" placeholder="会员价" />
+							<input class="change-input" @click.stop @blur="savePrice" placeholder-style="color:#CCCCCC" v-model="hjModifyPrice" type="digit" placeholder="大客价" />
 						</view>
 					</view>
 				</view>

+ 1 - 1
ghsApp/src/admin/custom/selectCustom.vue

@@ -14,7 +14,7 @@
               <div class="tui-msg-name">
                 <div class="tui-user-name">
                   {{ item.name }}
-                  <text v-if="item.level == 2" class="super-man">超级会员</text>
+                  <text v-if="item.level == 2" class="super-man">大客户</text>
                 </div>
               </div>
               <div class="tui-msg-content">

+ 1 - 1
ghsApp/src/admin/custom/visit.vue

@@ -9,7 +9,7 @@
               <div class="tui-msg-name">
                 <div class="tui-user-name">
                   {{ item.name }}
-                  <text v-if="item.level == 2" class="super-man">超级会员</text>
+                  <text v-if="item.level == 2" class="super-man">大客户</text>
                 </div>
               </div>
               <div class="tui-msg-content">

+ 1 - 1
ghsApp/src/admin/home/apply.vue

@@ -38,7 +38,7 @@ export default {
                         {name: "改价",img: `${this.$constant.imgUrl}/ghs/home/gj.png`,url: "/admin/changePrice/list"},
                         {name: "批量改价",img: `${this.$constant.imgUrl}/ghs/home/gj.png`,url:"/admin/changePrice/batchChange"},
                         {name: "批量移动",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/changeClass"},
-                        {name: "批量加价",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/add"},
+                        {name: "加价管理",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/add"},
                         {name: "批量排序",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/sort"},
                         {name: "已下架",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/outList"},
                         {name: "已停用",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/stopList"},

+ 1 - 1
ghsApp/src/admin/home/member.vue

@@ -22,7 +22,7 @@
               <div class="tui-msg-name">
                 <div class="tui-user-name">
                   {{ item.name }}
-                  <text v-if="item.level == 2" class="super-man">超级会员</text>
+                  <text v-if="item.level == 2" class="super-man">大客户</text>
                 </div>
               </div>
               <div class="tui-msg-content">

+ 15 - 15
ghsApp/src/admin/item/add.vue

@@ -22,7 +22,7 @@
         <tui-list-cell class="line-cell" :hover="false">
           <view class="tui-title">价格</view>
           <input v-model="form.hjPrice" style="width:130upx;border:1upx solid #CCCCCC;text-align:center;height:50upx;" placeholder-class="phcolor" 
-          class="tui-input" name="hjPrice" @focus="form.hjPrice=''" placeholder="会员价" type="digit" />
+          class="tui-input" name="hjPrice" @focus="form.hjPrice=''" placeholder="大客价" type="digit" />
           <input v-model="form.price" style="width:130upx;border:1upx solid #3385FF;text-align:center;height:50upx;color:#3385FF;margin-left:30upx;" placeholder-class="phcolor" 
           class="tui-input" name="price" @focus="form.price=''" placeholder="批发价" type="digit" @input="priceLinkage()" />
           <input v-model="form.skPrice" style="width:130upx;border:1upx solid #CCCCCC;text-align:center;height:50upx;margin-left:30upx;" placeholder-class="phcolor" 
@@ -135,18 +135,18 @@
       <view class="module-com input-line-wrap">
 
         <tui-list-cell class="line-cell" :hover="false">
-          <view class="tui-title">会员价比成本贵</view>
-          <input v-model="form.hjAddPrice" placeholder-class="phcolor" class="tui-input" name="hjAddPrice" placeholder="请填写" maxlength="50" type="digit" />
+          <view class="tui-title">大客价加价</view>
+          <input v-model="form.hjAddPrice" placeholder-class="phcolor" class="tui-input" name="hjAddPrice" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
-          <div class="tui-title">批发价比成本贵</div>
-          <input v-model="form.addPrice" placeholder-class="phcolor" class="tui-input" name="addPrice" @focus="form.addPrice=''" placeholder="请填写" maxlength="50" type="digit" />
+          <div class="tui-title">批发价加价</div>
+          <input v-model="form.addPrice" placeholder-class="phcolor" class="tui-input" name="addPrice" @focus="form.addPrice=''" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
-          <view class="tui-title">零售价比成本贵</view>
-          <input v-model="form.skMore" placeholder-class="phcolor" class="tui-input" name="skMore" @focus="form.skMore=''" placeholder="请填写" maxlength="50" type="digit" />
+          <view class="tui-title">零售价加价</view>
+          <input v-model="form.skMore" placeholder-class="phcolor" class="tui-input" name="skMore" @focus="form.skMore=''" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
@@ -493,19 +493,19 @@ export default {
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.hjPrice) == false){
-					uni.showToast({title:"请填写会员价",icon:"none"})
+					uni.showToast({title:"请填写大客价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.addPrice) == false){
-					uni.showToast({title:"请填写批发价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写批发价加价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.skMore) == false){
-					uni.showToast({title:"请填写零售价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写零售价加价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.hjAddPrice) == false){
-					uni.showToast({title:"请填写会员价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写大客价加价",icon:"none"})
 					return;
 				}
       }
@@ -575,22 +575,22 @@ export default {
         {
           name: "hjPrice",
           rule: ["required"],
-          msg: ["请填写会员价"]
+          msg: ["请填写大客价"]
         },
         {
           name: "skMore",
           rule: ["required"],
-          msg: ["请填写零售价比成本贵多少"]
+          msg: ["请填写零售价加价"]
         },
         {
           name: "addPrice",
           rule: ["required"],
-          msg: ["请填写批发价比成本贵多少"]
+          msg: ["请填写批发价加价"]
         },
         {
           name: "hjAddPrice",
           rule: ["required"],
-          msg: ["请填写会员价比成本贵多少"]
+          msg: ["请填写大客价加价"]
         },
         {
           name: "discountPrice",

+ 15 - 15
ghsApp/src/admin/item/copy.vue

@@ -22,7 +22,7 @@
         <tui-list-cell class="line-cell" :hover="false">
           <view class="tui-title">价格</view>
           <input v-model="form.hjPrice" style="width:130upx;border:1upx solid #CCCCCC;text-align:center;height:50upx;" placeholder-class="phcolor" 
-          class="tui-input" name="hjPrice" @focus="form.hjPrice=''" placeholder="会员价" type="digit" />
+          class="tui-input" name="hjPrice" @focus="form.hjPrice=''" placeholder="大客价" type="digit" />
           <input v-model="form.price" style="width:130upx;border:1upx solid #3385FF;text-align:center;height:50upx;color:#3385FF;margin-left:30upx;" placeholder-class="phcolor" 
           class="tui-input" name="price" @focus="form.price=''" placeholder="批发价" type="digit" @input="priceLinkage()" />
           <input v-model="form.skPrice" style="width:130upx;border:1upx solid #CCCCCC;text-align:center;height:50upx;margin-left:30upx;" placeholder-class="phcolor" 
@@ -135,18 +135,18 @@
       <view class="module-com input-line-wrap">
 
         <tui-list-cell class="line-cell" :hover="false">
-            <view class="tui-title">会员价比成本贵</view>
-            <input v-model="form.hjAddPrice" placeholder-class="phcolor" class="tui-input" name="hjAddPrice" @focus="form.hjAddPrice=''" placeholder="请填写" maxlength="50" type="digit" />
+            <view class="tui-title">大客价加价</view>
+            <input v-model="form.hjAddPrice" placeholder-class="phcolor" class="tui-input" name="hjAddPrice" @focus="form.hjAddPrice=''" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :hover="false">
-            <view class="tui-title">批发价比成本贵</view>
-            <input v-model="form.addPrice" placeholder-class="phcolor" class="tui-input" name="addPrice" @focus="form.addPrice=''" placeholder="请填写" maxlength="50" type="digit" />
+            <view class="tui-title">批发价加价</view>
+            <input v-model="form.addPrice" placeholder-class="phcolor" class="tui-input" name="addPrice" @focus="form.addPrice=''" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :hover="false">
-            <view class="tui-title">零售价比成本贵</view>
-            <input v-model="form.skMore" placeholder-class="phcolor" class="tui-input" name="skMore" @focus="form.skMore=''" placeholder="请填写" type="digit" />
+            <view class="tui-title">零售价加价</view>
+            <input v-model="form.skMore" placeholder-class="phcolor" class="tui-input" name="skMore" @focus="form.skMore=''" placeholder="在成本价基础上多卖的金额" type="digit" />
           </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
@@ -492,7 +492,7 @@ export default {
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.hjPrice) == false){
-					uni.showToast({title:"请填写会员价",icon:"none"})
+					uni.showToast({title:"请填写大客价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.skPrice) == false){
@@ -500,15 +500,15 @@ export default {
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.addPrice) == false){
-					uni.showToast({title:"请填写批发价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写批发价加价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.skMore) == false){
-					uni.showToast({title:"请填写零售价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写零售价加价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.hjAddPrice) == false){
-					uni.showToast({title:"请填写会员价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写大客价加价",icon:"none"})
 					return;
 				}
       }
@@ -578,17 +578,17 @@ export default {
         {
           name: "hjPrice",
           rule: ["required"],
-          msg: ["请填写会员价"]
+          msg: ["请填写大客价"]
         },
         {
           name: "addPrice",
           rule: ["required"],
-          msg: ["请填写批发价比成本贵多少"]
+          msg: ["请填写批发价加价"]
         },
         {
           name: "hjAddPrice",
           rule: ["required"],
-          msg: ["请填写会员价比成本贵多少"]
+          msg: ["请填写大客价加价"]
         },
         {
           name: "discountPrice",
@@ -603,7 +603,7 @@ export default {
         {
           name: "skMore",
           rule: ["required"],
-          msg: ["请填写零售价比成本贵多少"]
+          msg: ["请填写零售价加价"]
         },
         {
           name: "weight",

+ 15 - 15
ghsApp/src/admin/item/detail.vue

@@ -22,7 +22,7 @@
         <tui-list-cell class="line-cell" :hover="false">
           <view class="tui-title">价格</view>
           <input v-model="form.hjPrice" style="width:130upx;border:1upx solid #CCCCCC;text-align:center;height:50upx;" placeholder-class="phcolor" 
-          class="tui-input" name="hjPrice" @focus="form.hjPrice=''" placeholder="会员价" type="digit" />
+          class="tui-input" name="hjPrice" @focus="form.hjPrice=''" placeholder="大客价" type="digit" />
           <input v-model="form.price" style="width:130upx;border:1upx solid #3385FF;text-align:center;height:50upx;color:#3385FF;margin-left:30upx;" placeholder-class="phcolor" 
           class="tui-input" name="price" @focus="form.price=''" placeholder="批发价" type="digit" @input="priceLinkage()" />
           <input v-model="form.skPrice" style="width:130upx;border:1upx solid #CCCCCC;text-align:center;height:50upx;margin-left:30upx;" placeholder-class="phcolor" 
@@ -132,23 +132,23 @@
       <view class="module-com input-line-wrap">
 
         <tui-list-cell class="line-cell" :hover="false">
-            <view class="tui-title">会员价比成本贵</view>
-            <input v-model="form.hjAddPrice" placeholder-class="phcolor" class="tui-input" name="hjAddPrice" @focus="form.hjAddPrice=''" placeholder="请填写" maxlength="50" type="digit" />
+            <view class="tui-title">大客价加价</view>
+            <input v-model="form.hjAddPrice" placeholder-class="phcolor" class="tui-input" name="hjAddPrice" @focus="form.hjAddPrice=''" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :hover="false">
-            <view class="tui-title">批发价比成本贵</view>
-            <input v-model="form.addPrice" placeholder-class="phcolor" class="tui-input" name="addPrice" @focus="form.addPrice=''" placeholder="请填写" maxlength="50" type="digit" />
+            <view class="tui-title">批发价加价</view>
+            <input v-model="form.addPrice" placeholder-class="phcolor" class="tui-input" name="addPrice" @focus="form.addPrice=''" placeholder="在成本价基础上多卖的金额" maxlength="50" type="digit" />
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :hover="false">
-            <view class="tui-title">零售价比成本贵</view>
-            <input v-model="form.skMore" placeholder-class="phcolor" class="tui-input" name="skMore" @focus="form.skMore=''" placeholder="请填写" type="digit" />
+            <view class="tui-title">零售价加价</view>
+            <input v-model="form.skMore" placeholder-class="phcolor" class="tui-input" name="skMore" @focus="form.skMore=''" placeholder="在成本价基础上多卖的金额" type="digit" />
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :hover="false">
             <view class="tui-title">排序值</view>
-            <input v-model="form.inTurn" placeholder-class="phcolor" class="tui-input" name="inTurn" @focus="form.inTurn=''" placeholder="请填写" type="number" />
+            <input v-model="form.inTurn" placeholder-class="phcolor" class="tui-input" name="inTurn" @focus="form.inTurn=''" placeholder="请填写金额" type="number" />
           </tui-list-cell>
 
           <tui-list-cell class="line-cell" :hover="false">
@@ -614,15 +614,15 @@ export default {
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.hjAddPrice) == false){
-					uni.showToast({title:"请填写会员价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写大客价加价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.addPrice) == false){
-					uni.showToast({title:"请填写批发价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写批发价加价",icon:"none"})
 					return;
 				}
 				if(/(^[1-9]([0-9]+)?(\.[0-9]{1,2})?$)|(^(0){1}$)|(^[0-9]\.[0-9]([0-9])?$)/.test(this.form.skMore) == false){
-					uni.showToast({title:"请填写零售价比成本贵多少",icon:"none"})
+					uni.showToast({title:"请填写零售价加价",icon:"none"})
 					return;
 				}
       }
@@ -692,17 +692,17 @@ export default {
         {
           name: "hjPrice",
           rule: ["required"],
-          msg: ["请填写会员价"]
+          msg: ["请填写大客价"]
         },
         {
           name: "hjAddPrice",
           rule: ["required"],
-          msg: ["请填写会员价比成本贵多少"]
+          msg: ["请填写大客价加价"]
         },
         {
           name: "addPrice",
           rule: ["required"],
-          msg: ["请填写批发价比成本贵多少"]
+          msg: ["请填写批发价加价"]
         },
         {
           name: "discountPrice",
@@ -717,7 +717,7 @@ export default {
         {
           name: "skMore",
           rule: ["required"],
-          msg: ["请填写零售价比成本贵多少"]
+          msg: ["请填写零售价加价"]
         },
         {
           name: "weight",

+ 2 - 2
ghsApp/src/admin/item/sendStock.vue

@@ -21,7 +21,7 @@
 										<view class="num-open_bx">
 											<view class="open-bx">
 <button class="admin-button-com mini-btn blue del-button" @click="delItem(sonItem)">删除</button>
-<input class="hy-ok-price" placeholder-style="color:#CCCCCC" v-model="sonItem.sendHyPrice" type="number" placeholder="会员价" />
+<input class="hy-ok-price" placeholder-style="color:#CCCCCC" v-model="sonItem.sendHyPrice" type="number" placeholder="大客价" />
 <input class="add-ok-stock" placeholder-style="color:#CCCCCC" @input="stockToggle(sonItem)" v-model="sonItem.sendSonStock" type="digit" placeholder="库存数量" />
 <input class="ls-ok-price" placeholder-style="color:#CCCCCC" v-model="sonItem.sendLsPrice" type="digit" placeholder="零售价" />
 <input class="pf-ok-price" placeholder-style="color:#CCCCCC" @input="linkChange(sonItem)" v-model="sonItem.sendPfPrice" type="digit" placeholder="批发价" />
@@ -146,7 +146,7 @@
 					if(Number(item.sendSonStock)>0){
 						if(Number(item.sendHyPrice)<=0){
 							hasErr = true
-							errText = '请填写 '+item.name+' 会员价'
+							errText = '请填写 '+item.name+' 大客价'
 							break
 						}
 						if(Number(item.sendLsPrice)<=0){

+ 1 - 1
ghsApp/src/admin/itemClass/addPrice.vue

@@ -7,7 +7,7 @@
 						<t-th><view style="color:black;">名称</view></t-th>
 						<t-th>
 							<view style="color:black;">
-								<view>会员价</view>
+								<view>大客价</view>
 								<view>比成本多加</view>
 							</view>
 						</t-th>

+ 1 - 1
ghsApp/src/admin/stat/stock.vue

@@ -16,7 +16,7 @@
 						<t-tr header>
 							<t-th><view style="width:240upx;text-align:left;">花材</view></t-th>
 							<t-th>库存</t-th>
-							<t-th>会员价</t-th>
+							<t-th>大客价</t-th>
 							<t-th>批发价</t-th>
 							<t-th>零售价</t-th>
 						</t-tr>

+ 1 - 1
ghsApp/src/pages.json

@@ -410,7 +410,7 @@
 			"root": "admin/itemClass",
 			"pages": [
 				{"path": "list","style": {"navigationBarTitleText": "花材分类"}},
-				{"path": "add","style": {"navigationBarTitleText": "批量加价"}},
+				{"path": "add","style": {"navigationBarTitleText": "加价管理"}},
 				{"path": "sort","style": {"navigationBarTitleText": "批量排序"}},
 				{"path": "addPrice","style": {"navigationBarTitleText": "修改加价"}},
 				{"path": "more","style": {"navigationBarTitleText": "修改排序"}}

+ 2 - 2
ghsApp/src/pagesClient/member/detail.vue

@@ -128,7 +128,7 @@
 
             <tui-list-cell class="line-cell" :hover="true" :arrow="true">
               <div class="tui-title">享受价格</div>
-              <view class="tui-input" @click="changeLevelPrice()" style="text-align:right;margin-right:120upx;">{{ form.level == 0 ? '零售价':form.level == 1 ? '批发价':form.level == 2 ? '会员价':'-' }}</view>
+              <view class="tui-input" @click="changeLevelPrice()" style="text-align:right;margin-right:120upx;">{{ form.level == 0 ? '零售价':form.level == 1 ? '批发价':form.level == 2 ? '大客价':'-' }}</view>
             </tui-list-cell>
 
             <tui-list-cell class="line-cell" :hover="false">
@@ -235,7 +235,7 @@ export default {
     changeLevelPrice(){
 			const that = this;
 			uni.showActionSheet({
-				itemList: ['零售价', '批发价', '会员价'],
+				itemList: ['零售价', '批发价', '大客价'],
 				success: e => {
           changeLevel({customId:that.userInfo.id,level:e.tapIndex}).then(res=>{
             if(res.code == 1){

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

@@ -29,7 +29,7 @@
 										</text>
 									</view>
 									<view>
-										<input type="digit" v-model="res.suggestHjPrice" @focus="clearHjPrice(i)" placeholder="会员价" />
+										<input type="digit" v-model="res.suggestHjPrice" @focus="clearHjPrice(i)" placeholder="大客价" />
 										<input type="digit" v-model="res.suggestPrice" @focus="clearPrice(i)" @input="linkChange(i)" placeholder="批发价" style="border:1upx solid #3385FF;color:#3385FF;" />
 										<input type="digit" v-model="res.suggestSkPrice" @focus="clearSkPrice(i)" placeholder="零售价" />
 									</view>
@@ -162,7 +162,7 @@ export default {
 				}
 				if(that.$util.isMoney(item.suggestHjPrice) == false){
 					let name = item.name
-					errorHint = '请填写 '+name+' 会员价'
+					errorHint = '请填写 '+name+' 大客价'
 					hasError = true
 				}
 			})
@@ -205,7 +205,7 @@ export default {
 				}
 				if(that.$util.isMoney(item.suggestHjPrice) == false){
 					let name = item.name
-					errorHint = '请填写 '+name+' 会员价'
+					errorHint = '请填写 '+name+' 大客价'
 					hasError = true
 				}
 			})