材料站出库优化
This commit is contained in:
		
							parent
							
								
									cafa401d15
								
							
						
					
					
						commit
						b416e2135a
					
				| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue