lion 1 year ago
parent e2cc3e2630
commit eb050823a1

@ -488,6 +488,7 @@ export default {
}],
belong_user_table: 'company_need_fund',
sort: 0,
span: 2
},
{
name: '融资情况',
@ -512,6 +513,7 @@ export default {
is_open: false,
belong_user_table: 'company_area',
sort: 0,
span: 2
}, {
name: '所属领域',
field: 'company_industry',
@ -524,6 +526,7 @@ export default {
is_open: false,
belong_user_table: 'company_industry',
sort: 0,
span: 2
}, {
name: '公司地址',
field: 'company_address',
@ -568,6 +571,7 @@ export default {
belong_user: 1,
belong_user_table: 'speciality',
sort: 0,
span: 2
}, {
name: '海外经验',
field: 'overseas_experience',
@ -578,6 +582,7 @@ export default {
belong_user: 1,
belong_user_table: 'overseas_experience',
sort: 0,
span: 2
}, {
name: '报名渠道',
field: 'sign_from',
@ -646,7 +651,8 @@ export default {
}],
belong_user_table: 'is_yuanhe',
sort: 0,
}],
}
],
sexList: [{
key: '男',
value: '男'

@ -28,7 +28,7 @@
<span style="color: red;font-weight: bold;padding-right: 4px;">*</span>场地名称
</div>
<div class="xy-table-item-content">
<el-input disabled v-model="form.name" placeholder="请输入场地名称" clearable style="width: 100%;"></el-input>
<el-input :disabled="type=='editor'" v-model="form.name" placeholder="请输入场地名称" clearable style="width: 100%;"></el-input>
</div>
</div>
</template>
@ -300,6 +300,22 @@
} else {
this.id = ''
this.fileList = []
this.form = {
no: '',
sort:0,
name: '',
real_name:'',
address:'',
appointment_type_id:'',
content: '',
total: '',
status: 1,
use_student: 1,
dateRange: ['09:00','17:30'],
file_ids: [],
start_time:'09:00',
end_time:'17:30'
}
this.$refs['dialog'].reset()
}
},

@ -393,6 +393,22 @@
this.type = "add"
this.typeName = '手动预约'
this.course_id = ''
this.form = {
course_id: '',
user_id: '',
name: '',
mobile: '',
date: '',
timeRange: '',
start_time: '',
end_time: '',
content: '',
site: '',
plate: '',
accompany_total: 0,
status: 1,
reason: ''
}
this.$refs['dialog'].reset()
}
},

@ -236,6 +236,20 @@
} else {
this.id = ''
this.fileList = []
this.form = {
name: '',
introduce: '',
dateRange: ['09:00', '17:30'],
is_book: 0,
floor: '',
total: '',
sort: 0,
image_id: [],
start_time: '09:00',
end_time: '17:30',
content: '',
tips:''
}
this.showTinymce = false
this.$refs['dialog'].reset()
}

@ -16,7 +16,7 @@
</div>
<div>
<el-select v-model="select.site" placeholder="请选择预约场地" clearable>
<el-option v-for="item in site_options" :key="item.id" :label="item.name" :value="item.id">
<el-option v-for="item in site_options" :key="item.id" :label="item.real_name" :value="item.id">
</el-option>
</el-select>
</div>

@ -247,6 +247,15 @@
} else {
this.id = ''
this.imgList = []
this.form = {
name: '',
position: '',
jump_type: '',
course_id:'',
jump_url: '',
sort: 0,
image_id: '',
}
this.$refs['dialog'].reset()
}
},

@ -179,6 +179,14 @@
} else {
this.id = ''
this.type = "add"
this.form = {
username: '',
course: '',
mobile: '',
company_name: '',
company_position: '',
donate: ''
}
this.$refs['dialog'].reset()
}
},

@ -104,6 +104,11 @@
}
} else {
this.id = ''
this.form = {
name: '',
key: '',
value: ''
}
this.$refs['dialog'].reset()
}
},

@ -132,6 +132,12 @@
}
} else {
this.id = ''
this.form = {
name: '',
sex: '',
mobile:'',
introduce: ''
}
this.$refs['dialog'].reset()
}
},

@ -462,6 +462,8 @@
submit() {
if (this.id) {
this.form.id = this.id
}else{
this.form.id = ''
}
//

@ -119,6 +119,8 @@
submit() {
if (this.id) {
this.form.id = this.id
}else{
this.form.id = ''
}
save({
@ -148,11 +150,21 @@
watch: {
isShow(newVal) {
if (newVal) {
console.log("form",this.form)
if (this.type === 'editor') {
this.getDetail()
}
} else {
this.id = ''
this.form = {
name:'',
status:1,
wait_tip:"",
pass_tip:"",
fault_tip:'',
back_tip:"",
year_total:""
},
this.$refs['dialog'].reset()
}
},

@ -120,6 +120,8 @@
submit() {
if (this.id) {
this.form.id = this.id
}else{
this.form.id = ''
}
save({
@ -161,6 +163,14 @@
}
} else {
this.id = ''
this.form = {
date: '',
period: '',
teacher_id: "",
theme: '',
address: '',
introduce: '',
}
this.$refs['dialog'].reset()
}
},

@ -381,6 +381,11 @@
},
methods: {
submit() {
if(this.id){
this.form.id = this.id
}else{
this.form.id = ''
}
this.form.type = this.typeList.join(",")
this.form.company_type = this.companyTypeList.join(",")
this.form.name = this.form.username
@ -419,6 +424,37 @@
this.type = 'add'
this.typeList = []
this.companyTypeList = []
this.form = {
username:'',
sex:"",
birthday:"",
mobile:"",
idcard:"",
education:'',
introduce:'',
company_name:'',
company_introduce:'',
company_date:'',
company_position:'',
company_has_share:'',
type:'',
company_type:'',
company_need_fund:'',
company_fund:'',
company_area:'',
company_industry:'',
company_address:'',
company_product:'',
school:'',
speciality:'',
overseas_experience:'',
sign_from:'',
email:'',
sales_volume:"",
valuation:'',
market_value:"",
is_yuanhe:''
}
this.$refs['dialog'].reset()
}
},

Loading…
Cancel
Save