Browse Source

app企业车营业执照信息文案纠正

@dongkboy 3 tuần trước cách đây
mục cha
commit
39172ccb59

+ 15 - 11
components/commonFormItem/ApplicantInfoForm.vue

@@ -20,9 +20,10 @@
 				<u-input v-model="policyHolderInfo.identifyNumber" border="none" maxlength="18" clearable
 					placeholder="请输入证件号" placeholderStyle="text-align:right;"></u-input>
 			</u-form-item>
-			<u-form-item v-if="policyHolderInfo.property==2" label="证件号码" prop="organizationCode" borderBottom>
+			<u-form-item v-if="policyHolderInfo.property==2" label="社会信用代码" prop="organizationCode" borderBottom
+				labelWidth="120">
 				<u-input v-model="policyHolderInfo.organizationCode" border="none" clearable maxlength="18"
-					placeholder="请输入证件号码" placeholderStyle="text-align:right;"></u-input>
+					placeholder="请输入统一社会信用代码" placeholderStyle="text-align:right;"></u-input>
 			</u-form-item>
 			<u-form-item v-if="policyHolderInfo.property==2" label="注册资金" borderBottom>
 				<u--input v-model="policyHolderInfo.registeredCapital" border="none" clearable placeholder="请输入注册资金"
@@ -120,14 +121,12 @@
 				ownerlongTerm: [], //车主长期
 				propertylist: [
 					[{
-							label: "法人",
-							value: "2",
-						},
-						{
-							label: "个人",
-							value: "1",
-						}
-					]
+						label: "个人",
+						value: "1",
+					}, {
+						label: "法人",
+						value: "2",
+					}]
 				],
 				policyRules: {
 					name: [{
@@ -145,6 +144,11 @@
 							message: '请输入正确的车主姓名',
 						}
 					],
+					organizationCode: [{
+						required: true,
+						message: '请输入统一社会信用代码',
+						trigger: ['blur', 'change'],
+					}],
 					identifyNumber: [{
 							required: true,
 							message: '请输入车主证件号',
@@ -216,7 +220,7 @@
 					this.policyHolderInfos.identifyType = "身份证";
 					this.policyHolderInfo.identifyType = "01";
 				} else {
-					this.policyHolderInfos.identifyType = "统一社会信用代码";
+					this.policyHolderInfos.identifyType = "营业执照";
 					this.policyHolderInfo.identifyType = "10";
 				}
 			},

+ 15 - 11
components/commonFormItem/InsuredInfoForm.vue

@@ -23,9 +23,10 @@
 					placeholder="请输入证件号" placeholderStyle="text-align:right;"></u-input>
 			</u-form-item>
 
-			<u-form-item v-if="insuredPersonInfo.property==2" label="证件号码" prop="organizationCode" borderBottom>
+			<u-form-item v-if="insuredPersonInfo.property==2" label="社会信用代码" prop="organizationCode" borderBottom
+				labelWidth="120">
 				<u-input v-model="insuredPersonInfo.organizationCode" border="none" clearable maxlength="18"
-					placeholder="请输入证件号码" placeholderStyle="text-align:right;"></u-input>
+					placeholder="请输入社会信用代码" placeholderStyle="text-align:right;"></u-input>
 			</u-form-item>
 			<u-form-item v-if="insuredPersonInfo.property==2" label="注册资金" borderBottom>
 				<u--input v-model="insuredPersonInfo.registeredCapital" border="none" clearable placeholder="请输入注册资金"
@@ -133,14 +134,12 @@
 				ownerlongTerm: [], //车主长期
 				propertylist: [
 					[{
-							label: "法人",
-							value: "0",
-						},
-						{
-							label: "个人",
-							value: "1",
-						}
-					]
+						label: "个人",
+						value: "1",
+					}, {
+						label: "法人",
+						value: "2",
+					}]
 				],
 				insuredRules: {
 					name: [{
@@ -158,6 +157,11 @@
 							message: '请输入正确的车主姓名',
 						}
 					],
+					organizationCode: [{
+						required: true,
+						message: '请输入统一社会信用代码',
+						trigger: ['blur', 'change'],
+					}],
 					identifyNumber: [{
 							required: true,
 							message: '请输入车主证件号',
@@ -228,7 +232,7 @@
 					this.insuredPersonInfos.identifyType = "身份证";
 					this.insuredPersonInfo.identifyType = "01";
 				} else {
-					this.insuredPersonInfos.identifyType = "统一社会信用代码";
+					this.insuredPersonInfos.identifyType = "营业执照";
 					this.insuredPersonInfo.identifyType = "10";
 				}
 			},

+ 15 - 11
components/commonFormItem/OwnerInfoForm.vue

@@ -21,9 +21,10 @@
 					placeholderStyle="text-align:right;"></u-input>
 			</u-form-item>
 
-			<u-form-item v-if="ownerInfo.property==2" label="证件号码" prop="organizationCode" borderBottom>
+			<u-form-item v-if="ownerInfo.property==2" label="社会信用代码" prop="organizationCode" borderBottom
+				labelWidth="120">
 				<u-input v-model="ownerInfo.organizationCode" border="none" clearable maxlength="18"
-					placeholder="请输入证件号码" placeholderStyle="text-align:right;"></u-input>
+					placeholder="请输入统一社会信用代码" placeholderStyle="text-align:right;"></u-input>
 			</u-form-item>
 			<u-form-item v-if="ownerInfo.property==2" label="注册资金" borderBottom>
 				<u--input v-model="ownerInfo.registeredCapital" border="none" clearable placeholder="请输入注册资金"
@@ -130,14 +131,12 @@
 				ownerlongTerm: [], //车主长期
 				propertylist: [
 					[{
-							label: "法人",
-							value: "2",
-						},
-						{
-							label: "个人",
-							value: "1",
-						}
-					]
+						label: "个人",
+						value: "1",
+					}, {
+						label: "法人",
+						value: "2",
+					}]
 				],
 				ownerRules: {
 					name: [{
@@ -155,6 +154,11 @@
 							message: '请输入正确的车主姓名',
 						}
 					],
+					organizationCode: [{
+						required: true,
+						message: '请输入统一社会信用代码',
+						trigger: ['blur', 'change'],
+					}],
 					identifyNumber: [{
 							required: true,
 							message: '请输入车主证件号',
@@ -233,7 +237,7 @@
 					this.ownerInfos.identifyType = "身份证";
 					this.ownerInfo.identifyType = "01";
 				} else {
-					this.ownerInfos.identifyType = "统一社会信用代码";
+					this.ownerInfos.identifyType = "营业执照";
 					this.ownerInfo.identifyType = "10";
 				}
 			},