From cc936d421be2c9ed390e624d720753bd205b5548 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期五, 25 七月 2025 17:06:15 +0800
Subject: [PATCH] 1.核对送检重置按钮开发 2.登录页面优化,保存账号信息 3.产品绑定送检重置按钮

---
 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