车牌大写
This commit is contained in:
parent
2701925e99
commit
9b3874d383
|
@ -211,7 +211,7 @@
|
||||||
<img
|
<img
|
||||||
src="@/assets/Ui/信息/劳务信息/上一页 按钮.svg"
|
src="@/assets/Ui/信息/劳务信息/上一页 按钮.svg"
|
||||||
style="width: 70%; "
|
style="width: 70%; "
|
||||||
alt="下一步">
|
alt="上一页">
|
||||||
</button>
|
</button>
|
||||||
<!--<van-button
|
<!--<van-button
|
||||||
round
|
round
|
||||||
|
@ -666,6 +666,7 @@
|
||||||
// 身份证为7个0,跳过所有验证直接处理提交
|
// 身份证为7个0,跳过所有验证直接处理提交
|
||||||
myShowDialog.value = true;
|
myShowDialog.value = true;
|
||||||
console.log("storedData", storedData);
|
console.log("storedData", storedData);
|
||||||
|
notLocalTeacherTwo.carNumber = notLocalTeacherTwo.carNumber.toUpperCase();
|
||||||
myObj = { ...values, ...storedData };
|
myObj = { ...values, ...storedData };
|
||||||
myObj.pyCard = notLocalTeacherTwo.pyCard;
|
myObj.pyCard = notLocalTeacherTwo.pyCard;
|
||||||
console.log("myObj", myObj);
|
console.log("myObj", myObj);
|
||||||
|
@ -675,6 +676,7 @@
|
||||||
formRef.value?.validate().then(() => {
|
formRef.value?.validate().then(() => {
|
||||||
myShowDialog.value = true;
|
myShowDialog.value = true;
|
||||||
console.log("storedData", storedData);
|
console.log("storedData", storedData);
|
||||||
|
notLocalTeacherTwo.carNumber = notLocalTeacherTwo.carNumber.toUpperCase();
|
||||||
myObj = { ...values, ...storedData };
|
myObj = { ...values, ...storedData };
|
||||||
myObj.pyCard = notLocalTeacherTwo.pyCard;
|
myObj.pyCard = notLocalTeacherTwo.pyCard;
|
||||||
console.log("myObj", myObj);
|
console.log("myObj", myObj);
|
||||||
|
|
Loading…
Reference in New Issue