杨乐
2022-01-25 86a9bb50c21cde23cc3d74e877a6690fa12c9534
WebTM/views/生产管理/生产退库单/Sc_ProductionReturnList.html
@@ -235,7 +235,7 @@
                $.ajax({
                    url: GetWEBURL() + '/Sc_ProductionReturnBill/list',
                    type: "GET",
                    data: { "sWhere": sWhere },
                    data: { "sWhere": sWhere, "user": sessionStorage["HUserName"] },
                    success: function (data1) {
                        if (data1.count == 1) {
                            option.data = data1.data;