Commit fb44ed98 by zhaoxiqing

gsb

parent 92212c0b
...@@ -951,7 +951,7 @@ class EcontractApi { ...@@ -951,7 +951,7 @@ class EcontractApi {
idName: this.trim(pobj.idName), idName: this.trim(pobj.idName),
mobile: this.trim(pobj.mobile), mobile: this.trim(pobj.mobile),
idNo: this.trim(pobj.idNo), idNo: this.trim(pobj.idNo),
bankno: this.trim(pobj.bankno), bankno: this.trim(pobj.bankno).replace(/\s*/g,""),
nonceStr: this.trim(pobj.nonceStr), nonceStr: this.trim(pobj.nonceStr),
userCode: this.trim(pobj.userCode),//用户code-韵达 userCode: this.trim(pobj.userCode),//用户code-韵达
branchCode: this.trim(pobj.branchCode),//韵达分公司ID branchCode: this.trim(pobj.branchCode),//韵达分公司ID
...@@ -1053,7 +1053,7 @@ class EcontractApi { ...@@ -1053,7 +1053,7 @@ class EcontractApi {
idName: this.trim(pobj.idName), idName: this.trim(pobj.idName),
mobile: this.trim(pobj.mobile), mobile: this.trim(pobj.mobile),
idNo: this.trim(pobj.idNo), idNo: this.trim(pobj.idNo),
bankno: this.trim(pobj.bankno), bankno: this.trim(pobj.bankno).replace(/\s*/g,""),
nonceStr: this.trim(pobj.nonceStr), nonceStr: this.trim(pobj.nonceStr),
userCode: this.trim(pobj.userCode),//用户code-韵达 userCode: this.trim(pobj.userCode),//用户code-韵达
branchCode: this.trim(pobj.branchCode),//韵达分公司ID branchCode: this.trim(pobj.branchCode),//韵达分公司ID
......
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