lilei hai 1 ano
pai
achega
6da49459f8

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "iSCM智慧供应链",
     "appid" : "__UNI__5B57B68",
     "description" : "iSCM智慧供应链系统",
-    "versionName" : "1.3.4",
-    "versionCode" : 134,
+    "versionName" : "1.3.5",
+    "versionCode" : 135,
     "transformPx" : false,
     /* 5+App特有相关 */
     "app-plus" : {

+ 23 - 1
pages/approveStore/detail.vue

@@ -47,7 +47,7 @@
 					{{form.creditLimit||'--'}}
 				</u-form-item>
 				<u-form-item label="价格权限设置" >
-					{{form.priceShowName||'--'}}
+					{{showPriceStr.length ? showPriceStr.join("/") : '--'}}
 				</u-form-item>
 			</u-form>
 		</view>
@@ -56,6 +56,7 @@
 
 <script>
 	import { xprhStoreApplyDetail } from '@/api/approveStore'
+	import { getShelfPriceShow } from '@/api/shelf'
 	export default{
 		data(){
 			return{
@@ -86,6 +87,7 @@
 				rules: {},
 				areaIdArr: [],  //  省市区id数组
 				labelArr: [],
+				showPriceStr: []
 			}
 		},
 		onLoad(options) {
@@ -110,9 +112,29 @@
 					this.areaIdArr = []
 					this.form.label = '--'
 				  }
+				  this.getShelfPriceShow(res.data)
 			    }  
 			  })
 			},
+			// 获取价格显示设置
+			getShelfPriceShow(data) {
+				this.showPriceStr = []
+				getShelfPriceShow({
+					shelfSn: data.shelfSn
+				}).then(res => {
+					if (res.status == 200) {
+						const ret = res.data && res.data
+						ret.map(item => {
+							if (item.paramCode == 'shelf_price_show' && item.paramValue == 1) {
+								this.showPriceStr.push("车主价")
+							}
+							if (item.paramCode == 'shelf_cost_show' && item.paramValue == 1) {
+								this.showPriceStr.push("结算价")
+							}
+						})
+					}
+				})
+			},
 		}
 	}
 </script>

BIN=BIN
证书/ios/新证书/iscmdev.mobileprovision


BIN=BIN
证书/ios/新证书/iscmdev.p12


BIN=BIN
证书/ios/新证书/iscmpro.mobileprovision