表处工序

This commit is contained in:
2024-04-18 15:12:23 +08:00
parent 3f98374988
commit 83b7880e01
9 changed files with 865 additions and 19 deletions

View File

@@ -111,23 +111,6 @@
})
}
},
async _twoPdaVehicleIn () {
this.disabled = true
if (!this.val1 || !this.val2 || !this.index) {
this.disabled = false
return
}
try {
let res = await twoPdaVehicleIn(this.val1, this.index, this.val2)
uni.showToast({
title: res.message,
icon: 'none'
})
this.disabled = false
} catch (e) {
this.disabled = false
}
},
clearUp () {
this.val1 = ''
this.val2 = ''