Commit 3446aad6523dbd5b62a6b40704f0e412a99a9653
1 parent
5ab16151
custId
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/payback/index.vue
| ... | ... | @@ -206,8 +206,8 @@ |
| 206 | 206 | plNos.push(this.form.plNos); |
| 207 | 207 | } |
| 208 | 208 | let req = { |
| 209 | - //custId:userInfo.custId, | |
| 210 | - custId:'501519113641649119232', | |
| 209 | + custId:userInfo.custId, | |
| 210 | + //custId:'501519113641649119232', | |
| 211 | 211 | orderStates:[52], |
| 212 | 212 | plNos:plNos, |
| 213 | 213 | orgId:this.form.orgId, | ... | ... |