#
xjj
2024-02-27 1b576a30a84b8b57f5b7d7a22424f9fc08d08516
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)
                            }
                        }
                    }
                })