南骏 池
2025-04-26 e7a16c7b5f2dedcc25552275f746ce276be0aef0
1.检验图纸删除bug优化
已修改7个文件
35 ■■■■ 文件已修改
H5/IPQC_SJ/Add.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/IPQC_XJ/Add.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/IPQC_SJ/Add.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/IPQC_XJ/Add.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/LLJ/Add.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/LLJ/Add.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Images/Style.css 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/IPQC_SJ/Add.aspx
@@ -337,5 +337,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/IPQC_SJ/Add.js?<%=111111 %>"></script>
 <script src="../Js/IPQC_SJ/Add.js?<%=11111111 %>"></script>
</asp:Content>
H5/IPQC_XJ/Add.aspx
@@ -337,5 +337,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/IPQC_XJ/Add.js?<%=11 %>"></script>
 <script src="../Js/IPQC_XJ/Add.js?<%=1111 %>"></script>
</asp:Content>
H5/Js/IPQC_SJ/Add.js
@@ -431,16 +431,19 @@
                }, true, 0).then(res1 => {
                    if (res1.status === 0) {
                        that.$notify({ type: 'success', message: '删除成功' });
                        that.init();//刷新检验项目
                    } else {
                        that.$toast.fail(res1.rtnMsg);
                    }
                    that.init();//刷新检验项目
                }).catch(error => {
                    that.$toast.fail("网络错误,请重试!");
                });
            }).catch(() => {
                // 取消操作
                that.init();//刷新检验项目
            })
        },
    }
H5/Js/IPQC_XJ/Add.js
@@ -422,16 +422,19 @@
                }, true, 0).then(res1 => {
                    if (res1.status === 0) {
                        that.$notify({ type: 'success', message: '删除成功' });
                        that.init();//刷新检验项目
                    } else {
                        that.$toast.fail(res1.rtnMsg);
                    }
                    that.init();//刷新检验项目
                }).catch(error => {
                    that.$toast.fail("网络错误,请重试!");
                });
            }).catch(() => {
                // 取消操作
                that.init();//刷新检验项目
            })
        },
    }
H5/Js/LLJ/Add.js
@@ -493,16 +493,18 @@
                }, true, 0).then(res1 => {
                    if (res1.status === 0) {
                        that.$notify({ type: 'success', message: '删除成功' });
                        that.init();//刷新检验项目
                    } else {
                        that.$toast.fail(res1.rtnMsg);
                    }
                    that.init();//刷新检验项目
                }).catch(error => {
                    that.$toast.fail("网络错误,请重试!");
                });
            }).catch(() => {
                // 取消操作
                that.init();//刷新检验项目
            })
        },
    }
H5/LLJ/Add.aspx
@@ -384,5 +384,5 @@
  <%--<comback ></comback>--%>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
 <script src="../Js/LLJ/Add.js?<%=119997 %>"></script>
 <script src="../Js/LLJ/Add.js?<%=11999711 %>"></script>
</asp:Content>
Images/Style.css
@@ -373,6 +373,14 @@
        right: -.00rem;
    }
    .van-popup--right {
        top: 53.5%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
/* 当屏幕宽度大于600px且小于或等于1024px时应用的样式 */
@@ -413,6 +421,13 @@
    .van-checkbox__icon {
        font-size: 0.28rem;
    }
    .van-popup--right {
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}
.van-button--small {