yuyou_x
2024-02-23 c7f2cb3692ce381794b9c9a19cfe5d3365cced71
Pda/View/AsnSetting/productEnterQuantity.html
@@ -1085,22 +1085,22 @@
                                            };
                                            console.log(Id)
                                            console.log(param)
                                            // sendData(IP + "/PdaAsn/DelBoxInfo", param, 'post', function (res) {
                                            //     if (res.code == 0) { //成功
                                            //         layer.msg(res.msg, {
                                            //             icon: 1,
                                            //             time: 1000 //2秒关闭(如果不配置,默认是3秒)
                                            //         });
                                            //         elem.remove()
                                            //         setOrderGoods();
                                            //         refreshTable();
                                            //     } else { //不成功
                                            //         layer.msg(res.msg, {
                                            //             icon: 2,
                                            //             time: 2000 //2秒关闭(如果不配置,默认是3秒)
                                            //         }, function () { });
                                            //     }
                                            // });
                                            sendData(IP + "/PdaAsn/DelPalletBind", param, 'post', function (res) {
                                                if (res.code == 0) { //成功
                                                    layer.msg(res.msg, {
                                                        icon: 1,
                                                        time: 1000 //2秒关闭(如果不配置,默认是3秒)
                                                    });
                                                    elem.remove()
                                                    setOrderGoods();
                                                    refreshTable();
                                                } else { //不成功
                                                    layer.msg(res.msg, {
                                                        icon: 2,
                                                        time: 2000 //2秒关闭(如果不配置,默认是3秒)
                                                    }, function () { });
                                                }
                                            });
                                        }
                                    })
                                })