退料优化

This commit is contained in:
bb_pan 2025-09-04 14:05:59 +08:00
parent 57889f9264
commit 2f2d4355b6
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ export function login(data) {
// repeatSubmit: false
// },
// method: 'post',
// data:
// data
})
}

View File

@ -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 : []