laiguoran 1 rok temu
rodzic
commit
9ed4149d6a
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      app/public/js/material.js

+ 2 - 0
app/public/js/material.js

@@ -1646,6 +1646,8 @@ $(document).ready(() => {
                                 msg.push('成功更新工料 ' + result.updateNum + ' 条');
                             }
                             toastr.success(msg.length > 1 ? msg.join(',并') : msg[0]);
+                        } else {
+                            toastr.warning('不存在可导入的信息价数据');
                         }
                         $('#import-info').modal('hide');
                     });