材料站出库优化

This commit is contained in:
bb_pan 2025-09-03 11:14:25 +08:00
parent cafa401d15
commit b416e2135a
1 changed files with 1 additions and 2 deletions

View File

@ -701,14 +701,13 @@ export default {
this.maForm.phone = this.maForm.relPhone
await this.$modal
.confirm('是否确认保存当前页面')
.then(function () {})
.then(() => {
this.loading = true
this.maForm.isOut = isOut
this.maForm.createBy = sessionStorage.getItem('userName')
if (this.isEdit) {
this.maForm.leaseProjectId = this.maForm.projectId
console.log('编辑')
this.loading = true
updateApplyInfo({
leaseApplyDetailsList: this.equipmentList,
leaseApplyInfo: this.maForm