achao 3 år sedan
förälder
incheckning
966a4d9179

+ 0 - 1
App.vue

@@ -22,7 +22,6 @@
 		onLaunch: function() {
 		onLaunch: function() {
 			let that = this
 			let that = this
 			uni.onTabBarMidButtonTap(() => {
 			uni.onTabBarMidButtonTap(() => {
-				debugger
 				console.log("点击发布")
 				console.log("点击发布")
 				if (!that.hasLogin) {
 				if (!that.hasLogin) {
 					// uni.$u.route('/pages/public/login');
 					// uni.$u.route('/pages/public/login');

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "智运-货主端",
     "name" : "智运-货主端",
     "appid" : "__UNI__DCD13AC",
     "appid" : "__UNI__DCD13AC",
     "description" : "智运",
     "description" : "智运",
-    "versionName" : "1.0.3",
-    "versionCode" : 103,
+    "versionName" : "1.0.4",
+    "versionCode" : 104,
     "transformPx" : false,
     "transformPx" : false,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

+ 2 - 2
pages/mine/company/addcompany.vue

@@ -259,7 +259,7 @@
 						commonId: this.userInfo.id,
 						commonId: this.userInfo.id,
 						companyName:this.dataDetails.companyName
 						companyName:this.dataDetails.companyName
 					}).then(res => {
 					}).then(res => {
-						if (res.code==200) {debugger
+						if (res.code==200) {
 							// that.dataDetails.legalPersonName = res.data.name
 							// that.dataDetails.legalPersonName = res.data.name
 						}else{
 						}else{
 							uni.showToast({
 							uni.showToast({
@@ -283,7 +283,7 @@
 				this.$request.baseRequest('get', '/cargoOwnerInfo/selectCargoOwner', {
 				this.$request.baseRequest('get', '/cargoOwnerInfo/selectCargoOwner', {
 						commonId: this.userInfo.id
 						commonId: this.userInfo.id
 					}).then(res => {
 					}).then(res => {
-						if (res.code==200) {debugger
+						if (res.code==200) {
 							that.dataDetails.legalPersonName = res.data.name
 							that.dataDetails.legalPersonName = res.data.name
 						}
 						}
 					})
 					})

+ 1 - 1
pages/mine/driverEvaluation.vue

@@ -127,7 +127,7 @@
 						flag:1,
 						flag:1,
 						pageSize: page.size,
 						pageSize: page.size,
 						currentPage: page.num
 						currentPage: page.num
-					}).then(res => {debugger
+					}).then(res => {
 						if (page.num == 1) that.list = [];
 						if (page.num == 1) that.list = [];
 						that.list = that.list.concat(res.data.records); //追加新数据
 						that.list = that.list.concat(res.data.records); //追加新数据
 						for(let i = 0;i<that.list.length;i++){
 						for(let i = 0;i<that.list.length;i++){

+ 0 - 2
pages/order/addEvaluation.vue

@@ -239,10 +239,8 @@
 				}
 				}
 			},
 			},
 			uploadFilePromise(file, url) {
 			uploadFilePromise(file, url) {
-				debugger
 				uploadImage('image', url, 'appData/',
 				uploadImage('image', url, 'appData/',
 					result => {
 					result => {
-						debugger
 						// 上传成功回调函数
 						// 上传成功回调函数
 						console.log('图片地址', result)
 						console.log('图片地址', result)
 						that.imageList.push(result)
 						that.imageList.push(result)

+ 0 - 1
pages/order/evaluationRecord.vue

@@ -131,7 +131,6 @@
 						pageSize: page.size,
 						pageSize: page.size,
 						currentPage: page.num
 						currentPage: page.num
 					}).then(res => {
 					}).then(res => {
-						debugger
 						if (page.num == 1) that.list = [];
 						if (page.num == 1) that.list = [];
 						that.list = that.list.concat(res.data.records); //追加新数据
 						that.list = that.list.concat(res.data.records); //追加新数据
 						for (let i = 0; i < that.list.length; i++) {
 						for (let i = 0; i < that.list.length; i++) {

+ 0 - 3
pages/order/orderDetails.vue

@@ -411,7 +411,6 @@
 				this.isShowAlert = true
 				this.isShowAlert = true
 			},
 			},
 			confirmLoading(type) {
 			confirmLoading(type) {
-				debugger
 				if(this.dataObj.cargoOwnerContract!='1'){
 				if(this.dataObj.cargoOwnerContract!='1'){
 					uni.showToast({
 					uni.showToast({
 						title:'请先签订合同',
 						title:'请先签订合同',
@@ -435,7 +434,6 @@
 				uni.$u.route('/pages/order/confirmUnloading', item);
 				uni.$u.route('/pages/order/confirmUnloading', item);
 			},
 			},
 			confirmClick() {
 			confirmClick() {
-				debugger
 				that.isShowAlert = false
 				that.isShowAlert = false
 				if (this.type == 1 || this.type == 2) {
 				if (this.type == 1 || this.type == 2) {
 					let _title = ''
 					let _title = ''
@@ -475,7 +473,6 @@
 							uni.$u.toast(res.message);
 							uni.$u.toast(res.message);
 						});
 						});
 				} else if (this.type == 3 || this.type == 4) {
 				} else if (this.type == 3 || this.type == 4) {
-					debugger
 					let _flag = ''
 					let _flag = ''
 					if (this.type == 3) _flag = 1
 					if (this.type == 3) _flag = 1
 					if (this.type == 4) _flag = 2
 					if (this.type == 4) _flag = 2

+ 0 - 1
pages/order/signContract.vue

@@ -167,7 +167,6 @@
 								_obj.id = that.dataDetails.id
 								_obj.id = that.dataDetails.id
 								_obj.typeFlag = 1
 								_obj.typeFlag = 1
 								_obj.cargoOwnerAutograph = that.dataDetails.cargoOwnerAutograph
 								_obj.cargoOwnerAutograph = that.dataDetails.cargoOwnerAutograph
-								debugger
 								that.$request.baseRequest('get', '/orderInfo/setPdf', _obj).then(
 								that.$request.baseRequest('get', '/orderInfo/setPdf', _obj).then(
 										res => {
 										res => {
 											uni.hideLoading()
 											uni.hideLoading()

+ 1 - 1
pages/public/login.vue

@@ -140,7 +140,7 @@
 					this.isShowPassword = 'password'
 					this.isShowPassword = 'password'
 				}
 				}
 			},
 			},
-			passlogin(e) {debugger
+			passlogin(e) {
 				var that = this
 				var that = this
 				uni.showLoading({
 				uni.showLoading({
 					title: '登录中',
 					title: '登录中',

+ 1 - 1
pages/release/editRelease.vue

@@ -301,7 +301,7 @@
 				],
 				],
 			}
 			}
 		},
 		},
-		onShow() {debugger
+		onShow() {
 			// this.getSFList()
 			// this.getSFList()
 		},
 		},
 		onLoad(options) {
 		onLoad(options) {

+ 0 - 1
pages/release/release.vue

@@ -400,7 +400,6 @@
 		},
 		},
 		methods: {
 		methods: {
 			getSFList() {
 			getSFList() {
-				debugger
 				this.dataObj.commonId = this.userInfo.id
 				this.dataObj.commonId = this.userInfo.id
 				this.$request.baseRequest('get', '/cargoOwnerCompInfo/cargoOwnerList', {
 				this.$request.baseRequest('get', '/cargoOwnerCompInfo/cargoOwnerList', {
 						commonId: this.userInfo.id
 						commonId: this.userInfo.id