From 3fabc7c79ae8c40b964741e59053564858fc06fe Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期六, 08 十一月 2025 16:32:24 +0800
Subject: [PATCH] 调拨出库一键调拨查询增加类型字段

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

diff --git a/H5/Js/Dbck.js b/H5/Js/Dbck.js
index e86d919..1aba177 100644
--- a/H5/Js/Dbck.js
+++ b/H5/Js/Dbck.js
@@ -92,6 +92,7 @@
             that.isLoading = true;
             that.AxiosHttp("post", 'TransferOut/GetTransferOutNoList', {
                 //name: that.userInfo.loginAccount,
+                Type:"璋冩嫧鍑哄簱"
             }, false)
                 .then(function (res) {
                     var json = res;

--
Gitblit v1.9.3