From a40798a6290b41c4aacab2e142a23b944743bda9 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期二, 19 八月 2025 10:48:32 +0800 Subject: [PATCH] 1.核对送检新增AGV送检和AGV呼叫 2.样式优化 --- 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