Commit 99beb8c9 authored by jingnan's avatar jingnan 👀

紧急领用 设置占用架次为NA

parent 3db2170e
......@@ -272,6 +272,9 @@ export default {
form.aircraftType = form.aircraftType && form.aircraftType.includes('+') && form.aircraftType.split('+')[1] || form.aircraftType
form.sorties = form.sorties && form.sorties.includes('+') && form.sorties.split('+')[1] || form.sorties
const typeName = this.basicData.useRequestType
if (typeName === 'UrgentUse') { // 紧急领用的出库架次均为NA
form.sorties = 'NA'
}
const param = {
...form,
typeName: typeName, // 领用类型
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment