ccj 2 年之前
父節點
當前提交
69f40b8e12
共有 3 個文件被更改,包括 7 次插入5 次删除
  1. 2 2
      config/index.js
  2. 2 2
      manifest.json
  3. 3 1
      pages/dataReport/costbreakdown.vue

+ 2 - 2
config/index.js

@@ -1,7 +1,7 @@
 const dev = {
 	baseUrl: 'https://www.zthymaoyi.com',
 	// baseUrl: 'http://localhost:8080/',
-	// baseUrlNew: 'http://192.168.110.67:9100/',
+	baseUrlNew: 'http://192.168.110.67:9100/',
 	// baseUrlNew: 'http://192.168.1.118:8090/',
 	// baseUrlNew: 'http://192.168.110.9:9100/',
 	// baseUrlNew: 'http://192.168.110.138:8090/',
@@ -10,7 +10,7 @@ const dev = {
 	// baseUrlNew: 'http://192.168.110.202:8090/',
 	// baseUrlNew: 'http://192.168.110.138:8090/',
 	// 上传图片的
-	baseUrlNew: 'https://api2.eliangeyun.com/',
+	// baseUrlNew: 'https://api2.eliangeyun.com/',
 	h5Appid: 'wxb66b599f7f61b46f',
 	debug: false
 }

+ 2 - 2
manifest.json

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

+ 3 - 1
pages/dataReport/costbreakdown.vue

@@ -204,7 +204,9 @@
 					searchType: this.searchType,
 					expenseName: this.expenseName,
 					startDate: this.expenseInfo.startDate,
-					endDate: this.expenseInfo.endDate
+					endDate: this.expenseInfo.endDate,
+					compId:uni.getStorageSync("pcUserInfo").compId
+					
 				}).then(res => {
 					if (res.data.code) {
 						uni.hideLoading()