zjj
2025-02-17 a4093814b51bba7eae9530cfa076f6242df3f5f8
zy-asrs-wms/src/main/webapp/static/js/order/order.js
@@ -244,8 +244,12 @@
                        condition: decodeURI(docName)
                    },
                    success: function (res) {
                        $("#docType").val(res.data[0].id)
                        $(document.getElementById("docType$")).val(res.data[0].value)
                        if (res.code == 200) {
                            if (res.data.length > 0) {
                                $("#docType").val(res.data[0].id);
                                $(document.getElementById("docType$")).val(res.data[0].value)
                            }
                        }
                    }
                })