Commit af5e5378 authored by 吴春's avatar 吴春

付款对象查询修复

parent b38506f1
...@@ -2441,7 +2441,7 @@ ...@@ -2441,7 +2441,7 @@
if (query !== '') { if (query !== '') {
// 获取对象类型 // 获取对象类型
let msg = { let msg = {
Type: this.transTax.ClientType, Type: this.msg.ClientType,
ObjID: 0, ObjID: 0,
CardNum: "", CardNum: "",
KeyWord:query, KeyWord:query,
......
...@@ -1039,7 +1039,7 @@ ...@@ -1039,7 +1039,7 @@
if (query !== '') { if (query !== '') {
// 获取对象类型 // 获取对象类型
let msg = { let msg = {
Type: this.transTax.ClientType, Type: this.msg.ClientType,
ObjID: 0, ObjID: 0,
CardNum: "", CardNum: "",
KeyWord:query, KeyWord:query,
......
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