|
@@ -559,6 +559,7 @@ export default {
|
|
customerCode: '',
|
|
customerCode: '',
|
|
customerPrincipal: '',
|
|
customerPrincipal: '',
|
|
demandPersonal: '',
|
|
demandPersonal: '',
|
|
|
|
+ demandPersonalName: '',
|
|
demandDept: '',
|
|
demandDept: '',
|
|
demandDeptName: '',
|
|
demandDeptName: '',
|
|
planType: '1',
|
|
planType: '1',
|
|
@@ -1110,6 +1111,7 @@ export default {
|
|
if(this.referCondition.type == 'CONTACTS_PARAM' && this.referCondition.title == '需求人员') {
|
|
if(this.referCondition.type == 'CONTACTS_PARAM' && this.referCondition.title == '需求人员') {
|
|
this.personOptions = selection
|
|
this.personOptions = selection
|
|
this.basicForm.demandPersonal = selection[0].code
|
|
this.basicForm.demandPersonal = selection[0].code
|
|
|
|
+ this.basicForm.demandPersonalName = selection[0].name
|
|
}
|
|
}
|
|
if(this.referCondition.type == 'CONTACTS_PARAM' && this.referCondition.title == '采购员') {
|
|
if(this.referCondition.type == 'CONTACTS_PARAM' && this.referCondition.title == '采购员') {
|
|
this.purchaseManOptions = selection
|
|
this.purchaseManOptions = selection
|