zhongtianhaoyuan %!s(int64=2) %!d(string=hai) anos
pai
achega
e5d9709e35

+ 1 - 1
pages/goodSource/cargoOwnerSee.vue

@@ -44,7 +44,7 @@
 				<view class="enterprise_title" v-if="companyList.length>0">所属企业:</view>
 				<view class="enterprise_title" v-else>个人货主,暂未代理企业</view>
 				<view v-for='item in companyList'>
-					{{item.company?item.company:item.companyName}}
+					<view style="color: #999999;margin: 20rpx;">{{item.company?item.company:item.companyName}}</view>
 				</view>
 			<!-- 	<view class="enterprise_name" v-if="companyList.length>0">{{objectInfo.cargoOwner}}</view> -->
 			</view>

+ 10 - 1
pages/mine/driverCertificationNext.vue

@@ -697,7 +697,14 @@
 					})
 					return true
 				}
-				if (!uni.$u.test.rangeLength(this.dataDetails.qualificationCertificateNumber,[12,19])) {
+				// if (!uni.$u.test.rangeLength(this.dataDetails.qualificationCertificateNumber,[12,19])) {
+				// 	this.$refs.uToast.show({
+				// 		type: 'error',
+				// 		message: "从业资格证号输入错误!",
+				// 	})
+				// 	return true
+				// }
+				if(this.dataDetails.qualificationCertificateNumber.length < 12 || this.dataDetails.qualificationCertificateNumber.length >19){
 					this.$refs.uToast.show({
 						type: 'error',
 						message: "从业资格证号输入错误!",
@@ -772,6 +779,8 @@
 					})
 					return
 				}
+				//账号传
+				this.dataDetails.accountNumber = uni.getStorageSync("userInfo").phone
 				this.$request.baseRequest('post', '/driverInfo/api/addInfo', this.dataDetails).then(res => {
 						if(res.code==200){
 							this.$refs.uToast.show({

+ 9 - 1
pages/mine/editDriverCertificationNext.vue

@@ -652,7 +652,14 @@
 					})
 					return true
 				}
-				if (uni.$u.test.rangeLength(this.dataDetails.qualificationCertificateNumber,[12,19])) {
+				// if (uni.$u.test.rangeLength(this.dataDetails.qualificationCertificateNumber,[12,19])) {
+				// 	this.$refs.uToast.show({
+				// 		type: 'error',
+				// 		message: "从业资格证号输入错误!",
+				// 	})
+				// 	return true
+				// }
+				if(this.dataDetails.qualificationCertificateNumber.length < 12 || this.dataDetails.qualificationCertificateNumber.length > 19){
 					this.$refs.uToast.show({
 						type: 'error',
 						message: "从业资格证号输入错误!",
@@ -760,6 +767,7 @@
 				// 校验
 				if (this.validate()) return
 				this.delSubmitObj()
+				this.dataDetails.accountNumber = uni.getStorageSync("userInfo").phone
 				this.$request.baseRequest('post', '/driverInfo/api/editInfo', this.dataDetails).then(res => {
 						if (res.code == 200) {
 							this.$refs.uToast.show({

+ 0 - 2
pages/order/orderDetails.vue

@@ -522,8 +522,6 @@
 						this.isShowTerminationReason = true
 					}
 				if(item.orderStatus=='未装车'){
-					
-					
 					this.show = true
 				}else{
 					this.isShowAlert=true