YL
2022-01-26 2bf363bd6e2bcfdf024bbecf2f14ae309dcc0fe8
WebTM/views/仓存管理/仓库调拨/Kf_MoveStockBillList.html
@@ -256,7 +256,7 @@
                    //url: "http://61.130.49.162:9090/WMSAPI///Web/GetMAXNum",
                    url: GetWEBURL() + '/Kf_MoveStockBill/GetMoveStockBillList',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"]},
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;