|
|
@ -128,18 +128,18 @@ export default {
|
|
|
|
this.fifoSplitResult(response.data,info)
|
|
|
|
this.fifoSplitResult(response.data,info)
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
//忽略 改为false 继续提交
|
|
|
|
//忽略 改为false 继续提交
|
|
|
|
info.needSplitConfirm = true
|
|
|
|
info.skipSplitConfirm = true
|
|
|
|
//触发提交
|
|
|
|
//触发提交
|
|
|
|
bizConfirm(info).then((response) => {
|
|
|
|
bizConfirm(info).then((response) => {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
if (response.code === 20000) {
|
|
|
|
this.getPrescribeDetail(this)
|
|
|
|
this.getPrescribeDetail(this)
|
|
|
|
|
|
|
|
this.$message.success("操作成功!");
|
|
|
|
return
|
|
|
|
return
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.$message.error(response.message)
|
|
|
|
this.$message.error(response.message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.getPrescribeDetail(this)
|
|
|
|
this.getPrescribeDetail(this)
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|