测试问题优化
This commit is contained in:
parent
b340c8ec01
commit
2463392124
|
|
@ -376,6 +376,7 @@ export default {
|
||||||
unitId: undefined,
|
unitId: undefined,
|
||||||
modelId: undefined,
|
modelId: undefined,
|
||||||
typeId: undefined,
|
typeId: undefined,
|
||||||
|
agreementId: '',
|
||||||
},
|
},
|
||||||
openCode: false, //编码弹窗开关
|
openCode: false, //编码弹窗开关
|
||||||
openNum: false, //数量弹窗开关
|
openNum: false, //数量弹窗开关
|
||||||
|
|
@ -557,6 +558,7 @@ export default {
|
||||||
let param = {
|
let param = {
|
||||||
parentId: row.id,
|
parentId: row.id,
|
||||||
typeId: modelIdsJoined,
|
typeId: modelIdsJoined,
|
||||||
|
agreementId: row.agreementId,
|
||||||
}
|
}
|
||||||
backReceiveRecordWeb(param).then(res => {
|
backReceiveRecordWeb(param).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
|
|
@ -592,6 +594,7 @@ export default {
|
||||||
this.codeQuery.parentId = row.id
|
this.codeQuery.parentId = row.id
|
||||||
this.codeQuery.taskId = row.taskId
|
this.codeQuery.taskId = row.taskId
|
||||||
this.codeQuery.typeId = row.modelId
|
this.codeQuery.typeId = row.modelId
|
||||||
|
this.codeQuery.agreementId = row.agreementId
|
||||||
this.dialogIsView = false
|
this.dialogIsView = false
|
||||||
this.returnNum = Number(row.num)
|
this.returnNum = Number(row.num)
|
||||||
this.handleCodeQuery()
|
this.handleCodeQuery()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue