From b2a607f3b2b29a45ea87fde2a5c2c3d9c4e1d9ab Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 13 十一月 2025 15:24:23 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~cnf/JH/JH_PdaClient
---
H5/Js/Zzxdb.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/H5/Js/Zzxdb.js b/H5/Js/Zzxdb.js
index 67032ef..a87e717 100644
--- a/H5/Js/Zzxdb.js
+++ b/H5/Js/Zzxdb.js
@@ -108,13 +108,13 @@
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;
}
}
--
Gitblit v1.9.3