南骏 池
2025-11-24 dcc306696bd702d2b5092729d8dcf41e308a9251
1.委外出库新增防抖
已修改2个文件
8 ■■■■ 文件已修改
H5/Js/Wwck.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Wwck.aspx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/Js/Wwck.js
@@ -131,6 +131,9 @@
        //扫码
        getScan() {
            var that = this;
            if (this.isLoading) {
                return;
            }
            if (that.modeInfo.daa001.length <= 0) {
                that.$toast.fail("委外工单不能为空!");
                return;
@@ -173,6 +176,9 @@
        },
        //拆分
        getChaiFen() {
            if (this.isLoading) {
                return;
            }
            var that = this;
            if (that.modeInfo.daa001.length <= 0) {
                that.$toast.fail("委外工单号不能为空!");
H5/Wwck.aspx
@@ -184,5 +184,5 @@
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" Runat="Server">
    <script src="Js/Wwck.js?<%=105322 %>"></script>
    <script src="Js/Wwck.js?<%=105323 %>"></script>
</asp:Content>