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