Forráskód Böngészése

Merge branch 'purchaseDev' into 'dev'

Purchase dev

See merge request new-business/drp-web!301
黄梓星 1 éve
szülő
commit
6e44a291bb
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      src/views/purchase/PurchaseDemandList/add.vue

+ 2 - 0
src/views/purchase/PurchaseDemandList/add.vue

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