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