车牌大写

This commit is contained in:
Qi 2025-05-25 18:18:19 +08:00
parent 2701925e99
commit 9b3874d383
1 changed files with 3 additions and 1 deletions

View File

@ -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 @@
// 70 // 70
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);