Commit 8f20e7cc authored by 李苏's avatar 李苏 💬

新增部门字段

parent 6727760f
......@@ -9,6 +9,13 @@
<!-- </el-input> -->
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="部门">
<RelSelect style="width: 100%;" :readonly="true" src='jcsj/common/bm/queryBz' filterable clearable :match="{value:'id',label:'bmmc'}" v-model='details.bmid' ></RelSelect>
<!-- <el-input :value="details.bmid" > -->
<!-- </el-input> -->
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="岗位">
<RelSelect style='width: 100%;' clearable :readonly="true" src='aqgl/jcsj/scgw/query' :match="{value:'id',label:'name'}" v-model='details.gwid' ></RelSelect>
......
......@@ -129,7 +129,7 @@
/* 表格标题对应参数*/
tableTitle: [
{label: "公司", prop: "gsName", fieldType: "ftString",width:192},
// {label: "部门", prop: "bmName", fieldType: "ftString",width:192},
{label: "部门", prop: "bmName", fieldType: "ftString",width:192},
// {label: "车间", prop: "cjName", fieldType: "ftString",width:192},
{label: "岗位", prop: "gwName", fieldType: "ftString",width:192},
{label: "风险地点", prop: "fxpcdd", fieldType: "ftString",width:300},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment