Commit 6d7a1e9e authored by zhengke's avatar zhengke

增加备注查询

parent d7bd3bf2
...@@ -285,6 +285,11 @@ ...@@ -285,6 +285,11 @@
value-format="yyyy-MM-dd"> value-format="yyyy-MM-dd">
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
</el-col>
<el-col :span="6">
<el-form-item label="备注查询:">
<el-input v-model="msg.Remark"></el-input>
</el-form-item>
</el-col> </el-col>
<!-- <el-col :span="4"> <!-- <el-col :span="4">
<el-form-item label="凭证费用:"> <el-form-item label="凭证费用:">
...@@ -824,8 +829,9 @@ export default { ...@@ -824,8 +829,9 @@ export default {
IsFormRecPayQuery:'1', IsFormRecPayQuery:'1',
KJCostTypeId:0, KJCostTypeId:0,
IsSelectKJSetCostType:0, IsSelectKJSetCostType:0,
Sort:'2', Remark:'', //备注查询
EmployeeId:'', Sort:'2',
EmployeeId:'',
}, },
getCompanyMsg:{ // 公司 getCompanyMsg:{ // 公司
RB_Group_Id:'0', RB_Group_Id:'0',
......
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