Commit 6d7a1e9e authored by zhengke's avatar zhengke

增加备注查询

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