From 50edae51e9916fd620acb8d1ac91f747bd864c16 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 16 十月 2025 13:39:36 +0800
Subject: [PATCH] 报工优化入库申请单查询逻辑
---
H5/Js/Scbg.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/H5/Js/Scbg.js b/H5/Js/Scbg.js
index bc50d10..f55e386 100644
--- a/H5/Js/Scbg.js
+++ b/H5/Js/Scbg.js
@@ -141,6 +141,8 @@
return { name: item.billNo }
});
+
+
that.stafList = json.data.result.rksqOrderList;
that.$playSound('success');
}
@@ -193,6 +195,8 @@
this.$toast("鏈壘鍒板尮閰嶇殑閫佹鍗曞彿");
that.$playSound('error');
}
+
+ this.getBillNo();
//this.GetMesItemBlDetailByBillNo();
//this.$toast(item.name);
--
Gitblit v1.9.3