mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
供应商
This commit is contained in:
@@ -146,7 +146,6 @@
|
|||||||
<!--讲师名称 teacherName 内容分类 coursetypeid -->
|
<!--讲师名称 teacherName 内容分类 coursetypeid -->
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
|
|
||||||
<a-form-item name="teacherName">
|
<a-form-item name="teacherName">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
<img
|
<img
|
||||||
@@ -158,6 +157,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<ProjectManagerOutTeacher v-model:value="formParam.name"
|
<ProjectManagerOutTeacher v-model:value="formParam.name"
|
||||||
v-model:name="formParam.teacherName"
|
v-model:name="formParam.teacherName"
|
||||||
|
v-model:supplier="formParam.supplier"
|
||||||
placeholder="请输入工号/讲师姓名进行检索"
|
placeholder="请输入工号/讲师姓名进行检索"
|
||||||
@onChange="managerChange"></ProjectManagerOutTeacher>
|
@onChange="managerChange"></ProjectManagerOutTeacher>
|
||||||
|
|
||||||
@@ -165,6 +165,21 @@
|
|||||||
placeholder="请输入讲师姓名"></a-input> -->
|
placeholder="请输入讲师姓名"></a-input> -->
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
<a-col :span="12">
|
||||||
|
<a-form-item name="supplier">
|
||||||
|
<template v-slot:label>
|
||||||
|
<img style="margin-right:4px;width: 7px;height: 7px"
|
||||||
|
src="@/assets/images/coursewareManage/asterisk.png" alt="" />
|
||||||
|
供应商
|
||||||
|
</template>
|
||||||
|
<!-- TODO GX01 -->
|
||||||
|
<a-input class="draitem" v-model:value="formParam.supplier" disabled :maxlength="20" showCount >
|
||||||
|
</a-input>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
<!-- 课程名称:name 开课状态 courseStatus-->
|
||||||
|
<a-row :gutter="16">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item name="courseTypeId">
|
<a-form-item name="courseTypeId">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
@@ -187,9 +202,6 @@
|
|||||||
</a-tree-select>
|
</a-tree-select>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
|
||||||
<!-- 课程名称:name 开课状态 courseStatus-->
|
|
||||||
<a-row :gutter="16">
|
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item name="courseName">
|
<a-form-item name="courseName">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
@@ -212,6 +224,10 @@
|
|||||||
</a-radio-group>
|
</a-radio-group>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col> -->
|
</a-col> -->
|
||||||
|
|
||||||
|
</a-row>
|
||||||
|
<!-- 授课日期 teachingDate 授课时长defaultTeachingTime-->
|
||||||
|
<a-row :gutter="16">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item name="teachingDate">
|
<a-form-item name="teachingDate">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
@@ -226,10 +242,6 @@
|
|||||||
placeholder="请选择课程日期" />
|
placeholder="请选择课程日期" />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
|
||||||
<!-- 授课日期 teachingDate 授课时长defaultTeachingTime-->
|
|
||||||
<a-row :gutter="16">
|
|
||||||
|
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item name="teaching">
|
<a-form-item name="teaching">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
@@ -249,6 +261,9 @@
|
|||||||
<span style="margin-left: 5px ;" v-if="formParam.teaching == null">0.00小时</span> -->
|
<span style="margin-left: 5px ;" v-if="formParam.teaching == null">0.00小时</span> -->
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
</a-row>
|
||||||
|
<!-- 参训人数 studys评分 score-->
|
||||||
|
<a-row :gutter="16">
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item name="studys">
|
<a-form-item name="studys">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
@@ -264,10 +279,6 @@
|
|||||||
</a-input>
|
</a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
|
||||||
<!-- 参训人数 studys评分 score-->
|
|
||||||
<a-row :gutter="16">
|
|
||||||
|
|
||||||
<a-col :span="12">
|
<a-col :span="12">
|
||||||
<a-form-item name="score">
|
<a-form-item name="score">
|
||||||
<template v-slot:label>
|
<template v-slot:label>
|
||||||
@@ -327,6 +338,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-descriptions bordered :column="2" :contentStyle="rowCenter" :labelStyle="{'width':'160px'}">
|
<a-descriptions bordered :column="2" :contentStyle="rowCenter" :labelStyle="{'width':'160px'}">
|
||||||
<a-descriptions-item label="讲师名称">{{ formParam.teacherName ||'-'}}</a-descriptions-item>
|
<a-descriptions-item label="讲师名称">{{ formParam.teacherName ||'-'}}</a-descriptions-item>
|
||||||
|
<a-descriptions-item label="供应商">{{ formParam.supplier || '-' }}</a-descriptions-item>
|
||||||
<a-descriptions-item label="手机号码">{{ formParam.mobile ||'-'}}</a-descriptions-item>
|
<a-descriptions-item label="手机号码">{{ formParam.mobile ||'-'}}</a-descriptions-item>
|
||||||
<a-descriptions-item label="课程类型">{{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' : formParam.type == 2 ? '训练班' : formParam.type == 5 ? '手动录入' : '-'
|
<a-descriptions-item label="课程类型">{{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' : formParam.type == 2 ? '训练班' : formParam.type == 5 ? '手动录入' : '-'
|
||||||
}}</a-descriptions-item>
|
}}</a-descriptions-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user