材料站出库优化
This commit is contained in:
parent
cafa401d15
commit
b416e2135a
|
|
@ -701,14 +701,13 @@ export default {
|
||||||
this.maForm.phone = this.maForm.relPhone
|
this.maForm.phone = this.maForm.relPhone
|
||||||
await this.$modal
|
await this.$modal
|
||||||
.confirm('是否确认保存当前页面')
|
.confirm('是否确认保存当前页面')
|
||||||
.then(function () {})
|
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
this.loading = true
|
||||||
this.maForm.isOut = isOut
|
this.maForm.isOut = isOut
|
||||||
this.maForm.createBy = sessionStorage.getItem('userName')
|
this.maForm.createBy = sessionStorage.getItem('userName')
|
||||||
if (this.isEdit) {
|
if (this.isEdit) {
|
||||||
this.maForm.leaseProjectId = this.maForm.projectId
|
this.maForm.leaseProjectId = this.maForm.projectId
|
||||||
console.log('编辑')
|
console.log('编辑')
|
||||||
this.loading = true
|
|
||||||
updateApplyInfo({
|
updateApplyInfo({
|
||||||
leaseApplyDetailsList: this.equipmentList,
|
leaseApplyDetailsList: this.equipmentList,
|
||||||
leaseApplyInfo: this.maForm
|
leaseApplyInfo: this.maForm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue