commit
This commit is contained in:
@@ -597,7 +597,7 @@
|
|||||||
// this.form.itemsNum = bringData[0].showNumber
|
// this.form.itemsNum = bringData[0].showNumber
|
||||||
// this.form.itemsName = bringData[0].standName
|
// this.form.itemsName = bringData[0].standName
|
||||||
// }
|
// }
|
||||||
this.form.standId = bringData[0].id
|
this.form.standId = bringData[0].standId
|
||||||
this.sarType = bringData[0].standType
|
this.sarType = bringData[0].standType
|
||||||
this.standId = bringData[0].standId
|
this.standId = bringData[0].standId
|
||||||
this.listModel = false;
|
this.listModel = false;
|
||||||
|
|||||||
@@ -602,7 +602,7 @@
|
|||||||
// this.form.itemsNum = bringData[0].showNumber
|
// this.form.itemsNum = bringData[0].showNumber
|
||||||
// this.form.itemsName = bringData[0].standName
|
// this.form.itemsName = bringData[0].standName
|
||||||
// }
|
// }
|
||||||
this.form.standId = bringData[0].id
|
this.form.standId = bringData[0].standId
|
||||||
this.sarType = bringData[0].standType
|
this.sarType = bringData[0].standType
|
||||||
this.standId = bringData[0].standId
|
this.standId = bringData[0].standId
|
||||||
this.listModel = false;
|
this.listModel = false;
|
||||||
|
|||||||
@@ -281,6 +281,7 @@ export default {
|
|||||||
cid: '', // 编号
|
cid: '', // 编号
|
||||||
endTime: '', // 结束日期
|
endTime: '', // 结束日期
|
||||||
cname: '', // 名称
|
cname: '', // 名称
|
||||||
|
standType: '',
|
||||||
},
|
},
|
||||||
formRules: {
|
formRules: {
|
||||||
cid: [
|
cid: [
|
||||||
@@ -454,6 +455,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.form.cid = bringData[0].standSortShow + '-' + bringData[0].standNumber
|
this.form.cid = bringData[0].standSortShow + '-' + bringData[0].standNumber
|
||||||
}
|
}
|
||||||
|
this.form.standType = bringData[0].standType
|
||||||
this.form.cname = bringData[0].standName;
|
this.form.cname = bringData[0].standName;
|
||||||
this.listModel = false;
|
this.listModel = false;
|
||||||
} else if (this.selectedList.length > 1) {
|
} else if (this.selectedList.length > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user