Przeglądaj źródła

退货编辑录入页面修改录入数量变动

haozi 4 lat temu
rodzic
commit
aa38dccea3

+ 0 - 2
resources/views/rejected/create.blade.php

@@ -1334,11 +1334,9 @@
                             });
                             _this.cleanItem();
                         } else {
-                            _this.cleanItem();
                             tempTip.show('删除失败,可尝试刷新页面再操作');
                         }
                     }).catch(function (response) {
-                        _this.cleanItem();
                         tempTip.show('删除失败,可尝试刷新页面!');
                     });
                 },

+ 0 - 2
resources/views/rejected/edit.blade.php

@@ -1118,11 +1118,9 @@
                                 });
                             _this.cleanItem();
                         }else{
-                            _this.cleanItem();
                             tempTip.show('删除失败,可尝试刷新页面再操作');
                         }
                     }).catch(function (response) {
-                        _this.cleanItem();
                         tempTip.show('删除失败,可尝试刷新页面!');
                     });
                 },