新购新增5
This commit is contained in:
		
							parent
							
								
									24f30cce3f
								
							
						
					
					
						commit
						20ffd00bcf
					
				| 
						 | 
					@ -425,15 +425,14 @@ export default {
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    mounted() {
 | 
					    mounted() {
 | 
				
			||||||
        this.equipmentType()
 | 
					 | 
				
			||||||
        this.supplierInfoList()
 | 
					 | 
				
			||||||
        if (this.isEdit) {
 | 
					        if (this.isEdit) {
 | 
				
			||||||
            console.log('isEdit',this.isEdit)
 | 
					            console.log('isEdit',this.isEdit)
 | 
				
			||||||
            this.taskId = this.editTaskId
 | 
					            this.taskId = this.editTaskId
 | 
				
			||||||
            this.id = this.editId
 | 
					            this.id = this.editId
 | 
				
			||||||
            this.getTaskInfo()
 | 
					            this.getTaskInfo()
 | 
				
			||||||
        } 
 | 
					        } 
 | 
				
			||||||
        
 | 
					        this.supplierInfoList()
 | 
				
			||||||
 | 
					        this.equipmentType()
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    methods: {
 | 
					    methods: {
 | 
				
			||||||
        // 税率
 | 
					        // 税率
 | 
				
			||||||
| 
						 | 
					@ -497,7 +496,7 @@ export default {
 | 
				
			||||||
                        })
 | 
					                        })
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
 | 
					                //反显
 | 
				
			||||||
                let selectList = []
 | 
					                let selectList = []
 | 
				
			||||||
                this.equipmentList.forEach((e) => {
 | 
					                this.equipmentList.forEach((e) => {
 | 
				
			||||||
                    selectList.push(
 | 
					                    selectList.push(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue