@@ -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');
});