| | |
| | | contactName: { |
| | | label: '联系人姓名',minWidth: 120, |
| | | }, |
| | | signCompany: { |
| | | signCompanyName: { |
| | | label: '签约公司', minWidth: 150, |
| | | }, |
| | | }, |
| | |
| | | Object.assign(form.value, { |
| | | partyAId: active.id, |
| | | partyAName: active.customerShortName, |
| | | partyAContact: active.contactName, |
| | | partyAContactInfo: active.contactPhone, |
| | | }); |
| | | } |
| | | }, |
| | |
| | | Object.assign(form.value, { |
| | | partyBId: active.id, |
| | | partyBName: active.customerShortName, |
| | | partyBContact: active.contactName, |
| | | partyBContactInfo: active.contactPhone, |
| | | }); |
| | | } |
| | | }, |
| | | }, |
| | | partyBName: { |
| | | label: '乙方名称', |
| | | addDisplay: true, |
| | | editDisplay: true, |
| | | viewDisplay: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "乙方名称不能为空", trigger: "blur" |
| | | } |
| | | ], |
| | | }, |
| | | // partyBName: { |
| | | // label: '乙方名称', |
| | | // addDisplay: true, |
| | | // editDisplay: true, |
| | | // viewDisplay: true, |
| | | // rules: [ |
| | | // { |
| | | // required: true, |
| | | // message: "乙方名称不能为空", trigger: "blur" |
| | | // } |
| | | // ], |
| | | // }, |
| | | partyBContact: { |
| | | label: '乙方联系人', |
| | | addDisplay: true, |