This commit is contained in:
bb_pan 2025-06-21 21:31:26 +08:00
parent fcac34e38a
commit c8f0dc90cb
1 changed files with 0 additions and 4 deletions

View File

@ -587,10 +587,6 @@ const saveCode = () => {
let index2 = partItems.value.findIndex((v) => v.partNum == 0)
if (repairPerson.value == '') {
uni.showToast({ title: '请先选择维修人员!', icon: 'none' })
} else if (index1 > -1) {
uni.showToast({ title: '请先选择配件类型!', icon: 'none' })
} else if (index2 > -1) {
uni.showToast({ title: '请填写配件数量!', icon: 'none' })
} else {
saveCodeApi()
}