From 171e6dc39bb085184c0e0989b7b37b129c59e6ac Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期三, 16 七月 2025 22:38:10 +0800
Subject: [PATCH] 1.样本值修改

---
 H5/Js/Xcsl.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/H5/Js/Xcsl.js b/H5/Js/Xcsl.js
index ccb0312..0e183cf 100644
--- a/H5/Js/Xcsl.js
+++ b/H5/Js/Xcsl.js
@@ -15,6 +15,7 @@
             Xvalue:4,
             XbarInfo: [],
             DAA001: "",
+            DAA021: "",
             DAANum: "",
             xcslItemList: [], //鏉愭枡鍒楄〃
             xcslWjsBarList: [],//鏈帴鏀跺垪琛�
@@ -50,6 +51,7 @@
                     var json = res;
                     if (json.status == 0) {
                         that.DAANum = json.data.tbBillList.gD_Num;
+                        that.DAA021 = json.data.tbBillList.workNo;
                         that.xcslItemList = json.data.tbBillList.xcslItemList;
                         that.xcslWjsBarList = json.data.tbBillList.xcslWjsBarList;
                         that.xcslYjsBarList = json.data.tbBillList.xcslYjsBarList;

--
Gitblit v1.9.3