退料优化
This commit is contained in:
		
							parent
							
								
									57889f9264
								
							
						
					
					
						commit
						2f2d4355b6
					
				| 
						 | 
					@ -9,7 +9,7 @@ export function login(data) {
 | 
				
			||||||
    //   repeatSubmit: false
 | 
					    //   repeatSubmit: false
 | 
				
			||||||
    // },
 | 
					    // },
 | 
				
			||||||
    // method: 'post',
 | 
					    // method: 'post',
 | 
				
			||||||
    // data: 
 | 
					    // data
 | 
				
			||||||
  })
 | 
					  })
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -91,7 +91,7 @@
 | 
				
			||||||
                    <span style="color: red">*</span>
 | 
					                    <span style="color: red">*</span>
 | 
				
			||||||
                    <span style="font-size: 14px; font-weight: 600; color: #606266">物品类型</span>
 | 
					                    <span style="font-size: 14px; font-weight: 600; color: #606266">物品类型</span>
 | 
				
			||||||
                </el-col>
 | 
					                </el-col>
 | 
				
			||||||
                <el-col :span="6">
 | 
					                <el-col :span="7">
 | 
				
			||||||
                    <el-select
 | 
					                    <el-select
 | 
				
			||||||
                        ref="typeSelect"
 | 
					                        ref="typeSelect"
 | 
				
			||||||
                        v-model="tempDeviceType"
 | 
					                        v-model="tempDeviceType"
 | 
				
			||||||
| 
						 | 
					@ -883,7 +883,7 @@ export default {
 | 
				
			||||||
            this.queryParams.backPerson = data.backApplyInfo.backPerson
 | 
					            this.queryParams.backPerson = data.backApplyInfo.backPerson
 | 
				
			||||||
            this.queryParams.agreementId = data.backApplyInfo.agreementId
 | 
					            this.queryParams.agreementId = data.backApplyInfo.agreementId
 | 
				
			||||||
            this.queryParams.remark = data.backApplyInfo.remark
 | 
					            this.queryParams.remark = data.backApplyInfo.remark
 | 
				
			||||||
            this.equipmentList = data.backApplyDetailsList
 | 
					            this.equipmentList = data.backApplyDetailsList || []
 | 
				
			||||||
            // this.equipmentList.forEach(item => {
 | 
					            // this.equipmentList.forEach(item => {
 | 
				
			||||||
            //     // item.tempMaCodeList = item.maCodeList
 | 
					            //     // item.tempMaCodeList = item.maCodeList
 | 
				
			||||||
            //     const list = Array.isArray(item.maCodeList) ? item.maCodeList : []
 | 
					            //     const list = Array.isArray(item.maCodeList) ? item.maCodeList : []
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue