ccjgmwz 3 年之前
父节点
当前提交
72081754e8
共有 3 个文件被更改,包括 6 次插入5 次删除
  1. 2 2
      config/index.js
  2. 2 2
      manifest.json
  3. 2 1
      pages/erpbusiness/customer.vue

+ 2 - 2
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
-	// baseUrlNew: 'http://api1.eliangeyun.com/',
-	baseUrlNew: 'http://192.168.1.117:8090/',
+	baseUrlNew: 'http://api1.eliangeyun.com/',
+	// baseUrlNew: 'http://192.168.1.117:8090/',
 	// baseUrlNew: 'http://192.168.1.113:8090/',
 	// baseUrlNew: 'http://api1.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "易粮易运",
     "appid" : "__UNI__7297DA2",
     "description" : "易粮易运——为天下粮食人服务的App",
-    "versionName" : "1.1.25",
-    "versionCode" : 1125,
+    "versionName" : "1.1.26",
+    "versionCode" : 1126,
     "transformPx" : false,
     /* SDK配置 */
     "quickapp" : {},

+ 2 - 1
pages/erpbusiness/customer.vue

@@ -17,7 +17,8 @@
 			
 			<view v-for='item in gridList'>
 				<view v-if='searchKeyWord.length>0&&show==true' class='searchwrap' @click='checkcustomer(item)'>
-				{{item.customerName}}({{item.customerPhone}})
+					<view v-if="item.supplier"> {{item.customerName}}({{item.customerPhone}})-{{item.supplier}} </view>
+					<view v-else> {{item.customerName}}({{item.customerPhone}}) </view>
 				</view>
 			</view>
 			<view   v-for='item in gridList' style='display:inline-block;'>