|
@@ -2,7 +2,7 @@
|
|
|
<div id="addDemandList">
|
|
|
<el-card style="position: relative;">
|
|
|
<span>基本信息</span>
|
|
|
- <el-form :model="basicForm" :rules="basicRules" ref="basic" label-width="auto">
|
|
|
+ <el-form :model="basicForm" :rules="basicRules" ref="basic" label-width="auto" :show-message="false">
|
|
|
<el-row :gutter="10">
|
|
|
<el-col :span="1.5">
|
|
|
<el-form-item label="业务类型" prop="billType" :rules="{ required: true, message: '请选择业务类型', trigger: 'blur' }">
|
|
@@ -709,6 +709,10 @@ export default {
|
|
|
this.basicForm.createBy = ''
|
|
|
this.basicForm.source = '4'
|
|
|
this.basicForm.isSpeical = 'N'
|
|
|
+ this.basicForm.demandPersonal = this.$store.state.user.name
|
|
|
+ this.basicForm.demandDept = this.$store.state.user.deptId
|
|
|
+ if (this.basicForm.demandPersonal) { this.reBackRefer('CONTACTS_PARAM', this.basicForm.demandPersonal, '需求人员') }
|
|
|
+ if (this.basicForm.demandDept) { this.reBackRefer('DEPT_PARAM', this.basicForm.demandDept) }
|
|
|
this.basicForm.puDemandItemList.forEach(item => {
|
|
|
item.status = ''
|
|
|
item.buyerName = ''
|