Commit d76932cb authored by 黄自鹏's avatar 黄自鹏

履职任务维护,调整手工维护LZRW_DJLY,LZRW_ZT,LZRW_GSID没有给值。

parent 4f5172a2
...@@ -2,6 +2,14 @@ ...@@ -2,6 +2,14 @@
<RelDialog :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'> <RelDialog :type='type' :editApp='editApp' :app='app' :buttonApp='buttonApp'>
<!-- 填写表单内容,slot=form必写--> <!-- 填写表单内容,slot=form必写-->
<el-form slot="form" ref="form" :model="form" label-width="80px" :rules="rules"> <el-form slot="form" ref="form" :model="form" label-width="80px" :rules="rules">
<el-row :gutter="20">
<el-col :span="24">
<el-form-item label="公司" ref="gsid" prop="gsid">
<!-- <el-input :readonly="readonly" v-model="form.name" ></el-input> -->
<RelSelect :readonly="readonly" filterable style="width: 100%;" src='/jcsj/common/bm/queryGs' :match="{value:'id',label:'bmmc'}" v-model='form.gsid' ></RelSelect>
</el-form-item>
</el-col>
</el-row>
<el-row :gutter="20"> <el-row :gutter="20">
<el-col :span="24"> <el-col :span="24">
<el-form-item label="履职分类" ref="flid" prop="flid"> <el-form-item label="履职分类" ref="flid" prop="flid">
...@@ -26,6 +34,7 @@ ...@@ -26,6 +34,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
</el-form> </el-form>
</RelDialog> </RelDialog>
</template> </template>
...@@ -51,7 +60,7 @@ ...@@ -51,7 +60,7 @@
if(this.type=='add'){ if(this.type=='add'){
this.form.content='' this.form.content=''
} }
this.optionsData=res.data.records||[] this.optionsData=res.data.records||[]
} }
}) })
...@@ -70,6 +79,7 @@ ...@@ -70,6 +79,7 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/ /* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form: { form: {
gsid:'',
//ID //ID
id:'', id:'',
//履职分类 //履职分类
...@@ -79,9 +89,9 @@ ...@@ -79,9 +89,9 @@
//履职人员 //履职人员
ryid:'', ryid:'',
//单据来源 //单据来源
djly:'', djly:'M',
//状态 //状态
zt:'', zt:'I',
//附件数 //附件数
attachcount:'', attachcount:'',
//维护人编码 //维护人编码
......
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