| | |
| | | var json = res; |
| | | if (json.status == 0) { |
| | | if (json.data.tbBillList.xcslItemList[0].rnum == 2) { |
| | | that.drkw = 'Z2'; |
| | | that.dckw = 'A14-3-33'; |
| | | that.drkw = json.data.tbBillList.xcslItemList[0].gyskw; |
| | | that.dckw = json.data.tbBillList.xcslItemList[0].kw; |
| | | that.billNo = json.data.tbBillList.xcslItemList[0].billno; |
| | | } |
| | | else { |
| | | that.drkw = 'A14-3-33'; |
| | | that.dckw = 'Z2'; |
| | | that.drkw = json.data.tbBillList.xcslItemList[0].kw; |
| | | that.dckw = json.data.tbBillList.xcslItemList[0].gyskw; |
| | | that.billNo = json.data.tbBillList.xcslItemList[0].billno; |
| | | } |
| | | } |