cnf
2025-11-08 3fabc7c79ae8c40b964741e59053564858fc06fe
调拨出库一键调拨查询增加类型字段
已修改2个文件
2 ■■■■■ 文件已修改
H5/Js/Dbck.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Yjdb.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
H5/Js/Yjdb.js
@@ -93,6 +93,7 @@
            that.isLoading = true;
            that.AxiosHttp("post", 'TransferOut/GetTransferOutNoList', {
                //name: that.userInfo.loginAccount,
                Type: "一键调拨"
            }, false)
                .then(function (res) {
                    var json = res;