ch
2022-09-01 63fe3c50f5a149834be23013c4f0514f4d940085
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Sc_Add_MouldDotCheckBillList.html
@@ -242,6 +242,22 @@
                        console.log(checkStatus);
                        $("#HPlanInterName").val(checkStatus.data[0].单据号);
                        $("#HPlanInterID").val(checkStatus.data[0].hmainid);
                        $.ajax({
                            url: GetWEBURL() + 'Sc_MouldDotCheckBill/Sc_MouldDotCheckSubBillListByPlan',
                            type: "GET",
                            data: { "HPlanInterID": $("#HPlanInterID").val() },
                            success: function (result) {
                                if (result.count == 1) {
                                    option.data = result.data;
                                    table.render(option);
                                } else {
                                    layer.alert(result.code + result.Message, { icon: 5 });
                                }
                            }, error: function () {
                                layer.alert("接口请求失败!", { icon: 5 });
                            }
                        });
                        layer.close(layer.index); //它获取的始终是最新弹出的某个层,值是由layer内部动态递增计算的
                    }
                    , btn2: function (index, layero) {